Re: [WiX-users] Vista Standard User and perMachine install

2009-11-09 Thread warne warne
Hi there, I am using setupbld to create a setup.exe from my msi. Using the command: SETUPBLD -title "MyApp" -ms MyAppSetup.msi -setup setup.exe -out MyAppSetup.exe However, I get a strange difference between the exe & msi installer version. Running the installer with the application already in

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-25 Thread Blair
ser. -Original Message- From: warne warne [mailto:warne...@hotmail.com] Sent: Friday, September 25, 2009 1:25 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Vista Standard User and perMachine install Thanks for the help, I tried it without InstallPrivileges="elevated&

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-25 Thread warne warne
Thanks for the help, I tried it without InstallPrivileges="elevated" and it almost got it to work. Both methods ('Condition' element and type 19 custom action) appear to have the same net effect. XP works great and stops the install if not an admin. That fine and is what I want. Vista howev

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-24 Thread Wilson, Phil
ler XML toolset.' Subject: Re: [WiX-users] Vista Standard User and perMachine install If you set Privileged to 1, you are overriding whatever setting Windows Installer had generated. Don't set it, just consume it in your conditions. Installer sets it for you if appropriate. InstallPr

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-24 Thread Blair
y it suppresses telling Windows Installer that you don't need them, but by implication...) -Original Message- From: warne warne [mailto:warne...@hotmail.com] Sent: Thursday, September 24, 2009 11:24 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Vista Standard User an

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-24 Thread warne warne
Hi thanks, but the privileged property is always 1 regardless if Im standard, or admin user. As I was saying I have InstallScope="perMachine" InstallPrivileges="elevated" in my package element. Is that setting privileged to 1 by any chance? I thought by doing that it would inform msi tha

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-23 Thread Pally Sandher
Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Sascha Beaumont [mailto:sascha.beaum...@gmail.com] Sent: 23 September 2009 01:51 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Vista Standard User a

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-22 Thread Sascha Beaumont
>From the documentation: The Privileged property indicates whether the installation is performed in the context of elevated privileges. The installer sets this property if the user has administrator privileges, if the application has been assigned by a system administrator, or if both the user and

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-18 Thread warne warne
Is there a property I could check for that is set when either a XP Limited or Vista Standard user runs my installer? I tried 'AdminUser' & 'Privileged but it seems they are always '1' regardless if I run the setup logged in as an administrator or not. thanks very much, ___

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-12 Thread warne warne
Outstanding, thanks again for all the help. _ Save time by using Hotmail to access your other email accounts. http://clk.atdmt.com/UKM/go/167688463/direct/01/ ---

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-11 Thread Blair
tmail.com] Sent: Friday, September 11, 2009 6:11 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Vista Standard User and perMachine install Thanks thats certainly clarified it. My install is a 'WIXUI_INSTALLDIR' type so from what I read here: http://www.indigorose.co

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-11 Thread warne warne
Thanks thats certainly clarified it. My install is a 'WIXUI_INSTALLDIR' type so from what I read here: http://www.indigorose.com/webhelp/msifact/Concepts/Per-Machine_vs._Per-User_Installations.htm that rules out perUser install. I also use a custom action to launch my app after install and Vis

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-11 Thread Wilson, Phil
warne [mailto:warne...@hotmail.com] Sent: Friday, September 11, 2009 12:49 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Vista Standard User and perMachine install Hi there, My setup is a perMachine (ALLUSERS=1) install which I set in the 'Package' element and thats fin

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-11 Thread Blair
1, 2009 12:49 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Vista Standard User and perMachine install Hi there, My setup is a perMachine (ALLUSERS=1) install which I set in the 'Package' element and thats fine. Just wondering then, is there any way to get round vista's UA

Re: [WiX-users] Vista Standard User and perMachine install

2009-09-11 Thread John Ludlow
It's all about where you're deploying to and what CAs you're running. If you're operating outside of the user's profile then you'll get a UAC prompt if it's enabled. 2009/9/11 warne warne : > > > > Hi there, > > My setup is a perMachine (ALLUSERS=1) install which I set in the 'Package' > element

[WiX-users] Vista Standard User and perMachine install

2009-09-11 Thread warne warne
Hi there, My setup is a perMachine (ALLUSERS=1) install which I set in the 'Package' element and thats fine. Just wondering then, is there any way to get round vista's UAC for users without admin rights ie 'Standard Users' ? They get the old "You do not have sufficient priviliges etc" mes