Re: [WiX-users] Changing default install paths in msm

2008-11-07 Thread vivek.anandan
Mensching-2 wrote: > > Put the Merge element under the Directory you want retargeted to. > > -Original Message----- > From: vivek.anandan [mailto:[EMAIL PROTECTED] > Sent: Friday, November 07, 2008 11:00 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Changing

[WiX-users] Changing default install paths in msm

2008-11-07 Thread vivek.anandan
I am using merge modules created using InstallShield in Wix. Any idea how to change the install path for those merge modules? They dont pick the install path but use the default path on these merge modules. I am able to change the install paths for those merge modules using Installshield. thanks,

Re: [WiX-users] Delete temp files during uninstall

2008-10-04 Thread vivek.anandan
These are cached files from IIS and believe IIS creates them if its not there when started. Rob Mensching-2 wrote: > > What happens when the user clicks cancel and rolls your uninstall back? > Do you need those files. > > -Original Message- > From: vivek.anan

Re: [WiX-users] Delete temp files during uninstall

2008-10-02 Thread vivek.anandan
Thanks for all answers. This is the final code that worked and I needed to run it twice as I had to clean up two directories. Eitan Behar-3 wrote: > > Fixing a little the code below: > > use ' instead of " to surround the string value, this is to allow using " > instead of "e; and t

Re: [WiX-users] Delete temp files during uninstall

2008-10-01 Thread vivek.anandan
thanks Hans. Tried the third option of QTExec and it errors out. with the following message: CAQuietExec: Error 0x80070057: failed to get command line data CAQuietExec: Error 0x80070057: failed to get Command Line This is from my wxs: post wrote: > > Hi Vivek, > > You have at le