When the bootstrapper are hidden in ARP and the msi is shown, how to uninstall
the bootstrapper when the user uninstalls the msi? The bootstrapper needs to be
removed upon msi uninstall action...
//Sam
13 feb 2013 kl. 17:30 skrev Pally Sandher :
> You have to write your own Bootstrap
: No
Any ideas where to start looking?
//Sam
--
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id
e target installation directory is empty if I look for it
while the installer is displaying the 'error 2753' dialog box.
I'm uploading the relevant bits of the installer source, and the log
file produced from a failed installation to
<http://albion.red-redemption.com/~sam/wi
roperty(S)' for the execute sequence, and 'Property(C)' are for the
UI sequence. The 'PREVIOUSFOUND' property is present.
Setting the condition for the InstallDirectX action to 'NOT INSTALLED
AND NOT PREVIOUSFOUND
On Fri, May 06, 2011 at 10:13:19AM -0400, Chris Lord wrote:
> Hi Sam,
>
> One thing to noteThe manual page states the custom action for
> DirectX runs after InstallFinalize which is right at the end of an
> installation. You have yours running a lot earlier than that. I do
age). How can I remove this?
Thanks in advance,
Sam
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible
Thanks
Sam
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management
Thanks
Sam
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management
Hello WiXers,
As part of both install and uninstall of my msi, I need to increment a registry
value. I'm hoping that I won't need to write a custom action, or that such a
custom action already exists in the WiX code.
Is there any way for me to increment a reg key just with WiX?
Hi, I was wondering if the tutorials on http://www.tramontana.co.hu/ are
all compatable with WiX 3.5.1505? I am having trouble linking.
Thanks,
Sam
--
Download Intel® Parallel Studio Eval
Try the new software tools for
Sorry missed one of the command line options in a previous lesson in the
tutorial, but it is good to know WiX 3.5 will work with the tutorial.
Thanks,
Sam
On 3/15/2010 12:22 AM, Rob Mensching wrote:
> IIRC, the tutorials were updated to WiX v3.0. Since WiX v3.5 has no breaking
> chang
Hi, what is the best practice or recommended approach for providing a
Test version of a product and a Production version on the same server?
One installer or two?
Thanks,
Sam
--
Download Intel® Parallel Studio Eval
I am still new to WiX, but maybe set each feature's level to 0 then
changing them to 1 with your custom action. Then when the user gets to
the customize dialogue they should be able to enable disable the feature.
--Sam
On 3/24/2010 8:21 AM, Rohit Sharma (SIDC) wrote:
> Hello
>
>
Under your feature you can set display="hidden" on the feature and the
user will not be able to modify it.
http://wix.sourceforge.net/manual-wix2/wix_xsd_feature.htm
--Sam
On 3/25/2010 11:10 PM, Rohit Sharma (SIDC) wrote:
> So is there no way I can do this, even if I could HIDE t
any suggestions or could redirect me to the correct reference it
would be greatly appreciated.
Thanks,
Sam
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
]: Invoking remote custom action. DLL:
C:\Users\sam\AppData\Local\Temp\MSI9C65.tmp, Entrypoint: PIDKEYValidation
MSI (c) (78:C0) [13:18:52:826]: Cloaking enabled.
MSI (c) (78:C0) [13:18:52:827]: Attempting to enable all disabled
privileges before calling Install on Server
MSI (c) (78:C0) [13:18:52:828
wxs"*
The output in HarvestedFiles.wxs contains (id's removed...):
But I expect it to be (with the MyDirectory folder included in Source):
How do I do this? I don't want to specify a fixed path, I prefer to
use dynamic var's.
//Sam
Hi, I just have a quick question, are these Id's valid (same on Component
and File)... I guess they are in different tables.
It have been working ok, but I have today got stuck by this error:
LGHT0216: An unexpected Win32 exception with error code 0x65B occurred:
Function failed during execution
have tried to set "-val" for the Light.exe
And use Smoke.exe to validate, but I just got the same message.
//Sam
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
Hi!
Where can I find a simple example of how to just ensure the installation
will check if the user have got a specific version of .NET Framework
installed, and if not, download from Microsoft.com?
Have this with burn.exe to do? Or is it abandoned?
//Sam
Scotland Science Park, Glasgow
> G20 0SP
> Email Disclaimer
>
>
>
> -Original Message-
> From: Sam Boman [mailto:s...@samb.se]
> Sent: 12 February 2013 12:04
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Install Prerequisites
But my original Wix UI then goes away. I just want the bootstrapper to
check the .NET Framework.
http://schemas.microsoft.com/wix/2006/wi";>
On Tue, Feb 12, 2013 at 1:34 PM, Sam Boman wrote:
> Thanks! Do this Bundle nee
Ok,
But this isn't offering any help to the user to download the framework, am
I right?
I guess I need to do that also.
//Sam
On Tue, Feb 12, 2013 at 2:55 PM, Steven Ogilvie wrote:
> This is what I do to check for .NET 4.0 in the boo
way to do it? Or can I keep it in one project? How?
Otherwise I seems to end up with two products / versions, one inner and one
outer?
Br,
Sam
On Tue, Feb 12, 2013 at 3:10 PM, Steven Ogilvie wrote:
> You can have a copy of .NET with your package OR use the DownloadUrl=""
> el
binder variables e.g.:
>
>
> In fact I get the version of the MSI from one of the files I install using
> the same technique.
>
> Neil
>
> -Original Message-
> From: Sam Boman [mailto:s...@samb.se]
> Sent: 12 February 2013 14:23
> To: General discu
.).
Thanks!
//Sam
On Tue, Feb 12, 2013 at 3:37 PM, Pally Sandher wrote:
> You need 2 projects. You have 2 outputs, an MSI & a Burn executable which
> wraps the MSI and deals with your pre-reqs. You can configure your burn
> package not to register itself or to not register your MSI.
roblems if they attempt to reinstall or install a newer
release at a later time etc."
How do I specify that?
//Sam
On Tue, Feb 12, 2013 at 6:04 PM, Pally Sandher wrote:
> For MSI UI ->
> http://wix.sourceforge.net/manual-wix3/wix_xsd_msipackage.htm see the
> DisplayInternalUI
Framework are present. Just like the old Visual Studio
Setup/Deploy projects...
//Sam
On Wed, Feb 13, 2013 at 3:49 PM, Sam Boman wrote:
> Thanks for this good explanations!
>
> Regarding this:
> "You should probably set the Burn bundle as related to the MSI so when a
> user u
egrated Environmental Solutions Limited. Registered in Scotland No.
> SC151456
> Registered Office - Helix Building, West Of Scotland Science Park, Glasgow
> G20 0SP
> Email Disclaimer
>
>
>
> -Original Message-
> From: Sam Boman [mailto:s...@samb.se]
> Sen
I want to pass the Options Location in the Bootstrapper UI (
WixStandardBootstrapperApplication.RtfLicense) to the MSI:
In Bundle:
How to pickup this property in the MSI (I go for a MSI without a UI, and
let the bootstrapper be the only visible UI to the user)?
t path in the MSI
>
>
>
>
>
>
>
> -Original Message-
> From: Sam Boman [mailto:s...@samb.se]
> Sent: 15 February 2013 10:32
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Passing Location fr
In the manual at:
http://wix.sourceforge.net/manual-wix3/install_dotnet.htm
Under Step 2 it says:
"Add a PayloadGroupRef element to your bundle's chain that references the
.Net package required by your application."
The example are the just:
How shuld the PayloadGroupReference be ad
, that checks
if the conditions for .NET 4.5 are met? I don't want the .NET 4.5 to first
download and then notify the user about the incompatibility.
Regards,
Sam
--
Try New Relic Now & We'll Send You this
I ask the same thing, any examples of the: "Bundle/@Condition attribute"
//Sam
On Wed, Apr 24, 2013 at 3:41 PM, Nick Miller wrote:
> Is there anywhere where I can see an example of this? I tried using the
> same condition I have for .Net 4.5 and it still skips the prereq an
it have got the same
VersionNT set, but no ServicePackLevel.
Thanks,
Sam
On Thu, Apr 25, 2013 at 9:41 AM, Sam Boman wrote:
> I ask the same thing, any examples of the: "Bundle/@Condition attribute"
>
> //Sam
>
>
> On Wed, Apr 24, 2013 at 3:41 PM, Nick Miller
> w
d for .NET 4.5:
Condition="(VersionNT = v6.0 AND ServicePackLevel >= 2) OR (VersionNT =
v6.1 AND ServicePackLevel >= 1) OR (VersionNT = v6.1 AND NOT NTProductType
= 1) OR (VersionNT >= v6.2)"
//Sam
On Thu, Apr 25, 2013 at 1:18 PM, Sam Boman wrote:
> Using the:
>
> To
Is there any way to do like this when installing an application when using
Bundle bootstrapper:
installer.exe /skip-conditions
To make the installation run without checking the conditions (VersionNT,
ServicePackLevel).
Best regards,
Sam Boman
The same files are referenced from bouth pages.
It seems to work well to install .NET 4.5 on a Windows 7 computer. What
are the sideeffects?
//Sam
On Wed, May 8, 2013 at 10:30 AM, Rob Mensching wrote:
> You could implement that in a custom BA. The wixstdba doesn't hav
supported? What am I doing wrong?
Thanks in advance,
Sam
--
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-de
s daemon batch files.
If anyone has experience with wix and commons daemon and has any advice
on installing and starting procrun.exe without a custom action any help
would be appreciated.
Thanks,
--Sam
--
This SF.net Dev2Dev e
ks for the file open locally. Any
guidance would be appreciated.
Thanks,
Sam
--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and
rollback. Any advice would be appreciated.
Thanks,
Sam
--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can
the install remove a file that is
marked as permanent.
I will be writing out ini.example files then having a custom action make
copies as ini files if they do not exist. Leaving the ini files unseen
by the windows installer.
Thanks for the input,
Sam
On 2011-01-21 08:42, Rob Mensching wrote
ightforward enough: just chop
off the hyphen and anything that follows.
--
Regards,
Sam Morris
--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to
patch.msp MSIENFORCEUPGRADECOMPONENTRULES=1 /l*v patch.log
This is the first time we're adding a new file to an update.
Any ideas?
Thanks,
Sam
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning librar
I've spent the last couple of days rewriting an installer to make use of Burn.
My goal was to have one executable that would present a localized user
interface based off the user's UI language settings. I have documented my
experiences below in case someone else would find the information useful
t. It works fine on
> Windows 7.
>
> I am not allowed to comment on the bug so should I file this as a new one?
NB, this may also affect the setting of CommonFilesFolder.
--
Sam
--
Try before you buy = See our
for diagnosing such issues!
I recently posted some of the other problems I had to work around in
creating a localized bundle; you can read it at <http://www.mail-
archive.com/wix-users@lists.sourceforge.net/msg49035.html>. I'd be
interested to hear if you can add anything that I
tension attributes, using a colon as a separator. It
doesn't replace any colons already in the Prefix attribute, so later on
the Binder gets confused when it splits the string on colon
characters...
I can file this as a bug if someone can add me to the project (sf
usern
On Thu, 09 Feb 2012 23:24:45 -0500, Bob Arnson wrote:
> On 09-Feb-12 12:22, Sam Morris wrote:
>> doesn't replace any colons already in the Prefix attribute, so later on
>> the Binder gets confused when it splits the string on colon
>> characters...
> Yep, not good.
&
Hi all,
My installer doesn't seem to be installing anything properly. Any chance I
could get some help with it?
Here's the .wxs file:
http://schemas.microsoft.com/wix/2006/wi";>
And here's around the error that I'm seeing
assembly (maybe because it's a
> policy assembly)?
> Is it actually a Dll?
> Phil W
> -----Original Message-
> From: Sam Youtsey [mailto:sam.youtsey@...]
> Sent: Thursday, April 26, 2012 10:35 AM
> To: wix-users@...
> Subject: [WiX-users] Install Failed, Log Attache
t; Shawnee Mission, KS 66227
> Office: 913-341-3434 x791011
> JoCooper@...
> http://www.jackhenry.com
> -Original Message-
> From: Sam Youtsey [mailto:sam.youtsey@...]
> Sent: Thursday, April 26, 2012 2:28 PM
> To: wix-users@...
> Subject: Re: [WiX-users] Install Failed,
's doing the install.
> If it's Win32 COM, just install it in CommonFiles for your Company.
> Phil W
> -Original Message-
> From: Sam Youtsey [mailto:sam.youtsey@...]
> Sent: Thursday, April 26, 2012 1:41 PM
> To: wix-users@...
> Subject: Re: [WiX-users] Install
I can't see a
> definitive statement one way or another. However if it is Win32 COM, just
> use Heat.exe to generate the WiX source for the registration.
>
> Phil W
>
> -----Original Message-
> From: Sam Youtsey [mailto:sam.yout...@gmail.com]
> Sent: Thursd
error:
0x80070642.
[07D0:0188][]e000: Error 0x80070642: Failed while caching, aborting
execution.
Seems like it is looking for the original filename?
Please advice me how to do this properly (signing exe's dll's msi?)
Regards,
Sam
-
variable:
$(var.ProductName)...
Thanks!
//Sam
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel
heat.exe the path ro be inserted instead of
$(var.ThePath)?
Best regards,
Sam
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process
Yes!
I then got:
2015-04-17 12:20 GMT+02:00 Nir Bar :
> Have you tried not specifying a variable to heat?
>
>
>
> -
> Nir Bar
> Freelance Developer
> Mail: nir@panel-sw.com
> Web: www.panel-sw.com
>- C++ On Windows, Linux and Embedded Platforms
>- WiX & InstallShield
> --
> View
a solution for my problem?
Thanks,
Sam.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, c
Richard,
Thanks a lot. That solved my problem. I really appreciate all your help.
-Sam.
On Fri, Aug 14, 2009 at 5:36 AM, Richard Hollis wrote:
> Hi Sam
>
> Have a look at these:
>
> http://stackoverflow.com/questions/471424/wix-tricks-and-best-practices
>
> http://www.brian
Hi All,
I am using wix 3.0 to create the installer to install a website. Is there a
way to set the following website properties using the wixiis extension?
Enable HttpKeep-Alives, Enable Logging and setting the general (log file
directory, log schedule) and Advanced Logging Properties
Or should I
Can anybody please tell me how to pass the preprocessor variables in
msbuild?
I have an include file which has things like
and I use these in my actual wix files.
I am using msbuild target and I wanted to know how I can pass these
variables? I do this but for some reason I can't get
ed to one of the DefineConstants property.
>
> You could try adding this to your $(ROOT)\INSTALLERS\Test.wixproj file
> (note, this is untested):
>
>
>
>
> rootdir=$(rootdir);srcrootdir=$(srcrootdir) s>
>
>
> -Original Message-
> From: Sam K [mailto:sam.r
Hi There,
I need to copy files from a folder, say targetdir\xxx to
programfilesfolder\yyy. The targetdir (for ex d:\) is different than the
programfilesfolder (c:\) and there can only be one targetdir.
Is there a way to do that? Can I do it using a Custom action? Can somebody
please reply?
Thanks a
you looked at the copyfile
> element ?
>
> http://wix.sourceforge.net/manual-wix3/wix_xsd_copyfile.htm
>
> Dave
>
> -Original Message-
> From: Sam K [mailto:sam.re...@gmail.com]
> Sent: 04 September 2009 15:29
> To: wix-users@lists.sourceforge.net
> Subject:
Are you sure that the registry key that you are looking for exists on
the target machine?
-Original Message-
From: Colin Fox [mailto:greenene...@gmail.com]
Sent: Tuesday, December 23, 2008 1:39 PM
To: wix-users
Subject: [WiX-users] Setting Install Location
I'm still having no luck settin
I have to get our installers to work with IIS7 without classic mode. I
know that it is not currently supported with wix. What are my options
right now? I've looked through the wix code and I don't think that I
can fix it by myself. Does anybody else have to do this? What are you
doing?
-
that the installation will need
permissions to open and edit that file.
Amy
-Original Message-
From: Scott Sam [mailto:s...@clearviewecm.com]
Sent: Tuesday, December 23, 2008 11:57 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] wix and IIS7
I have to ge
Do you have the attribute ComboList set to yes? I think that is what fixed it
for me.
-Original Message-
From: Kjartan Þór Kjartansson [mailto:kjar...@eskill.is]
Sent: Tuesday, January 06, 2009 9:29 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Displa
I have Office plugins that can be installed. One for office 2007 and one
for Office 2003. Each plugin has its own feature. I currently have to
registry searches set up to check if either of the two office versions
are installed or not. Is it possible to make the feature's visible in
the feature tr
conditions to 0 (exlusivelly).
Use Condition element under Feature element with Level="0" and
appropriate condition.
W dniu 2009-01-06 18:06, Scott Sam pisze:
> I have Office plugins that can be installed. One for office 2007 and
one
> for Office 2003. Each plugin has its own feat
I believe that the directory shown in CustomizeDlg for a feature is tied
to the ConfigurableDirectory attribute of the feature. I'm guessing
that it defaults to TARGETDIR if nothing is specified.
If you set the ConfigurableDirectory to some directory/property other
than TARGETDIR it should solve
Don't check in a launch condition. Check for the pre req's using
properties then use the properties in a condition under each feature.
Set the level to 0 if pre-req is not present. That way the feature
won't be an option if pre-reqs aren't there.
-Original Message-
From: Chandra Vuppala
Try moving to the
. The installUISequence runs before the
InstallExecuteSequence.
-Original Message-
From: Little Forest [mailto:little.for...@ymail.com]
Sent: Friday, January 09, 2009 2:48 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to det
Is this possible? If so how do I do it?
This is what I'm trying to accomplish. I have two dialogs, dialog1 and
dialog2. Dialog1 contains an edit box. When the use hits the next
button a custom action is run that gets a list of items from the server
named in the edit box. Dialog2 has two com
Windows installer has a bunch of properties that you have access to that
will handle this for you.
http://msdn.microsoft.com/en-us/library/aa372057.aspx
[SystemFolder]cmd.exe
Should work except that you might need a custom action to set it.
-Original Message-
From: Alicia Holloway [mailto
where i can get source code of light.exe and candle.exe
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_
hi
i am new to WIX,
i am reffering Wix Totorial meant for 2.0
colud you please tell me how go Wix ui step by step
creating dialog and ui liberaray.
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wan
hi
all
to install application ,application request set of information from user
using User Interface.
which sequence based.
i want to suppress this UI but i want data to be supplied for installation
.
how can i supply this data in msi using wix v3.0.
urgent.
---
hi
all
i have an problem..
i have one software ,which has registry entries and file when i install it
through msi...
it make registry entries in system registry and copies the file at
designated location.
in wix v3.0 , is that any way to get those registry entries.
I've used dtf to create some custom actions that execute deffered. The
problem that I'm having is that these CA's need to be run with elevated
privileges. How can I do this? I would prefer not to have a uac prompt
for each CA, but I'm ok with it if that's the only way.
-
Usually, for me, clicking ok on that brings up the code as long as it
was compiled in debug.
-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: Friday, February 27, 2009 1:12 PM
To: chr...@deploymentengineering.com; General discussion for Windows
Installer XML too
CustomActions can run non-Impersonated and then they are
elevated (assuming the MSI UAC prompt was accepted).
Scott Sam wrote:
> I've used dtf to create some custom actions that execute deffered.
The
> problem that I'm having is that these CA's need to be run with
elevated
>
I didn't see any replies to this. I'm having the same problem. I
figured out the cause, but I'm not sure on what to do for a solution.
The problem is that windows does a redirect to the syswow64 folder, and
the applicationHost.config file doesn't exist there. So it can't be
accessed by anything r
-
From: Scott Sam [mailto:s...@clearviewecm.com]
Sent: Wednesday, March 11, 2009 4:11 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Adding system wide module to IIS7 on 64-bit OS
I didn't see any replies to this. I'm having the same problem.
hi
i am new to wix i would like to create simple msi which span to 2 cd
(multicd i)
multi-CD install using WiX?
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enabl
I've got a setup with 2 features, and option is "run from source"
and corresponding component also set "Run from source."
Component Id="Component_one" Guid ="ABA305CB-4C75-4a64-9963-115C2B1E82D8"
DiskId="1" Location="source">
Feature Id="ProductFeature_one" Title="W
what does it mean by feature component state
how this state stored in registry.?
what is the meaning of run-from-source or run-from-local
it you give any wix example .with mentioning installation steps would be
good;
--
Reg
> This is what you refer to as "Run from Source".
>
> What you refer to as "Run from Local" means pretty much just that...the
> feature will be installed locally on the machine.
>
> I don't have an easy to understand WiX sample for this (
hi.
since you have not mentioned exact nature of problem ...
probably you need to add reference to your project...
right click on references on solution tab->add-->\Program Files\Windows
Installer XML v3\bin\
and add. the missing file...
On Thu, May 14, 2009 at 8:33 PM, Neil Sleightholm wrote:
>
hi.
since you have not mentioned exact nature of problem ...
probably you need to add reference to your project...
right click on references on solution tab->add-->\Program Files\Windows
Installer XML v3\bin\
and add. the missing file...
On Thu, May 14, 2009 at 8:33 PM, Neil Sleightholm wrote:
>
clue...
On Thu, Apr 30, 2009 at 1:37 PM, sam desilva wrote:
> hi
>
> actually i have build wix aplication which i want to installed from flash
> drive to other machine but i want installation should not copy files to
> target machine it should run only when the flash drive is
hi all
i want to compose an msi which has two feature and four component
component would have any no o files..
i want the msi to be installed from FLASH drive...and one of the feature
should run-from-source..
after installation application should only when required component is
available in FLASH D
When I double click on my msp file I get the welcome dialog, followed
by the maintenance dialog, giving me the choice to change, repair or
remove. Choosing repair or change, will cause the patch to show up in
add/remove programs, but the text file does not show the changes that I
made.
Problem
this?
Could not write value NetworkDtcAccessAdmin to key
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\Security. Verify that you have
sufficient access to that key, or contact your support personnel.
Could not wr
Scott Sam
Software Developer
Clearview Enterprise Content Manag
I'm trying to get patching working for one of our products. The problem
is that there are currently 2 more files in the latest version than were
in the original version. This is causing the patch to fail. I read
that the new files sequence have to be at the end of the file table. So
I'm trying t
s Installer XML toolset.
Subject: Re: [WiX-users] cursor in invalid state
Why not just mark the new Files with PatchGroup and let WiX take care of
sequencing them for you?
-Original Message-----
From: Scott Sam [mailto:[EMAIL PROTECTED]
Sent: Monday, December 08, 2008 08:37
To: wix-users@lists.
in the
cabinet file." error
-Original Message-
From: Scott Sam [mailto:[EMAIL PROTECTED]
Sent: Monday, December 08, 2008 1:24 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] cursor in invalid state
I tried that. I set the PatchGroup to 1 for th
right cabinets.
-Original Message-
From: Scott Sam [mailto:[EMAIL PROTECTED]
Sent: Monday, December 08, 2008 10:36
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] cursor in invalid state
Well after taking a closer look, using the patchgroup attribute does
1 - 100 of 195 matches
Mail list logo