Re: [WiX-users] Installing uncompressed MsiPackage

2015-01-18 Thread Rob Mensching
Use the Name attribute. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: manmaor [mailto:manma...@gmail.com] Sent: Sunday, January 18, 2015 12:38 PM To: wix-users@lists.sour

Re: [WiX-users] RollbackBoundry - Can't Upgrade or uninstall bundle.

2015-01-18 Thread Bob Arnson
On 18-Jan-15 15:37, Phill Hogland wrote: > I have noticed, in several different bundles and rollback situations, that if > a Bundle/@Chain contains a RollbackBoundry, and when a msi package fails > during install, right after the RollbackBoundry, that at least sometimes, > the Bundle is left in a s

Re: [WiX-users] Installing uncompressed MsiPackage

2015-01-18 Thread manmaor
no, when I said : >> but it require the msi installer to be near the bootstrapper.exe. I meant the installer.msi needed to be in the same directory with the bootstrapper.exe to be installed by the bootstrapper.exe otherwise it wont be installed. but what I need is more like adding the installer.m

[WiX-users] RollbackBoundry - Can't Upgrade or uninstall bundle.

2015-01-18 Thread Phill Hogland
I have noticed, in several different bundles and rollback situations, that if a Bundle/@Chain contains a RollbackBoundry, and when a msi package fails during install, right after the RollbackBoundry, that at least sometimes, the Bundle is left in a state where it cannot be uninstalled. Also when a

Re: [WiX-users] Installing uncompressed MsiPackage

2015-01-18 Thread Phill Hogland
>> but it require the msi installer to be near the bootstrapper.exe. I'm not sure what you mean. In the MsiPackage I use the following, (with a bindpath defined in the wixproj): Compressed='no' DownloadUrl='{2}' SourceFile='de-DE\Project.msi' Name=BundleOutputSubFolderPath\Projec

[WiX-users] Installing uncompressed MsiPackage

2015-01-18 Thread Maor Barak
hello is there an option to install a msi file from a payload ? I tried to set the compressed property to no but it require the msi installer to be near the bootstrapper.exe. If it's not possible, there is any way to set the path of the MsiPackahe to the assembly path ? ---