Re: [WiX-users] Building Wix 3.6

2013-03-13 Thread jeamis
Thanks Rob, So how do I enlist to the Mercurial repository? All I want to do is compile burn. I want to confirm our static analysis and debugging. Any direction is appreciated. -Jon - - jon -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com

[WiX-users] Building Wix 3.6

2013-03-13 Thread jeamis
Ok, I see that on http://wix.codeplex.com/releases/view/93929 there is a zip file that contains source. What is needed to build the wix 3.6 toolkit? Can I build it using DevStudio 2010? Is the source complete? I tried to open the wix.sln (which my machine says it is 2010 sln file, but it wa

[WiX-users] Using transforms (regular) to install mulitple times per application

2013-03-12 Thread jeamis
What I am trying to do is to allow customer bootstrappers the ability to install my package for thier application. In some cases the customer has two applications (installed in one setup) that use my product. So how can I use a transform that will allow this customer to install my product twice?

Re: [WiX-users] Question about transforms.

2013-03-11 Thread jeamis
maybe the TRANSFORMS is specific to instance transforms. So how do you add a regular transform to a msi? On the commandline of MSIEXEC.exe it states to apply a transform via the /J msifile module /T transform.mst. How do you tell Wix to do this? I get this (from log file): ... [0DAC:0960][20

Re: [WiX-users] I am getting no UninstallCommand from using ExePackage

2013-03-11 Thread jeamis
Thank You - - jon -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I-am-getting-no-UninstallCommand-from-using-ExePackage-tp7584223p7584233.html Sent from the wix-users mailing list archive at Nabble.com. ---

[WiX-users] Question about transforms.

2013-03-11 Thread jeamis
First, I installed my little msi (only delivers a txt file. without the line and it installs and uninstalls fine. I did this several times. However, Adding the line I can install but it does not uninstall. I created my transform by opening my little msi in O

Re: [WiX-users] I am getting no UninstallCommand from using ExePackage

2013-03-11 Thread jeamis
Need to adjust comment above. On repair, I am getting Install command not the repair command. - - jon -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I-am-getting-no-UninstallCommand-from-using-ExePackage-tp7584223p7584226.html Sent from the

[WiX-users] I am getting no UninstallCommand from using ExePackage

2013-03-11 Thread jeamis
The following is a simple call from a out of the box Wix bootstrapper trying to use ExePackage to a simple exe: MyInstaller is called on Install and repair, but UninstallCommand never occurs. Is there a variable or flag I need to set in the bootstrapper to tell it I want the uninstallco

[WiX-users] Thinking about modifying msiengine.cpp...

2013-02-14 Thread jeamis
We are thinking about modifying the MsiEngineComcatProperties() to allow optional handling of MSINEWINSTANCE=1 on Uninstall. Optional meaning - on uninstall we would exclude this from the parameters so that msiexec.exe will unistall the transform. We are using a Multi-Transform msi and need to u

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