Re: [WiX-users] How to run a Custom Action during uninstall only?

2010-05-20 Thread Xmun
Hi Pally, Thanks - I tried something similar which didn't work. Let me try again. Simon -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-run-a-Custom-Action-during-uninstall-only-tp5075831p5078570.html Sent from the wix-users mailing list a

[WiX-users] How to run a Custom Action during uninstall only?

2010-05-19 Thread Xmun
Hi, I am trying to run a custom action on uninstall only. The problem is that since we issue major upgrades eg. 1.3.X (which automatically remove the previous version) then the custom action is running on upgrades too. I have tried all the conditions: REMOVE="ALL" INSTALLED NOT PREVIOUSFOUND

Re: [WiX-users] Problems during upgrade

2010-04-20 Thread Xmun
Hi Bob, The issue is that no log seems to created in %temp%. We have had hundreds of customers performing successful upgrades and this is the first time that this was reported. Our MSI does not exists under the C:\Windows\Installer cache location, so this customer must have deleted it himself.

[WiX-users] Launching two Processes after a WiX installation

2010-04-08 Thread Xmun
Hi, After a successful installation we currently launch our application using the following custom action: Is there a way to launch two applications? If not I am planning to create a third application which simply launches both applications and closes. This third application will th

Re: [WiX-users] Problems launching application after install asnon-elevated

2010-04-08 Thread Xmun
Hi Pally, Thank you for your reply. I have been testing this temporary solution and it is working well. Do you know whether this is the "recommended" / standard way of doing this? I want to make sure that we don't get any surprises after we deploy the software. Thanks, Simon -- View this mes

Re: [WiX-users] Problems launching application after install as non-elevated

2010-04-08 Thread Xmun
Hi, Sorry to clarify - in my previous post, when I mentioned "RunAsAdministrator" I meant manifested as "requiresAdministrator" . Thanks, Simon -- View this message in context: http://n2.nabble.com/Problems-launching-application-after-install-as-non-elevated-tp4870137p4870177.html Sent from th