Re: [WiX-users] Issue with uninstalling a Multi-Transforms Msi with MSNEWINSTANCE set

2013-02-06 Thread jeamis
Does anyone know why the msiexec.exe fails because the MSINEWINSTANCE=1 happens to be on the command line? I assume that the msiexec.exe is involved in a wix installation as well. Is there a way for the multi - transform msi to regulate this or only the boot strapper? Thanks - Jon ---

[WiX-users] Issue with uninstalling a Multi-Transforms Msi with MSNEWINSTANCE set

2013-01-29 Thread jeamis
I have a msi file that has many transforms defined in it. When I use the msiexec.exe to install a transform the instance installs. Example : Msiexec.exe /i l:\mywixproject\Setup\Dvd\MyProj.msi MSINEWINSTANCE=1 TRANSFORMS=:MyProject1 INSTALLFOLDER=”c:\myProject” INSTALLLEVEL="20" ARPSYSTEM