[WiX-users] CloseApplication doesn't run under a specified condition

2008-11-26 Thread Jianjun An
I want to close my application when uninstall. I use CloseApplication like following: Uninstalling http://schemas.microsoft.com/wix/UtilExtension"; Description="Need to close AppName.exe" Target="AppName.exe" Sequence="10" > The Property Operation is set to "Uninstalling" by def

[WiX-users] How can I get the correct INSTALLDIR at the beginning of uninstall?

2008-11-24 Thread Jianjun An (Person Consulting)
Hi: I wrote a MSI file to install my application. It can let user select install path through BrowseDlg. But once user changes the default install path, it cannot remove any file which the MSI has installed. I checked the installation log file. I found that it cannot get the correct INSTALLDIR

Re: [WiX-users] How can I get the correct INSTALLDIR at the beginning of uninstall?

2008-11-24 Thread Jianjun An (Person Consulting)
uninstalling. How can I do that? I am seeking a way not using registry. -Original Message- From: Kevin Richardson [mailto:[EMAIL PROTECTED] Sent: 2008/11/25 0:01 To: Jianjun An (Person Consulting) Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How can I get the correct

Re: [WiX-users] How can I get the correct INSTALLDIR at the beginning of uninstall?

2008-11-24 Thread Jianjun An (Person Consulting)
BTW, if the registry which storing the install path be deleted by user or some other applications, can the uninstall get the correct install path ? -Original Message- From: Jianjun An (Person Consulting) [mailto:[EMAIL PROTECTED] Sent: 2008/11/25 11:41 To: Kevin Richardson Cc: wix

Re: [WiX-users] terminate installation based on the CA result

2008-11-25 Thread Jianjun An (Person Consulting)
Please refer attributes Execute and Return of CustomAction in Wix.chm Hi Rob! Could you please clarify a bit your answer? I'm newbie in wix. Thanks! -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 6:16 PM To: General discussion for W

Re: [WiX-users] How can I get the correct INSTALLDIR at the beginning of uninstall?

2008-11-25 Thread Jianjun An (Person Consulting)
The problem is my MSI cannot remove the components if user changed default install path which I did not save it into registry. The context about this problem is in the attachment. Thanks Jianjun An (Person Consulting) wrote: > How can I do that? I am seeking a way not using regis

Re: [WiX-users] How can I get the correct INSTALLDIR at the beginning of uninstall?

2008-11-25 Thread Jianjun An (Person Consulting)
PROTECTED] Sent: Tuesday, November 25, 2008 08:54 To: Jianjun An (Person Consulting) Cc: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How can I get the correct INSTALLDIR at the beginning of uninstall? In that case, something is definitely wrong. Uninstall shoul