Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-31 Thread Bob Arnson
On 22-Dec-11 08:23, Stelios Kyprou wrote: > Ok it seems that Remove=ALL was not set for the following reason: > One of the features had a conditional installation, as following: http://www.joyofsetup.com/2008/05/16/make-sure-features-are-always-enabled-so-they-can-be-removed/ -- sig://boB http:/

Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-23 Thread Stelios Kyprou
hy this happens... -Original Message- From: Sameer Arora [mailto:arora...@gmail.com] Sent: 22 December 2011 22:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Removing through the UI mode does not prompt for privileges If the requirement was to invoke e

Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-22 Thread Sameer Arora
ogs the following: > > > > MSI (s) (C0:08) [11:23:34:638]: Skipping action: > > UninstallWsp2010PowerShell (condition is false) The condition is: > > which should be true when > > uninstalling(Executes from Programs and Features, but not from the > "Remove"

Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-22 Thread Stelios Kyprou
syncfusion.com] > Sent: 21 December 2011 10:18 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Removing through the UI mode does not prompt > for privileges > > Hi Stelios, > > Check the InstallScope attribute for the package inside the prod

Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-21 Thread Dan Gough
l Message- > From: Karthick R [mailto:karthi...@syncfusion.com] > Sent: 21 December 2011 10:18 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Removing through the UI mode does not prompt for > privileges > > Hi Stelios, > > Chec

Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-21 Thread Stelios Kyprou
s Installer XML toolset. Subject: Re: [WiX-users] Removing through the UI mode does not prompt for privileges Hi Stelios, Check the InstallScope attribute for the package inside the product having the value as "perMachine" or "perUser" For a per-machine installation, the de

Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-21 Thread Karthick R
Hi Stelios, Check the InstallScope attribute for the package inside the product having the value as "perMachine" or "perUser" For a per-machine installation, the default installation location will be [ProgramFilesFolder][ApplicationFolderName] and the user will be able to change it in the setu