Re: [WiX-users] Replacing welcome dialog with custom dialog

2010-04-27 Thread Jacob Moonen
.net Subject: [WiX-users] Replacing welcome dialog with custom dialog Hi, I am using the WixUI_InstallDir sequence and refer to the WixUIExtension dll in my project. I want to replace the WelcomeDlg dialog with my own, so that I can control the text displayed. I want to show a different text

Re: [WiX-users] Replacing welcome dialog with custom dialog

2010-04-27 Thread Pally Sandher
sers] Replacing welcome dialog with custom dialog Hi, I am using the WixUI_InstallDir sequence and refer to the WixUIExtension dll in my project. I want to replace the WelcomeDlg dialog with my own, so that I can control the text displayed. I want to show a different text when upgrading (as compare

[WiX-users] Replacing welcome dialog with custom dialog

2010-04-26 Thread Jacob Moonen
Hi, I am using the WixUI_InstallDir sequence and refer to the WixUIExtension dll in my project. I want to replace the WelcomeDlg dialog with my own, so that I can control the text displayed. I want to show a different text when upgrading (as compared to a fresh install). I also want to replac