Re: [WiX-users] modifying a dialog

2010-12-28 Thread Tobias S
Just am not sure whether the line ABCWixUIRMOption~="UseRM" has additional impact to the functionality. From my current point here maybe WixUIRMOption~="UseRM" should handle the Restart manager functionality correctly Hope at least the mentioned mod

Re: [WiX-users] modifying a dialog

2010-12-28 Thread Tobias S
You need to reference a changed dialog set. For the following I assume you work with Votive in VS and this sample shows the changes for WixUI_Mondo.wxs: - Copy the WixUI_Mondo.wxs (from WiX Source) to WixUI_ABCMondo.wxs in your solution. - Reference instead of to - Change in WixUI_ABCMondo

[WiX-users] modifying a dialog

2010-12-23 Thread Sean Farrow
Hi: I am trying to modify the MsiRMFilesInUse dialogue for my own uses. What I need is a third radio button and a label beside the list box. Where would I add these to make this look right from a visual point of view? I've not changed the dialogue yet so any help appreciated. Regards Sean.