Well, it's not really very simple... But it is something like this:
1. Find WelcomeDlg.wxs file. 2. Create new dialog, for example MyWelcomeDlg.wxs. 3. Copy source code to this new dialog (replacing Description with your text) 4. Replace the code <InstallUISequence> <Show Dialog="WelcomeDlg" Before="ProgressDlg">NOT Installed</Show> </InstallUISequence> with <InstallUISequence> <Show Dialog="MyWelcomeDlg" Before="ProgressDlg">NOT Installed</Show> </InstallUISequence> 5. Add dialog reference to your new dialog (under <UI>) <DialogRef Id="MyWelcomeDlg" /> And remove reference to WelcomeDlg. 6. Set the navigation (under <UI>): <Publish Dialog="MyWelcomeDlg" Control="Next" Event="NewDialog" Value="SomeDlg">1</Publish> SomeDlg is the dialog which is supposed to appear after WelcomeDlg. I think, that's all, but I can be mistaken. PS: I'm not sure that it is the best way of achieving your purpose anyway... Best regards, Natalia Gladkova -----Original Message----- From: Vishal Nahar [mailto:naharvish...@gmail.com] Sent: Monday, April 06, 2009 4:34 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Remove default Description in welcome dialog how to simply replace standard Welcome dialog with your own. ? On Mon, Apr 6, 2009 at 5:53 PM, Natalia Gladkova < natalia.gladk...@arcadia.spb.ru> wrote: > Welcome dialog description text is set as "!(loc.WelcomeDlgDescription)". > You can investigate whether this value can be changed somehow. > > Or you can simply replace standard Welcome dialog with your own. > > Best regards, > Natalia Gladkova > > -----Original Message----- > From: Vishal Nahar [mailto:naharvish...@gmail.com] > Sent: Monday, April 06, 2009 3:27 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Remove default Description in welcome dialog > > how to remove default Description in welcome dialog ? > > ---------------------------------------------------------------------------- > -- > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > ---------------------------------------------------------------------------- -- > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ---------------------------------------------------------------------------- -- _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users