Re: [WiX-users] Installing uncompressed MsiPackage

2015-01-19 Thread manmaor
nswers over there: > http://www.firegiant.com/ > > > -Original Message- > From: manmaor [mailto: > manmaor2@ > ] > Sent: Sunday, January 18, 2015 12:38 PM > To: > wix-users@.sourceforge > Subject: Re: [WiX-users] Installing uncompressed MsiPackage

Re: [WiX-users] Installing uncompressed MsiPackage

2015-01-18 Thread Rob Mensching
@lists.sourceforge.net Subject: Re: [WiX-users] Installing uncompressed MsiPackage 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 oth

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

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 ? ---