Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-22 Thread ivo
> Um using the "How To: Run the Installed Application After Setup" > requires no changing of the ExitDialog what so ever. You set a few > public properties & the already built in code makes the text & checkbox > appear due to the conditions on the controls. There's no "new" dialog > needed, you're

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-22 Thread Pally Sandher
-Original Message- From: Ivo Beltchev [mailto:i...@roadrunner.com] Sent: 22 June 2010 16:27 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Customizing WixUI_FeatureTree Pally Sandher wrote: > If it's a readme why not use the "Launch an Ap

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-22 Thread Ivo Beltchev
Pally Sandher wrote: > If it's a readme why not use the "Launch an Application after install" > functionality described at > http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm to > simply ShellExecute the RTF? That way you can give the user the option > to see your RTF using the

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-22 Thread Pally Sandher
onmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Ivo Beltchev [mailto:i...@roadrunner.com] Sent: 22 June 2010 15:32 To: General discussion for W

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-22 Thread Ivo Beltchev
Pally Sandher wrote: > Answer to problem 1: I already posted a link to yesterday on this very > thread (in fact I can see it on my screen as I type this further down > the thread). Between Neil S's blog & the WiX UI pages in the WiX manual > you should have all you need to make the changes requir

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-22 Thread Pally Sandher
02:08 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Customizing WixUI_FeatureTree Two problems with that: - the ExitDialog is part of the UI_FeatureTree set, so I can't change it from my project alone. I'll have to either modify the UI_FeatureTree s

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-22 Thread Blair
s "scheduled" in the InstallUISequence table with a "-1" value. -Original Message- From: i...@roadrunner.com [mailto:i...@roadrunner.com] Sent: Monday, June 21, 2010 6:08 PM To: General discussion for Windows Installer XML toolset. Cc: Blair Subject: Re: [WiX-users] Customizing W

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-21 Thread ivo
gt; in ExitDialog's Back button and set it to return to ReadmeDlg. > > -Original Message- > From: i...@roadrunner.com [mailto:i...@roadrunner.com] > Sent: Monday, June 21, 2010 5:29 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-us

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-21 Thread Blair
runner.com] Sent: Monday, June 21, 2010 5:29 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Customizing WixUI_FeatureTree >> 1) Add a Readme.rtf file at the end of the install. This can either be >> in a dialog similar to EULA (that's what V

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-21 Thread ivo
>> 1) Add a Readme.rtf file at the end of the install. This can either be >> in a dialog similar to EULA (that's what Visual Studio setup projects >> do), or a checkbox to execute the RTF when the installer closes. Given >> the choice between the two I would prefer the first option (embed the >> Re

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-21 Thread ivo
> If you have some budget, I can be hired to provide a CA that performs that > task for you. It would be up to you if you wished that to be contributed back > to the community or to have it licensed to you. Email me directly if you are > interested. Sorry, no budget here :) This is an open sour

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-21 Thread Blair
nterested. -Original Message- From: i...@roadrunner.com [mailto:i...@roadrunner.com] Sent: Monday, June 21, 2010 12:32 PM To: General discussion for Windows Installer XML toolset. Cc: Blair Subject: Re: [WiX-users] Customizing WixUI_FeatureTree > "Basic UI or Reduced UI level installa

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-21 Thread ivo
> "Basic UI or Reduced UI level installations give the user the option of > using the Restart Manager to reduce system restarts even if the > MsiRMFilesInUse dialog box is not present. Silent UI level installations > always shut down applications and services, and on Windows Vista, always use > Re

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-21 Thread Blair
r, so that may be a moot point). -Original Message- From: i...@roadrunner.com [mailto:i...@roadrunner.com] Sent: Monday, June 21, 2010 11:34 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Customizing WixUI_FeatureTree >> 2) Currently when I upgr

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-21 Thread ivo
>> 2) Currently when I upgrade from one version to the next I get a popup >> from the Restart Manager asking to restart the programs that use my DLL. >> That's good. But during uninstall I only get a simple message box saying >> "Some files are in use, you should reboot afterwards". I want to use t

Re: [WiX-users] Customizing WixUI_FeatureTree

2010-06-21 Thread Pally Sandher
tland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Ivo Beltchev [mailto:i...@roadrunner.com] Sent: 21 June 2010 14:48 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Customizing WixUI_FeatureTree Hi, WixUI_FeatureTree is almost exactly what I need. I jus

[WiX-users] Customizing WixUI_FeatureTree

2010-06-21 Thread Ivo Beltchev
Hi, WixUI_FeatureTree is almost exactly what I need. I just want to change 2 things: 1) Add a Readme.rtf file at the end of the install. This can either be in a dialog similar to EULA (that's what Visual Studio setup projects do), or a checkbox to execute the RTF when the installer closes. Give