Hi everyone,

I was wondering if I should open a ticket for this issue if noone has done that 
so far...

Best regards,
Tobias
________________________________________
Von: Tobias Erichsen [i...@tobias-erichsen.de]
Gesendet: Montag, 14. Oktober 2013 17:11
Bis: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Burn installation with Aladdin eToken driver (msi) 
opens second burn's window.

Hi again,

I have prepared some logs of the exact same behaviour coming up in my installer 
on XP:

http://www.tobias-erichsen.de/wp-content/uploads/2013/10/burn_xp_double_startup_logs.zip

I'm pretty sure it has to do with my custom-action (which is implemented in a 
dll, but I have also
tried this with an executable and the result is the same) which installs a 
driver.

You find the place by looking for "AddDevNode" in the teVirtualMIDI logfile in 
the ZIP.

Like I wrote before, everything works like a charm on Windows 7 & 8...

If there is anything else I could provide, I would do so gladly...

Best regards,
Tobias

________________________________________
Von: Hoover, Jacob [jacob.hoo...@greenheck.com]
Gesendet: Montag, 14. Oktober 2013 15:45
Bis: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Burn installation with Aladdin eToken driver (msi) 
opens second burn's window.

I'm assuming it's around

SI (s) (E0:AC) [16:32:22:539]: Executing op: 
CustomActionSchedule(Action=Install.CEB85044_2EEF_484A_8907_2EAF870F92ED,ActionType=3073,Source=BinaryData,Target=f12,CustomActionData=C:\Program
 Files\Aladdin\eToken\PKIClient\Install\)
MSI (s) (E0:FC) [16:32:22:554]: Invoking remote custom action. DLL: 
C:\WINDOWS\Installer\MSIA2.tmp, Entrypoint: f12
MSI (s) (E0:78) [16:32:22:554]: Generating random cookie.
MSI (s) (E0:78) [16:32:22:554]: Created Custom Action Server with PID 2336 
(0x920).
MSI (s) (E0:48) [16:32:22:617]: Running as a service.
MSI (s) (E0:48) [16:32:22:617]: Hello, I'm your 32bit Elevated custom action 
server.
MSI (s) (E0:AC) [16:32:37:383]: Executing op: 
ActionStart(Name=Rollback.CEB85044_2EEF_484A_8907_2EAF870F92ED,Description=Rolling
 back installation,)

Where the second installer is spawned.  Without knowing what's going on in 
their CA DLL, this could be incredibly difficult to track down.

Looking for errors, I see

MSI (s) (E0:60) [16:32:14:414]: Invoking remote custom action. DLL: 
C:\WINDOWS\Installer\MSI9D.tmp, Entrypoint: Fix95Components
MSI (s) (E0:60) [16:32:14:758]: Leaked MSIHANDLE (15984) of type 790541 for 
thread 1360
MSI (s) (E0:60) [16:32:14:758]: Note: 1: 2769 2: 
FixComponentConditions.DC957364_DE35_11D3_B46C_00600810A1CE 3: 1
Action start 16:32:14: 
FixComponentConditions.DC957364_DE35_11D3_B46C_00600810A1CE.
DEBUG: Error 2769:  Custom Action 
FixComponentConditions.DC957364_DE35_11D3_B46C_00600810A1CE did not close 1 
MSIHANDLEs.
Internal Error 2769. 
FixComponentConditions.DC957364_DE35_11D3_B46C_00600810A1CE, 1


What I did notice is even your Quiet install shows this mystery instance being 
spawned.

-----Original Message-----
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
Sent: Monday, October 14, 2013 8:20 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.

What's incredibly strange is that it's MsiExec that is spawning the installer. 
As such, I'm wondering what is inside the Wise installers CA that fires right 
before the second instance spawns.

-----Original Message-----
From: Alexey Larsky-RUS [mailto:alexey.lar...@jeppesen.com]
Sent: Monday, October 14, 2013 8:07 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.

AladdinETokenDriverBug.exe /quiet   - doesn't show any window.
AladdinETokenDriverBug.exe /passive - opens second windows, ~2sec, first window 
closes, ~2sec, second windows closes.
AladdinETokenDriverBug.exe          - opens second windows, doesn't close both.

