windows - How to rebuild WiX library, i.e. trying to get rid of FilesInUse dialog? -


i'm trying rid of restart manager or filesinuse dialogs in msi project written wix. first step add following tag:

<property id="msirestartmanagercontrol" value="disable" /> 

it got rid of rm, made filesinuse dialog pop instead. there's not many resources available on web on subject. found this old thread gives details. author @ end said had rebuild wix modified wix36-sources\src\ext\uiextension\wixlib\filesinuse.wxs file.

so how rebuild wix? and, on right track?

wix provides few dialog sets. must using 1 of them. if don't do, don't use them. wix makes easy define own. don't need rebuild wix author own ui.

if 1 of wix's dialog sets, use template. message referenced links example of that. download wix source. that's because you'll want copy , paste of dialog set like.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -