Hi Guys, i'm new to WIX and I need some assistance. I have generated exe using 
Bootstrapper.

I want to install an installer (the PackageGroupRef)  first then proceed with 
the original installer & it works but it's bring the installer behind the 
original/parent window.

I have to bring the installation screen on top of the parent installer, how can 
i do this?  Please help me. Thank you


<Chain>

      <PackageGroupRef Id="PrintInstaller" />
      <!-- TODO: Define the list of chained packages. -->
      <MsiPackage  SourceFile="$(var.SourceDirImages)\Product.msi" />
    </Chain>
  </Bundle>

  <Fragment>
    <PackageGroup Id="PrintInstaller">
      <ExePackage Id="PrintInstaller"
                DisplayName="Print"
                Compressed="yes"
                Cache="yes"
                PerMachine="yes"
                Permanent="yes"
                Vital="yes"
                SourceFile=".\prerequisites\Print1.88.exe"
                InstallCommand="/passive /norestart"
                    />
    </PackageGroup>

  </Fragment>


Best Regards,
Karthik RANGARAJ

Mob: 06 27 49 29 19 | Tél. : 33 (0)1 49 38 65 50 - Ligne directe : 33 (0)1 49 
38 65 57 | Email :kranga...@dnpphoto.eu
[cid:image001.jpg@01CF274C.2B0FFEA0]
DNP Photo Imaging Europe SAS

LE RAPHAEL - PARIS NORD II - 22 avenue des Nations
CS 51077 VILLEPINTE
95948 ROISSY C.D.G. CEDEX
Web : http://www.dnpphoto.eu<http://www.dnpphoto.eu/>

<<inline: image001.jpg>>

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to