Re: [WiX-users] Add\Remove Programs issue

2007-05-15 Thread Dustin Andrews
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rennie Petersen Sent: Tuesday, May 15, 2007 1:28 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Add\Remove Programs issue You might want to do some extra research into ALLUSERS. What I've heard on this ma

Re: [WiX-users] Add\Remove Programs issue

2007-05-15 Thread nhenny
-Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Dustin Andrews >> Sent: 14. maj 2007 22:13 >> To: nhenny; wix-users@lists.sourceforge.net >> Subject: Re: [WiX-users] Add\Remove Programs issue >> >> I th

Re: [WiX-users] Add\Remove Programs issue

2007-05-15 Thread Rennie Petersen
net > Subject: Re: [WiX-users] Add\Remove Programs issue > > I think you want to set the install to "All Users". > > 2 > > This will install the package for all users and all the > admins can see it in add/remove then. Your package thinks > it's user

Re: [WiX-users] Add\Remove Programs issue

2007-05-14 Thread Dustin Andrews
I think you want to set the install to "All Users". 2 This will install the package for all users and all the admins can see it in add/remove then. Your package thinks it's user specific, when clearly it's not. -Dustin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

Re: [WiX-users] Add\Remove Programs issue

2007-05-14 Thread Rob Hamflett
Do you have ALLUSERS=1? Rob nhenny wrote: > Not sure if this is a WiX issue, but I will see what you all have to say > > Here's the situation: > > Created an MSI (always created with the same GUIDS as I am still creating > the initial package to be released) > Installed it as a Domain Admin