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

2012-05-18 Thread Richard Mayes
Firstly to launch an msi you would need to use msiexec ( http://support.microsoft.com/kb/227091) you cannot call an msi directly as it is not an executable. However in your case this will not be possible as you are in a msi transaction already and won't be able to start a new one. You will need to

[WiX-users] Launch an msi after installation

2012-05-18 Thread Vivek Soni
Hello, I created a wix installer in which I want to launch an msi after installation. I was trying using following code but it's not working. Can anyone help me to do this. -- Warm Regards Vivek Soni vivek.s...@brisetech.com +91-7877127178