[wix-users] Bootstrap, and second package not getting called

Hoover, Jacob Jacob.Hoover at greenheck.com
Fri Sep 30 10:17:28 PDT 2016


Bundle log file? It will give us the info we need to provide help, without it were just guessing.

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Charles Gallo [9Dots Management]
Sent: Friday, September 30, 2016 12:12 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Bootstrap, and second package not getting called

1)Nope, had de-installed the first MSI
2)I realize it is SUPPOSED to call it that way, but when I didn't see it called, I added it (have tried it both ways) 3)added after I never saw my installer called, so I tried that too - aka tested both with and without

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Hoover, Jacob
Sent: Friday, September 30, 2016 12:37 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Bootstrap, and second package not getting called

A) Is your MSI already installed on the machine in question?  If so, it won't get invoked a second time if this is the first time the bundle is being installed. (The bundle log will tell you the plan, and tell you what happened.
B) No need to use After on your MsiPackage, just order the chain and you'll be fine.
C) DisplayInternalUI is a kludge, I would highly advise going away from it if at all possible.

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Reddy, Shivshankar
Sent: Friday, September 30, 2016 11:26 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Bootstrap, and second package not getting called

Please check silent installation switch for owc11.exe and pass that in installcommand. This might solve your problem 


Thanks
Shiv

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Charles Gallo [9Dots Management]
Sent: Friday, September 30, 2016 9:52 PM
To: WiX Mailing List (wix-users at lists.wixtoolset.org)
Subject: [wix-users] Bootstrap, and second package not getting called

Hi,
OK - I'm confused (easy thing to do) - I am attempting to setup my first bootstrap, and the FIRST item in the bootstrap is getting called, but I can't get the second Item to call - my main installer!!


Can someone tell me what I'm doing wrong (BTW, if I run the MSI alone, works fine) - obviously I've obfuscated a few items

<?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="myapp Setup"
          Version="x.y.z.0"
          Manufacturer="My company name"
          UpgradeCode="GUID HERE">

    <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense">
      <bal:WixStandardBootstrapperApplication LicenseFile="PathToLicense\License.rtf"/>
    </BootstrapperApplicationRef>


    <Chain>
     <ExePackage Id="owc" SourceFile ="HardCodedPathToComponent\owc11.exe" />
      <MsiPackage Id="op" SourceFile = "HardCodedPath\myApp.msi"
                  After="owc"
                  Compressed="yes"
                  DisplayInternalUI ="yes"
                  />
                           </Chain>
              </Bundle>
</Wix>



Charles Gallo | 9 DOTS
Senior Director
1100 E Hector Street| Ste. 245 | Conshohocken, PA 19428
C: 917.301.2749
cgallo at ixdots.com<mailto:jflorio at ixdots.com> | ixdots.com<http://www.ixdots.com/>




____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list