Classification: Public
Looks like your custom action is trying to run on uninstall (LaunchApplication) 
which properly is NOT a good idea?
If you only want your custom action to run during installation perhaps you 
should have a condition:
<Custom Action="CA_CREATESHORTCUTFILE" After="CA_CREATEWEBLAUNCHFILE">NOT 
Installed</Custom>

You can turn on verbose logging for the MSI by adding this propery <Property 
Id="MsiLogging" Value="voicewarmupx"/> However, as Bob said the 
Bootstrapper/burn will create a log file for each MSI run as well as its own...
They are in the %temp% folder and are named: <Name of your Product>_date/time 
stamp.log each of the MSI's that you have running will have its own log file:
<Name of your Product>_MSIName_date/time stamp.log

Steve

-----Original Message-----
From: penderi [mailto:ian.pen...@huddle.com]
Sent: April-11-13 8:59 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix - bootstrapping an MSI with Burn Installs ok, 
Uninstall Fails. MSI on it's own installs / uninstalls Ok

I've found the following entry in the verbose logs:

MSI (s) (F0:E4) [05:36:30:999]: No System Restore sequence number for this 
installation.
MSI (s) (F0:E4) [05:36:30:999]: Unlocking Server MSI (s) (F0:E4) 
[05:36:30:999]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current 
value is '1'.
MSI (s) (F0:E4) [05:36:30:999]: Doing action: LaunchApplication MSI (s) (F0:E4) 
[05:36:30:999]: Note: 1: 2205 2:  3: ActionText Action ended 5:36:30: 
InstallFinalize. Return value 1.
MSI (s) (F0:F0) [05:36:30:999]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSI1A6F.tmp, Entrypoint: WixShellExec Action start 
5:36:30: LaunchApplication.
WixShellExec:  Error 0x80070002: ShellExec failed with return code 2
WixShellExec:  Error 0x80070002: failed to launch target CustomAction 
LaunchApplication returned actual error code 1603 (note this may not be 100% 
accurate if translation happened inside sandbox) Action ended 5:36:31: 
LaunchApplication. Return value 3.
Action ended 5:36:31: INSTALL. Return value 3.
MSI (s) (F0:E4) [05:36:31:015]: Note: 1: 1725 MSI (s) (F0:E4) [05:36:31:015]: 
Product: TheApp -- Removal failed.

This seems to imply that the Uninstall action is attempting to restart the app. 
Which is undesirable.
Is that right ? How can I stop this? Is there a way of controlling the 
bootstrap uninstall??



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-bootstrapping-an-MSI-with-Burn-Installs-ok-Uninstall-Fails-MSI-on-it-s-own-installs-uninstalls-Ok-tp7585073p7585086.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced analytics on 
semi-structured data. The platform includes APIs for building apps and a 
phenomenal toolset for data science. Developers can use our toolset for easy 
data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




This message has been marked as Public by Steven Ogilvie on April-11-13 
10:10:05 AM.

The above classification labels were added to the message by TITUS Message 
Classification. 
For more information visit www.titus.com.

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to