Re: [WiX-users] Burn: define other exe as uninstaller

2013-09-19 Thread Blair Murri
-users@lists.sourceforge.net Subject: RE: [WiX-users] Burn: define other exe as uninstaller Date: Thu, 19 Sep 2013 11:41:43 -0700 For each ExePackage if you supply an @UninstallCommand attribute with the uninstall command-line for the EXE installer used, then burn will remove that package for you

Re: [WiX-users] Burn: define other exe as uninstaller

2013-09-19 Thread Blair Murri
To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Burn: define other exe as uninstaller > > did u figured this out? > I'm having the same problem, as I need on Uninstall > to remove both my Software and PostgresQL. > > > > > -- > View this mes

Re: [WiX-users] Burn: define other exe as uninstaller

2013-09-19 Thread dreni
did u figured this out? I'm having the same problem, as I need on Uninstall to remove both my Software and PostgresQL. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-define-other-exe-as-uninstaller-tp7561898p7589056.html Sent from the wix-

Re: [WiX-users] Burn: define other exe as uninstaller

2013-09-19 Thread dreni
Hey, did u figured this out? I'm having the same problem, as I need on Uninstall to remove both my Software and PostgresQL. Thanks in advance, Regards, AK -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-define-other-exe-as-uninstaller-tp756

[WiX-users] Burn: define other exe as uninstaller

2012-05-16 Thread Martin
In @UninstallCommand I may provide command-line arguments for uninstallation, but in my case there is a dedicated uninstall.exe which had to be called on Unistall. 1) May I provide a complete command rather than command line arguments for uninstallation? Or, alternatively, tell burn to "Press Uni