Re: [WiX-users] Adding Registry Entries in both 32 and 64 Bits

2014-11-09 Thread vikasyv
Thanks for your replies. I will follow the links and try that out. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Adding-Registry-Entries-in-both-32-and-64-Bits-tp7597760p7597825.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Adding Registry Entries in both 32 and 64 Bits

2014-11-07 Thread vikasyv
Thanks for your answer John. I am trying something similar in my bootstrapper code. This is what I wrote: ?if $(var.Platform) = x64 ? MsiPackage Id=MainPackage SourceFile=bin\x64\$(var.Configuration)\Installer.msi Vital=yes DisplayInternalUI=no / ?else? MsiPackage

Re: [WiX-users] Adding Registry Entries in both 32 and 64 Bits

2014-11-07 Thread John Cooper
@lists.sourceforge.net Subject: Re: [WiX-users] Adding Registry Entries in both 32 and 64 Bits Thanks for your answer John. I am trying something similar in my bootstrapper code. This is what I wrote: ?if $(var.Platform) = x64 ? MsiPackage Id=MainPackage SourceFile=bin\x64\$(var.Configuration

[WiX-users] Adding Registry Entries in both 32 and 64 Bits

2014-11-05 Thread vikasyv
I have created an Installer which writes Registry Values to enable Chrome Extension (HKLM\Software\Google\Chrome). Till now, everything seemed fine. Recently, we found out that using 64 bit Chrome on a 64 bit machine will not enable the Extension after install and it only writes to the Wow6432

Re: [WiX-users] Adding Registry Entries in both 32 and 64 Bits

2014-11-05 Thread John Cooper
...@jackhenry.com -Original Message- From: vikasyv [mailto:vikas@gmail.com] Sent: Wednesday, November 5, 2014 12:07 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Adding Registry Entries in both 32 and 64 Bits I have created an Installer which writes Registry Values to enable