I have modified my code to the following...

<util:RegistrySearch Root="HKLM"
Key="HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Media\QuickTime"
Variable="QuickTimeFound64" Value="QuickTime" Win64="yes" />
<util:RegistrySearch Root="HKLM"
Key="HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Media\QuickTime"
Variable="QuickTimeFound32" Value="QuickTime" Win64="no" />

<ExePackage Id="Package_QuickTime" Cache="no" Compressed="$(var.Compressed)"
         Description="Apple QuickTime 7"
DownloadUrl="$(var.GuruDownloadRepo)/{2}"
         SourceFile="..\Prerequisites\QuickTimeInstaller.exe"
         Name="Prerequisites\QuickTimeInstaller.exe"
         Permanent="yes" DisplayName="Apple QuickTime 7"
         DetectCondition="QuickTimeFound64 OR QuickTimeFound32" 
         InstallCondition="(NOT Installed)" />

Will this install correctly on both a 32 and a 64 bit machine?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/QuickTime-is-installing-when-it-is-already-installed-tp7600756p7600765.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to