Re: [WiX-users] Creating MSI for non admin user

2010-04-13 Thread Sanjay Poria
Thanks for the detailed response. That's a great help. sanjay > -Original Message- > From: Pally Sandher [mailto:pally.sand...@iesve.com] > Sent: 13 April 2010 14:58 > Subject: Re: [WiX-users] Creating MSI for non admin user > > You can use a LaunchCondition

Re: [WiX-users] Creating MSI for non admin user

2010-04-13 Thread Phil Sayers
If you need something per-user and you can live with the limitations about what icons/shortcuts you can place, you may want to look at ClickOnce. -Original Message- From: Sanjay Poria [mailto:sanjay.po...@xanalys.com] Sent: Tuesday, April 13, 2010 9:11 AM To: wix-users@lists.sourceforge.

Re: [WiX-users] Creating MSI for non admin user

2010-04-13 Thread Pally Sandher
You can use a LaunchCondition with the NETFRAMEWORK35 Property in WixNetfxExtension to check for .NET 3.5 Framework (http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm) Non-administrator users can't write to ProgramFilesFolder so author your installer to default to LocalAppDataFolder (ht