Re: [WiX-users] Setting ARPNOREPAIR/ARPNOMODIFY Whilst using WixUI_InstallDir

2010-11-24 Thread James Green
: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Setting ARPNOREPAIR/ARPNOMODIFY Whilst using WixUI_InstallDir ARPNOMODIFY is already set for WixUI_InstallDir since that dialog set doesn't include any feature selection dialog (so there isn't any point

Re: [WiX-users] Setting ARPNOREPAIR/ARPNOMODIFY Whilst using WixUI_InstallDir

2010-11-23 Thread Blair
ject: [WiX-users] Setting ARPNOREPAIR/ARPNOMODIFY Whilst using WixUI_InstallDir Hi All, I need to disable the Repair & Change options in an installer I'm working on. However, when I enter these setting in my Product.wxs file WiX throws a wobbly as these are already defined in the WixUI_Insta

[WiX-users] Setting ARPNOREPAIR/ARPNOMODIFY Whilst using WixUI_InstallDir

2010-11-23 Thread James Green
Hi All, I need to disable the Repair & Change options in an installer I'm working on. However, when I enter these setting in my Product.wxs file WiX throws a wobbly as these are already defined in the WixUI_InstallDir code. Whats the best way to tackle this situation? Can I get at the cod