Re: [WiX-users] WixUI_InstallDir issue

2008-09-03 Thread Bob Arnson
David Aragon wrote: > I have changed the UIRef appropriately, added a property > WIXUI_INSTALLDIR with a value = [INSTALLDIR] The WixUI_InstallDir property should contain the Id of the directory, not its value. Just drop the brackets. See "Using WixUI Dialog Sets" in WiX.chm for details. --

[WiX-users] WixUI_InstallDir issue

2008-09-03 Thread David Aragon
I am trying to change the UI from the Mondo (which works correctly, but offers too many choices to user) to the InstallDir. I have changed the UIRef appropriately, added a property WIXUI_INSTALLDIR with a value = [INSTALLDIR], which is set to the installation directory via a CA set to run af