Re: [WiX-users] How to use Wix FilesInUse dialog?

2008-07-08 Thread Bob Arnson
Tony Juricic wrote:
> I picked this dialog from some Wix UI scheme and it is now compiled into
> my project. However, I have no idea how to use it or how to get the
> system to invoke it !?
>   

You don't have to do anything; MSI will automatically use any dialog in 
your MSI named FilesInUse (or, for restart manager on Vista/2008, 
MsiRmFilesInUse).

-- 
sig://boB
http://joyofsetup.com/



-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to use Wix FilesInUse dialog?

2008-07-07 Thread Tony Juricic
I picked this dialog from some Wix UI scheme and it is now compiled into
my project. However, I have no idea how to use it or how to get the
system to invoke it !?

Namely, during my testing, some other, system-provided dialog (i.e. not
part of any UI that I added) pops up and offers to close the
applications keeping the files open. When I click the button to proceed
with that task dialog comes back with the message sorry but it couldn't
kill the apps. Totally useless. Of course, then I use Task Manager to
successfully kill the apps.

I would prefer to avoid system-provided dialog and instead have my
custom version of FilesInUse dialog invoked. 
Assuming that is somehow doable should I invoke my custom actions (i.e.
call DoAction) on button clicks of that dialog to perform killing of
apps, for example?

Thanks for any input

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users