Re: [WiX-users] Need help with QtExec

2008-08-27 Thread Neil Sleightholm
: wix-users@lists.sourceforge.net Subject: [WiX-users] Need help with QtExec Ok, I tried the approach with second action, but this time when I compile I get error. Error 1 ICE68: Invalid custom action type for action 'SetCertsBatPath'. The actual s

[WiX-users] Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
Ok, I tried the approach with second action, but this time when I compile I get error. Error 1 ICE68: Invalid custom action type for action 'SetCertsBatPath'. The actual script looks like this: I basically copy/pasted from help. Why it doesn't w

Re: [WiX-users] Need help with QtExec

2008-08-26 Thread Chad Miles
gt; [mailto:[EMAIL PROTECTED] On Behalf Of Krzysztof > Kozmic > Sent: 26 August 2008 21:03 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Need help with QtExec > > Hi > > I want to run with QtExec a .bat file that is installed to target > folder. > I use the temp

Re: [WiX-users] Need help with QtExec

2008-08-26 Thread Neil Sleightholm
Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Krzysztof Kozmic Sent: 26 August 2008 21:03 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Need help with QtExec Hi I want to run with QtExec a .bat file that is installed to target folder. I u

[WiX-users] Need help with QtExec

2008-08-26 Thread Krzysztof Koźmic
Hi I want to run with QtExec a .bat file that is installed to target folder. I use the template from help file However it fails. The [INSTALLDIR] reference is not interpreted but used literally. What do I do wrong? I know that this is the issue, because when I hardcode the path, it works.