Hi,

I have created wixstdba for my installer.

<?xml version="1.0" encoding="UTF-8"?> 
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";>
  <Bundle Name="Bootstrapper2" Version="1.0.0.0" Manufacturer="Microsoft"
UpgradeCode="a084a57e-dddd-448b-b38d-2b485ff65e6d">
    <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense" />        
    <Chain>
      <MsiPackage Id ="a32" SourceFile="a32.msi" InstallCondition="NOT
VersionNT" Compressed="no"  DisplayInternalUI="no" Vital="yes"
Description="32 bit"/>
      <MsiPackage Id ="b64" SourceFile="b64.msi"
InstallCondition="VersionNT"  Compressed="no"  DisplayInternalUI="no"
Vital="yes" Description ="64 bit"/>
    </Chain>
  </Bundle>
</Wix>

There are two msi which are executed depending on underlying platform.
Installation is working fine for both 32 bit and 64 bit msi.
Respective msi is called and product is installed.

In case of 32 bit machine during un-installation, processing text on ba
dialog displays 64 bit msi name.
And log file name which contains 64 bit msi name has all the log
information.

During installation it displays right version name in processing text (i.e.
32 bit msi name) and all the custom action logs added in log file which
contains 32 bit msi name.

Is wrong msi getting invoked for win 32 bit mc as per above chain?
Do I need to add anything such that same msi will be invoked during
un-installation too?

Note: Installer is able to remove product from machine properly.

with regards,
CD



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wixstdba-Not-invoking-right-msi-for-32-bit-platform-in-uninstallation-tp7598029.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to