[WiX-users] CAQuietExec - Requires VC runtime redist?

2014-05-22 Thread Gabi Ganam
In a machine without VCRedist, I get the following error: MSI (s) (D8:C8) [14:31:44:359]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIBA1E.tmp, Entrypoint: CAQuietExec CAQuietExec: CAQuietExec: ?? ??

Re: [WiX-users] CAQuietExec - Requires VC runtime redist?

2014-05-22 Thread Gabi Ganam
g with it.) Neil -----Original Message- From: Gabi Ganam [mailto:gabi.ga...@aternity.com] Sent: 22 May 2014 14:27 To: wix-users@lists.sourceforge.net Subject: [WiX-users] CAQuietExec - Requires VC runtime redist? In a machine without VCRedist, I get the following error: MSI (s) (D8:C8) [14:31:44:

Re: [WiX-users] CAQuietExec - Requires VC runtime redist?

2014-05-22 Thread Gabi Ganam
ny way to force part of an msi to run first. Could you rebuild whatever it is you are calling to make it not require the VC runtime. Neil -Original Message- From: Gabi Ganam [mailto:gabi.ga...@aternity.com] Sent: 22 May 2014 15:30 To: General discussion about the WiX toolset. Subject:

Re: [WiX-users] CAQuietExec - Requires VC runtime redist?

2014-05-24 Thread Gabi Ganam
s on upgrade if the service hasn't stopped (my iTunes install does this on every upgrade). Neil -Original Message- From: Gabi Ganam [mailto:gabi.ga...@aternity.com] Sent: 22 May 2014 16:08 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] CAQuietExec - Requires VC ru

Re: [WiX-users] CAQuietExec - Requires VC runtime redist?

2014-05-25 Thread Gabi Ganam
p. That will probably sort you other problem as well. Neil -----Original Message- From: Gabi Ganam [mailto:gabi.ga...@aternity.com] Sent: 25 May 2014 06:51 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] CAQuietExec - Requires VC runtime redist? Happens on a clean inst

[WiX-users] Setting a property in a wix (burn) bundle

2014-06-02 Thread Gabi Ganam
Hi! I have a WiX bundle executable (using Bundle/Chain/MsiPackage elements) I use to install 2 different MSI packages. I already have several MSI properties as Variable elements that are defined in the bundle and passed along to the MSI packages as MsiProperty elements. My question now is, how c

[WiX-users] Burn/bundle EXE - setting property?

2014-06-12 Thread Gabi Ganam
Hi! I have a WiX bundle executable (using Bundle/Chain/MsiPackage elements) I use to install 2 different MSI packages. I already have several MSI properties as Variable elements that are defined in the bundle and passed along to the MSI packages as MsiProperty elements. My question now is, how c

[WiX-users] Wix Bundle - Support Downgrades

2014-10-20 Thread Gabi Ganam
Hey! I have a bundle project with 2 internal MSI packages (in a chain). Both of my MSI packages support downgrade, buy when I try to downgrade the wix bundle containing them, I get the following: Error 0x80070666: Cannot install a product when a newer version is installed. I really need to support

Re: [WiX-users] Wix Bundle - Support Downgrades

2014-10-26 Thread Gabi Ganam
Up? Thanks, Gabi. -Original Message- From: Gabi Ganam [mailto:gabi.ga...@aternity.com] Sent: יום ב 20 אוקטובר 2014 16:14 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix Bundle - Support Downgrades Hey! I have a bundle project with 2 internal MSI packages (in a chain). Both

Re: [WiX-users] Wix Bundle - Support Downgrades

2014-10-29 Thread Gabi Ganam
That is indeed awesome, but does he also have an answer? :) Small update... I took a look at the bundle code and added the "SuppressDowngradeFailure", which gets rid of the error message - but still doesn’t execute the MSIs and thus does not performs the desired downgrade. Thanks, Gabi.