I am using a Bootstrapper Application to bundle the msi installer. Can this
cause any problems? Here is the BA code:
<Bundle Name="Bundle-Name" Version="$(var.ProductVersion)"
Manufacturer="CompanyName" IconSourceFile="$(var.IconSourceFile)"
UpgradeCode="UPGRADE-GUID" Copyright="Copyright String">
<BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense">
<bal:WixStandardBootstrapperApplication ShowVersion="yes"
ThemeFile="Installer-Theme.xml" LicenseUrl=""/>
<Payload SourceFile="$(var.PayloadSourceFile)"/>
</BootstrapperApplicationRef>
<util:RegistrySearch Root='HKCU' Key='SOFTWARE\AppName'
Id="CheckInstalled" Variable="App_Installer" Result="exists" />
<Chain>
<MsiPackage Id="MainPackage"
SourceFile="<MsiFileName.msi>" Vital="yes"
DisplayInternalUI="no" />
</Chain>
</Bundle>
Thanks
Vikas
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Issues-with-Wix-Installer-per-user-minor-upgrade-tp7596442p7596450.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users