Hi Wix guys,

Please help.

I have a bundle, which contains a ExePackage, call it Bundle1

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Bundle Name="_969092_2" Version="1.0.0.0" Manufacturer="Saar" 
UpgradeCode="8e4795fe-0062-4e65-819f-ad404f881a9c">
    <BootstrapperApplicationRef 
Id="WixStandardBootstrapperApplication.RtfLicense" />
    <Chain>
      <ExePackage
                                        Id="EnableWif"
                                        DetectCondition="WIF_DetectKeyExists"
                                        
Name="packages\sptoolsDependencies\FakeApp2.exe"
                                        Vital="no"
                                        Cache="yes"
                                        Permanent="yes"
                                        PerMachine="yes"
                                        
SourceFile="..\Redist\Binaries\FakeApp2.exe"
                                        InstallCondition="(VersionNT >= v6.2)" 
/>
    </Chain>
  </Bundle>
</Wix>

Now I have a minor upgrade for other package and I update the authoring a bit 
and get Bundle2:

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Bundle Name="_969092_2" Version="1.0.0.1" Manufacturer="Saar" 
UpgradeCode="8e4795fe-0062-4e65-819f-ad404f881a9c">
    <BootstrapperApplicationRef 
Id="WixStandardBootstrapperApplication.RtfLicense" />
    <Chain>
      <ExePackage
                                        Id="EnableWif"
                                        DetectCondition="WIF_DetectKeyExists"
                                        
Name="packages\sptoolsDependencies\FakeApp2.exe"
                                        Vital="no"
                                        Cache="yes"
                                        Permanent="yes"
                                        PerMachine="yes"
                                        
SourceFile="..\Redist\Binaries\FakeApp2.exe"
                                        InstallCondition="(VersionNT >= v6.2)" 
/>
    </Chain>
  </Bundle>
</Wix>

Now, 

I put bundles on a share server like \\share\test.


I install bundle1 and then install bundle2.


Then I stop the share.


Go to control panel and do a Repair to bundle2


I expect that the cache for the file will then be called. However, setup is 
prompt for locating Bundle2.




Did I authoring anything wrong?

Any input will be appreciated!




Thanks,

Saar
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to