I'll bite.  Long time ago I deployed a COM ATL Win32 service.  Com Extraction 
wasn't working and there was an ugly race condition between SelfReg and 
StartService that would blow chunks.     We had to insert a delay to allow the 
registation to complete before attempting to start the service.
   
  The real fix came later when COM extraction techniques were improved that 
allowed us to get rid of the offending SelfReg.
   
  Still, troubleshooting this was a pain and we went through several rounds of 
refactoring to get from "just call a CA to handle it all" to use MSI the way it 
was intended.
  
"Wilson, Phil" <[EMAIL PROTECTED]> wrote:
  I think the more interesting question is why.... but I'm not sure I want to 
hear the answer!

Phil Wilson

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sebastian Brand
Sent: Tuesday, April 08, 2008 10:55 PM
To: [EMAIL PROTECTED]
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] pausing wix setup

Can you tell us how? Via a Custom Action?

Best regards,
Sebastian Brand

Instyler Software - http://www.instyler.com


On Apr 9, 2008, at 1:08 , [EMAIL PROTECTED] wrote:
> Nvm. I figured it out.
>
> Thanks,
> R
>
>> How can I pause a Wix setup for around 40 seconds during install
>> execute
>> sequence? I need to pause by a specific amount of seconds.
>>
>> Thanks,
>> R
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>> Register now and save $200. Hurry, offer ends at 11:59 p.m.,
>> Monday, April 7! Use priority code J8TLD2.
>> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save
> $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to