Re: [WiX-users] DIFx prompt shows up behind UI

2007-01-19 Thread Jeremy Farrell
> From: Bob Arnson [mailto:[EMAIL PROTECTED] > > J. J. Farrell wrote: > > At the moment I'm setting these SetupAPI parameters to > > NULL. I'm guessing from Bob's message that I can solve > > this problem by passing a handle to the Installer UI > > window instead of NULL. Does this sound right?

Re: [WiX-users] DIFx prompt shows up behind UI

2007-01-17 Thread Bob Arnson
J. J. Farrell wrote: > At the moment I'm setting these SetupAPI parameters to NULL. I'm guessing > from Bob's message that I can solve this problem by passing a handle to the > Installer UI window instead of NULL. Does this sound right? I know almost > nothing about Windows UI programming, so my ma

Re: [WiX-users] DIFx prompt shows up behind UI

2007-01-17 Thread J. J. Farrell
From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Monday, January 15, 2007 11:52 PM Quinton Tormanen wrote: I've just switched from our own custom action (calling a DLL function) to using DIFxApp with WiX. I've found that I have to leave the DriverPlugAndPlayPrompt set to "yes", or the install

Re: [WiX-users] DIFx prompt shows up behind UI

2007-01-16 Thread Quinton Tormanen
: Rob Mensching; Quinton Tormanen; Bob Arnson Cc: wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] DIFx prompt shows up behind UI Heh, it turns out it was easy: [EMAIL PROTECTED] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: Tuesday, Janua

Re: [WiX-users] DIFx prompt shows up behind UI

2007-01-16 Thread Rob Mensching
] DIFx prompt shows up behind UI I'm asking around. I should know too... heh. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Quinton Tormanen Sent: Tuesday, January 16, 2007 12:11 PM To: Bob Arnson Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] DIFx prompt shows u

Re: [WiX-users] DIFx prompt shows up behind UI

2007-01-16 Thread Rob Mensching
I'm asking around. I should know too... heh. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Quinton Tormanen Sent: Tuesday, January 16, 2007 12:11 PM To: Bob Arnson Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] DIFx prompt shows up behind UI Does anyone h

Re: [WiX-users] DIFx prompt shows up behind UI

2007-01-16 Thread Quinton Tormanen
2007 11:52 PM To: Quinton Tormanen Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] DIFx prompt shows up behind UI Quinton Tormanen wrote: I've just switched from our own custom action (calling a DLL function) to using DIFxApp with WiX. I've found that

Re: [WiX-users] DIFx prompt shows up behind UI

2007-01-15 Thread Bob Arnson
Quinton Tormanen wrote: I've just switched from our own custom action (calling a DLL function) to using DIFxApp with WiX. I've found that I have to leave the DriverPlugAndPlayPrompt set to "yes", or the install will fail on Vista if my USB device isn't plugged in when the install runs. However