Bob,

I generated a log file this morning and here is the section for my 
custom action...

Action 9:21:43: LaunchFile.
Action start 9:21:43: LaunchFile.
Action ended 9:21:43: LaunchFile. Return value 1631.
Action ended 9:21:43: ExitDialog. Return value 1.
Action ended 9:21:43: INSTALL. Return value 1.
Property(C): INSTALLDIR = C:\Test foo\

INSTALLDIR is correct and all of my application files where installed 
there.  The 1631 error is ERROR_CREATE_FAILED...The Windows Installer 
service failed to start...  Sounds like MSI is try to start again...not 
start my app??  HMMM.

Chuck


Bob Arnson wrote:
> Chuck wrote:
>> I have an installer that has a checkbox on the exit dialog that is 
>> supposed to launch the application.  It works perfectly unless the 
>> user changes the installation folder?
>>
>> I added the checkbox and custom action following the method in 
>> section 8.6 of the tutorial.
>>   
>
> Can you show the code you added to your installer? As long as you use 
> the FileKey CustomAction attribute, MSI uses the installed path. You 
> can also generate a log to get extra information:
>
> msiexec /l*vx install.log /i mypackage.msi
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to