[WiX-users] Shortcuts that won't go away

2006-09-16 Thread Charlie Poole
Hi All, I have a set of shortcuts in one component that won't go away on uninstall. Here's a snippet from my wxs file... On uninstall, the log says... MSI (s) (B4:C0) [1

Re: [WiX-users] Shortcuts that won't go away

2006-09-16 Thread Charlie Poole
I combined the two files and four shortcuts into a single component and it worked. My instinct is that there is something here I should understand better. :-) Charlie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Charlie Poole

Re: [WiX-users] Planning a new WiX release

2006-09-19 Thread Charlie Poole
If Votive is a stumbling block, I hope you'll consider that some users are interested in a new, stable WiX release without particularly caring about Votive. At least this one is. :-)   CHarlie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frederik CarlierSent:

Re: [WiX-users] Planning a new WiX release

2006-09-19 Thread Charlie Poole
other.   Charlie From: Justin Rockwood [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 12:23 PMTo: 'Charlie Poole'; 'Frederik Carlier'; wix-users@lists.sourceforge.netSubject: RE: [WiX-users] Planning a new WiX release Thanks for your

[WiX-users] Order of Menu Items

2006-09-20 Thread Charlie Poole
Hi All, Is there any way to control the display order of shortcuts under the programs folder? Charlie - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to

Re: [WiX-users] Order of Menu Items

2006-09-20 Thread Charlie Poole
> -Original Message- > From: Bob Arnson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 20, 2006 12:18 PM > To: Charlie Poole > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Order of Menu Items > > Charlie Poole wrote: > > Is there

Re: [WiX-users] Order of Menu Items

2006-09-20 Thread Charlie Poole
Hi Tony, > > For better testing, I'd like to know where that is and clear it out > > periodically. Any ideas? > > HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ex > plorer\MenuOrder > > I don't believe it's documented what's in that key though so > deleting it might not be a goo

Re: [WiX-users] Order of Menu Items

2006-09-21 Thread Charlie Poole
Hi Marcel, > What about the order when the user customized his "Start > menu"? (i.e. by disabling the option "Enable dragging and > Dropping" or by Sorting the menu (which isn't an option if > you have the previous option disabled...)) I tested this by customizing the start menu. The surprise

[WiX-users] NUnit using WiX

2006-09-27 Thread Charlie Poole
Hi All, Just as an FYI, I recently blogged about NUnit's moving to WiX for it's install: http://nunit.com/blogs/?p=39 Charlie - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and y

Re: [WiX-users] Creating files for current user accounts

2006-12-29 Thread Charlie Poole
Slightly off the point of your question, but have you considered whether setup for individual users should really be done in your install? It's often simpler to have the application itself check at startup and perform any per-user initialization. Charlie > -Original Message- > From: [EMA

[WiX-users] Iterating over Registry entries

2007-01-05 Thread Charlie Poole
Hi All, My current install for NUnit looks for a particular registry entry and, if it is present, creates a shortcut for running NUnit under Mono. Actually, multiple Mono installs can be present and it would be nice to create entries for all of them. That would creaing a shortcut for each subkey

Re: [WiX-users] Iterating over Registry entries

2007-01-05 Thread Charlie Poole
lable - maybe a shell menu extension. Charlie > -Original Message- > From: Bob Arnson [mailto:[EMAIL PROTECTED] > Sent: Friday, January 05, 2007 9:14 PM > To: Charlie Poole > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Iterating over Registry entries &

[WiX-users] Component that depends on two features

2007-01-25 Thread Charlie Poole
Hi Folks, I have the following features (among others) ... base gui tests Unfortunately, tests includes tests of the gui, which I would don't really want to install if the gui feature isn't selected. I realize that I could restructure this as base gui gui_tests base_tests but that