msiexec /quiet /i PKIClient-x32-5.1.msi MSIFASTINSTALL="7" /l*v 
%temp%\install_manual.log - doesn't show any window.

The common result is: showing wixstdba during Aladdin's driver installation 
leads to run second instance. On passive mode second windows is self-close 
after first.
On full mode both are remain opens.

Logs and sources: http://rghost.ru/49366344

-----Original Message-----
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: Monday, October 14, 2013 2:59 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Burn installation with Aladdin eToken driver (msi) 
opens second burn's window.

That is odd - did you put a
screenshot somewhere?

Neil
> On 14 Oct 2013, at 09:06, "Alexey Larsky-RUS" <alexey.lar...@jeppesen.com> 
> wrote:
>
> Quiet and full mode installations from command line goes normal, without 
> second gui windows.
>
> -----Original Message-----
> From: Neil Sleightholm [mailto:n...@x2systems.com]
> Sent: Monday, October 14, 2013 11:23 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.
>
> If you run this:
>    msiexec /quiet /i PKIClient-x32-5.1.msi ARPSYSTEMCOMPONENT="1" 
> MSIFASTINSTALL="7"
>
> Do you see the same thing?
>
> -----Original Message-----
> From: Alexey Larsky-RUS [mailto:alexey.lar...@jeppesen.com]
> Sent: 14 October 2013 06:37
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Burn installation with Aladdin eToken driver (msi) 
> opens second burn's window.
>
> ...
> [0574:0564][2013-10-09T13:56:53]i301: Applying execute package: 
> PKIClient_x32_5.1.msi, action: Install, path: C:\Documents and Settings\All 
> Users\Application Data\Package 
> Cache\{3909BE71-2D8F-42D2-BA46-3831B60CFD0F}v5.1.87.0\PKIClient-x32-5.1.msi, 
> arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"'
> [0518:064C][2013-10-09T13:57:33]i319: Applied execute package: 
> PKIClient_x32_5.1.msi, result: 0x0, restart: None ...
>
> I have checked installing from command line:
>     msiexec /quiet /i PKIClient-x32-5.1.msi ARPSYSTEMCOMPONENT="1" 
> MSIFASTINSTALL="7"
> and  msiexec        /i PKIClient-x32-5.1.msi ARPSYSTEMCOMPONENT="1" 
> MSIFASTINSTALL="7"
> Both installed OK.
>
> Seems that second window appears only under burn executing.
>
> Logs and screenshots is in AladdinETokenDriverBug.7z\logs folder.
>
> -----Original Message-----
> From: Neil Sleightholm [mailto:n...@x2systems.com]
> Sent: Monday, October 14, 2013 2:20 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.
>
> Check the burn logs and see what command line is used and try that (still not 
> seeing any screen shots in the link).
>
> -----Original Message-----
> From: Alexey Larsky-RUS [mailto:alexey.lar...@jeppesen.com]
> Sent: 13 October 2013 19:01
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Burn installation with Aladdin eToken driver (msi) 
> opens second burn's window.
>
> With dotNet Installer and our own boostrapper driver Aladdin's driver has 
> been installed without problem.
> As far I remember, I ran it with same parameters, but only with burn second 
> burns instance has been opened.
>
> PS. Attachments are here: http://rghost.ru/49356531
>
> -----Original Message-----
> From: Neil Sleightholm [mailto:n...@x2systems.com]
> Sent: Sunday, October 13, 2013 11:38 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.
>
> What happens if you run the Aladdin installs in unattended mode without burn 
> - I suspect it will do the same, if so you will need to take this up with 
> Aladdin and find out what the unattended mode command line options are.
>
> (By the way attachments don't come through to the list.)
>
> Neil
>
> -----Original Message-----
> From: Alexey Larsky-RUS [mailto:alexey.lar...@jeppesen.com]
> Sent: 13 October 2013 07:27
> To: wix-users@lists.sourceforge.net
> Subject: [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.c
> lktrk _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ----------------------------------------------------------------------
> -------- 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.c
> lktrk _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ----------------------------------------------------------------------
> -------- 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.c
> lktrk _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ----------------------------------------------------------------------
> -------- 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.c
> lktrk _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ----------------------------------------------------------------------
> -------- 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.c
> lktrk _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ----------------------------------------------------------------------
> -------- 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.c
> lktrk _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

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

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

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

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

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