Re: [WiX-users] Burn FileSearch in 64 bit system folder

2014-09-10 Thread Arthur, Christopher
Hi Dave, I have done this with a different Approach. I have used an Msi Product Check to Check for existing redist Packages. To make sure the 64Bit Versions are not installed set the 64Bit flag within burn. I search for product ids with Microsofts Old Manifest bootstrap Editor. Don't know if

Re: [WiX-users] Virtual Directory not getting converted to Application in IIS.

2014-09-10 Thread Tony Jose Mampilly
Hi Carter, Sorry for late reply, was stuck up in some other work. Coming to the topic, actually in the Product.wxs I am using the IIS extension to convert to Virtual Directory and it works fine when we choose the Default Web Site. As I told before I am not able to get the reason why it works

Re: [WiX-users] Options for pausing the download and installation in wix custom BootStrapper

2014-09-10 Thread Mohamed Yasir
Hi, I'm also having the same problem. I have written my code in CacheAcquireProgress() Bootstrapper Installer Event to display a message box if the internet is disconnected or any network failure. While step-by-step debugging the code, It works fine and the message box is displayed. But when

Re: [WiX-users] How to pass data from deferred CA to rollback CA?

2014-09-10 Thread Nick Ramirez
Thanks Rob. For me, this is a thought experiment in which I was trying to learn more about rollback CAs. So, my scenario is (similar to editing an XML file with XmlFile), I wanted to install a JSON file and edit it at install-time. If the installation failed, I would rollback the file to what it

Re: [WiX-users] Burn FileSearch in 64 bit system folder

2014-09-10 Thread Phill Hogland
You might want to look at this recent thread. http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/V-C-2013-redist-detection-td7596368.html#a7596373 -- View this message in context:

[WiX-users] Certificate of signed file 'C:\Windows\Installer\1fb187a8.msp' differs in size with the certificate authored in the package

2014-09-10 Thread David Watson
Hi, Has anyone successfully used a DigitalCertificateRef to add a new embedded .cer in a patch to allow UAC patching to continue? We have previously done this a few years ago by hacking MSIs and using a blank patch family but now I can't seem to get either method to work. It seems to be

Re: [WiX-users] How to pass data from deferred CA to rollback CA?

2014-09-10 Thread Rob Mensching
1. No. 2. See #1 3. Since CA is going to open the file anyway, I would just handle the case in the CA code, not using AppSearch. I'm doing this now with new CustomAction I'm adding in WiX v4. _ Short replies here. Complete answers

Re: [WiX-users] Custom action issue when msi is generated on Windows 8.1 and installed on Windows 8 or Windows 7

2014-09-10 Thread Rob Mensching
IIRC, you can condition the action to get what you want. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -- Want excitement?