Riyaz Mogharabin wrote:
> Now, Do I need to modify the "InstallDirDlg" and create a "MyInstallDirDlg" 
>   

No but you do need to replace the existing dialog set (e.g., 
WixUI_InstallDir) with a custom set so you can replace all the Publish 
elements with your own.

> Second, it seems that the condition checks the phrase "WIXUI_INSTALLDIR" and
>
>
> Not the value of it. 
>   

No, it's checking the value of the property, but the value of 
WIXUI_INSTALLDIR is the name of a directory id, so you need to use 
[WIXUI_INSTALLDIR] to get its value.

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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to