Re: [WiX-users] Launch an exe after installation

2012-05-08 Thread Vivek Soni
There is a topic in the WiX.chm dedicated to this. The title is identical or nearly identical to the subject of this email. Thanks Rob for replying me but I am not able to understand what you replied. Can you please provide some detail related to this. On Tue, May 8, 2012 at 1:14 PM, Vivek Soni

Re: [WiX-users] Launch an exe after installation

2012-05-08 Thread Rob Mensching
There is a topic in the WiX.chm dedicated to this. The title is identical or nearly identical to the subject of this email. On Tue, May 8, 2012 at 12:44 AM, Vivek Soni wrote: > Hello, > > I created an installer which launch an exe if a checkbox in checked. I > used BinaryKey="WixCA" and DllEntry

[WiX-users] Launch an exe after installation

2012-05-08 Thread Vivek Soni
Hello, I created an installer which launch an exe if a checkbox in checked. I used BinaryKey="WixCA" and DllEntry="WixShellExec" to launch the exe. Now I want to launch another exe after installation. I was trying this using "InstallExecuteSequence" but I am confused about which BinaryKey and Dll