Re: [WiX-users] WiX-users Digest, Vol 94, Issue 94

2014-03-18 Thread kaizen__ hotmail . com
In your wxs, where do you define the following properties... EXCEPTIONDETAILS CURRENTDIRECTORY DATABASE_VERSION I also really wouldn't log to a Network Share in an exception handler. When run with Administrative privileges network shares are disconnected.. If your catch throws an exception this wi

[WiX-users] Help, Custom Action not working in InstallUISequence...

2013-12-15 Thread kaizen__ hotmail . com
Are you sure you should be using CAQuietExec, and not CAQuietExec64?And you should probably be using the AppCmd in Sysnative instead of the 32-bit version in SysWOW64 (which would match the CAQuietExec64 command).I have had some problems with using 32bit system executables to modify system thing

[WiX-users] ExecXmlFile error 1603

2013-12-15 Thread kaizen__ hotmail . com
Hi All, I'm getting the following error when performing a 'Change' action from my installer (installation itself went fine, no errors thrown).I've read that this is most likely a situation involving the file already being open for read/write (I'm writing to web.config files), and so ExecXmlFile