Re: [WiX-users] Adding an extra dialog to the installer

2012-06-20 Thread Rob Mensching
I was pretty sure there was documentation in the WiX.chm that details how to do this. You have to be very careful to unreference the old dialog that you are replacing. Otherwise, you'lll end up with two dialogs that end up duplicating a bunch of symbols. Unfortunately, the error messages are not t

[WiX-users] Adding an extra dialog to the installer

2012-06-19 Thread eddie burkowich
Hi, I want to add an extra dialog (a simple one ) in the installer i have the following: Main.wxs describing the directory structure MyInstallDirDlg-some text modified MyWixUI_InstallDir This is what i did : I copied the contents of InstallDirDlg and formed a new .wxs MyInstallDirPreferDlg.wxs