Re: [WiX-users] How to call an exe

2007-07-18 Thread Richard.Foster
Of srinivas nomu Sent: Tuesday, July 17, 2007 5:57 PM To: Pierson Lee (Volt); wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to call an exe But how should I call an exe with arguments?. Any Idea. I serached on web and could not find proper documents. Please anybody know help

Re: [WiX-users] How to call an exe

2007-07-18 Thread Daryn Mitchell
: Wednesday, 18 July 2007 7:33 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to call an exe I really fed up working with .dll as there is no debug available. Now I created an .exe with the same code. snip

[WiX-users] How to call an exe

2007-07-17 Thread srinivas nomu
I really fed up working with .dll as there is no debug available. Now I created an .exe with the same code. From the command line the usage is as folows: write.lic.exe 61177-1128925439-1187326800 9.0 I need to pass the CD-Label key in the first argument and the version as second

Re: [WiX-users] How to call an exe

2007-07-17 Thread Pierson Lee (Volt)
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of srinivas nomu Sent: Tuesday, July 17, 2007 2:33 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to call an exe I really fed up working with .dll as there is no debug available. Now I created an .exe with the same code. From

Re: [WiX-users] How to call an exe

2007-07-17 Thread srinivas nomu
. This file will also be available after installation as per your file tag. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of srinivas nomu Sent: Tuesday, July 17, 2007 2:33 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to call an exe I really fed up working

Re: [WiX-users] How to call an exe

2007-07-17 Thread srinivas nomu
PROTECTED] On Behalf Of srinivas nomu Sent: Tuesday, July 17, 2007 2:33 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to call an exe I really fed up working with .dll as there is no debug available. Now I created an .exe with the same code. From the command line

Re: [WiX-users] How to call an exe

2007-07-17 Thread Ian Stevenson
arguments and it interpolates them. Good luck, Ian. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of srinivas nomu Sent: Wednesday, 18 July 2007 7:33 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to call an exe I really fed

Re: [WiX-users] How to call an exe

2007-07-17 Thread Bob Arnson
Ian Stevenson wrote: I see you've already gone down the exe path somewhat, but I would like to point out that you can debug MSI DLLs - just not via the debugger (albeit maybe you can, as the links below made mention of info in MSI.chm, but I believe it is meant to be a lot of effort). It's