[WiX-users] Default Icon for Advertised Shortcuts

2010-03-15 Thread Troy Simpson
itself to using the user's default icons. Can someone please help to point out examples (either advertised or not) that use the windows default icon and don't end up packing in a foreign executable. Thanks in advance. Re

[WiX-users] Separate ExitDialog for Uninstall

2008-06-19 Thread Troy Simpson
n exe installer. I am using SharpDevelop 3 as the WiX installer build tool. Can anyone assist? Regards, Troy Simpson Subversion Win32 Installer Maintainer ( SWIM?? ;) ) - Check out the new SourceForge.net Marketplace

Re: [WiX-users] Separate ExitDialog for Uninstall

2008-06-20 Thread Troy Simpson
how I display a > > Firewall Dialog which adds some applications to the Windows Firewall > > after installation. Normally, the ExitDlg would be displayed when > > finishing the installation, but I needed it customized. > > > > > > > > > >

Re: [WiX-users] Separate ExitDialog for Uninstall

2008-06-20 Thread Troy Simpson
a different dialog control. > For instance, if the user does an uninstall, use the REMOVE="ALL" > condition. > > Troy Simpson wrote: > > Thanks for the suggestions Calin, > > > > Preferably, I'd like to have the condition in the modified ExitDlg - >

Re: [WiX-users] Separate ExitDialog for Uninstall

2008-06-20 Thread Troy Simpson
REMOVE and Remove - the first one is a > public property, the second is a private: > http://msdn.microsoft.com/en-us/library/aa371245(VS.85).aspx > I will let others to continue on this issue. Perhaps I will look at > your > project. > > Troy Simpson wrote: > > The Remov

Re: [WiX-users] Skip EULA (Wix3)

2008-06-20 Thread Troy Simpson
7. link your project to WixUI_MyMondo.wixlib instead of WixUI_Mondo.wixlib That should work. I'm only a newbie so hopefully I haven't lead you too far astray. Regards, Troy Simpson > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On

Re: [WiX-users] Separate ExitDialog for Uninstall

2008-06-20 Thread Troy Simpson
Apparently my response got lost in the mail, apologies if it is received twice. My response contains the solution. Troy > -Original Message- > From: Troy Simpson [mailto:[EMAIL PROTECTED] > Sent: Saturday, 21 June 2008 9:00 AM > To: 'General discussion for Wind

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Troy Simpson
The lit command should actually read: lit.exe -out WixUI_Subversion.wixlib WixUI_Subversion.wixobj Troy > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of Troy Simpson > Sent: Saturday, 21 June 2008 10:07 AM > To: 'Ge

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Troy Simpson
This one seemed to get lost in the mail too... It's pivotal to getting my suggestion working as advertised (see update for lit command below): > -Original Message- > From: Troy Simpson [mailto:[EMAIL PROTECTED] > Sent: Saturday, 21 June 2008 12:30 PM > To: 'General

Re: [WiX-users] Separate ExitDialog for Uninstall

2008-06-21 Thread Troy Simpson
> difference between a public and a private property. In short public > properties are also properties that are set as a result of user > interaction. What you are doing is not setting a property, but an event > which is called Remove as in: > > Height="17" Text="[Butto

Re: [WiX-users] Skip EULA (Wix3)

2008-06-22 Thread Troy Simpson
gt; > Neil > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Troy > Simpson > Sent: 21 June 2008 01:07 > To: 'General discussion for Windows Installer XML toolset.' > Subject: Re: [WiX-users] Skip EULA (Wix3)

Re: [WiX-users] Skip EULA (Wix3)

2008-06-22 Thread Troy Simpson
I just realised my previous reply was more meant for Peter, but it is hopefully helpful to anyone trying to do the same thing. Sorry I got the recipient wrong. Troy > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of Troy Simps