Chuck wrote:
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.

Other functions can return ERROR_CREATE_FAILED too so I suspect that's the problem rather than the MSI meaning. Some things to check:

   * Does the executable run from a command prompt?
   * Does it depend on any DLLs or data files installed with the product?
   * Does it depend on a particular working directory?

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