Sorry I just read it's not your drivers.   Does it come with the inf drivers?  

-----Original Message-----
From: Wesley Manning 
Sent: October-31-13 10:22 AM
To: General discussion for Windows Installer XML toolset.
Subject: RE: [WiX-users] Burn installation with Aladdin eToken driver (msi) 
opens second burn's window.

Is it your own customer action? 

If it is, If your driver is inf based you can use

DifxAppExtension: xmlns:difx="http://schemas.microsoft.com/wix/DifxAppExtension";

Then add the "Driver" element in same component as your inf file.

<Component Id="CMP_DfuDriver2" Guid="{...}"  >
        <difx:Driver AddRemovePrograms="yes" DeleteFiles="no" 
PlugAndPlayPrompt="no" ForceInstall="no" Legacy="no"/>
        <File Id="..." Source="..." Vital="yes" KeyPath="yes"/>
      </Component>

You would need 32bit and 64bit MSIs if supporting both 32 and 64bit.

If MSI is a Major upgrade (e.g. MajorUpgrade element) make sure to schedule 
after afterInstallValidate.  There was discussion on this mailing list about 
(rare?) problems otherwise.

Wes

-----Original Message-----
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de] 
Sent: October-14-13 1:03 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Burn installation with Aladdin eToken driver (msi) 
opens second burn's window.

Hi everyone,
 
I do have the same problem with my burn-package which first installs an MSI 
with a driver (using custom-action DLL) and then the application MSI.
 
This only happens on Windows XP, not on Windows 7 or 8.
 
If I replace the driver-install CA in the first MSI by a special diagnosis 
"Sleep"-CA which takes about the same time, this does not happen
 
It seems like the burn-bootstrapper restarts itself due to something happening 
during the driver-installation...
 
I could provide logs, source-code for the msi-packages & for the burn-package...
 
Best regards,
Tobias
________________________________________
Von: Alexey Larsky-RUS [alexey.lar...@jeppesen.com]
Gesendet: Sonntag, 13. Oktober 2013 08:26
Bis: wix-users@lists.sourceforge.net
Betreff: [WiX-users] Burn installation with Aladdin eToken driver (msi) opens 
second burn's window.

Dear Colleagues,

During setup burn based installer with Aladdin's eToken Pro drivers 3.66(RTE 
3.66.msi) or 5.1 (PKIClient-x32-5.1.msi) opens second installer window.

OS: Windows XP SP3 х32
Burn: release 3.7, 3.8.1007.0
MSI: 
http://www.isecurity.info/downloads/PKI_RTE_5.1_SP1_For_XP_Vista_Win_7_32_Bit.zip
 or http://www.isecurity.info/downloads/rte.msi (3.65)

Phisical eToken dongle is not need for bug reproduction.

Test sample, screenshoots and logs are attached.

Yours sincerely.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register > 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&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