Hi All

I am using Wix and I am very satisfied with the tool. I was, until now ;)

I have some difficulties with Wix bootstrapper. The problem is: I want to
install some prerequisites in my installation process, so in one of the exe
packages I have troubles. When this exe package is installed (with some
drivers inside) another instance(s) of Wix Burn is opened.

Can you provide some useful information how can I avoid this situation.

You can reproduce this issue creating Burn bundle with chain calling
following packageGroup (you needed Bluegiga_ble-1.2.2-100.exe from
https://www.bluegiga.com/en-US/solutions/) :


 <!--Blugiga dongle driver Installation-->
    <PackageGroup Id="BlueGigaDongleInstallation">
      <ExePackage Id="BlueGigaDongleInstallation" Description="Installing
BlueGiga dongle" Cache="no" Compressed="yes" PerMachine="yes"
Permanent="yes" Vital="yes"
                  InstallCommand="/COMPONENTS=&quot;Only BLE SDK&quot; /SP-
/SUPPRESSMSGBOXES /VERYSILENT /NORESTART /NORESTARTAPPLICATIONS
/NOCLOSEAPPLICATIONS /NOCANCEL /NOICONS"
                  SourceFile=".\Prerequisites\Bluegiga_ble-1.2.2-100.exe"

InstallCondition="NOT(BLUEGIGADONGLE_VERSION=&quot;1.2.2-100&quot;)">
      </ExePackage>
    </PackageGroup>

Thanks
Joze
------------------------------------------------------------------------------
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