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

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
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