I have a bundle that installs a number of prerequisites. One of those prereqs
is QuickTime. 

Here is the code...
<ExePackage Id="Package_QuickTime" Cache="no" Compressed="$(var.Compressed)"
        Description="Apple QuickTime 7"
DownloadUrl="$(var.DownloadRepo)/{2}"
        SourceFile="..\Prerequisites\QuickTimeInstaller.exe"
        Name="Prerequisites\QuickTimeInstaller.exe"
        Permanent="yes" DisplayName="Apple QuickTime 7"
        InstallCondition="NOT Installed">
</ExePackage>

As you can see the install condition is "NOT installed".

Why would QuickTime install even when the install condition says it should
only be installed when it is not installed?

Thanks,
Gary



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/QuickTime-is-installing-when-it-is-already-installed-tp7600756.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