[wix-users] How to do Per user mode installation on specified folders

Hoover, Jacob Jacob.Hoover at greenheck.com
Thu Jul 28 08:42:37 PDT 2016


Also note that Burn doesn't support LUA patching for PerMachine installs, as Burn needs to write to machine specific locations which requires elevation.  You could do some interesting patching with MSP's, but you wouldn't be able to utilize Burn to download and apply them.

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of David Watson
Sent: Thursday, July 28, 2016 9:40 AM
To: dev at parascadd.com; WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] How to do Per user mode installation on specified folders

Use insignia to sign your packages and msps. http://wixtoolset.org/documentation/manual/v3/overview/insignia.html

Or call out to signtool from your build https://msdn.microsoft.com/en-gb/library/windows/desktop/aa387764(v=vs.85).aspx

Make sure you embed the certificate in the MSI also.
http://wixtoolset.org/documentation/manual/v3/xsd/wix/digitalcertificate.html

follow the steps in  https://msdn.microsoft.com/en-us/library/windows/desktop/aa372388(v=vs.85).aspx


You will still NEED to install the original msi as an administrator.


 [http://dr0muzwhcp26z.cloudfront.net/static/corporate/SDL-logo-2014.png] <www.sdl.com/> www.sdl.com


SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us.

SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK.

-----Original Message-----
From: dev at parascadd.com [mailto:dev at parascadd.com]
Sent: 28 July 2016 15:11
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: David Watson <dwatson at sdl.com>
Subject: Re: [wix-users] How to do Per user mode installation on specified folders

Thanks David,
We are using C#.net, i have checked its in C++, If you can share any sample code for digitally sign and how to use in wix will be highly appreciated.

Thanks Again,
Ashit



On 28/07/2016 19:29, David Watson wrote:
> You can't, non admin users cannot write to per machine locations by 
> default for security reasons.
>
> You can install to program files as admininstrator then patch (msp) to 
> update without being an admin as long as you digitally sign MSIs and 
> patches.
> https://msdn.microsoft.com/en-us/library/windows/desktop/aa372388(v=vs
> .85).aspx
>
> If your users choose a location within their scope it should work.
>
> Dave
>
>
>
> [http://dr0muzwhcp26z.cloudfront.net/static/corporate/SDL-logo-2014.pn
> g]
> <www.sdl.com/>
> www.sdl.com
>
>
> SDL PLC confidential, all rights reserved. If you are not the intended 
> recipient of this mail SDL requests and requires that you delete it 
> without acting upon or copying any of its contents, and we further 
> request that you advise us.
>
> SDL PLC is a public limited company registered in England and Wales.
> Registered number: 02675207.
> Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire
> SL6 7DY, UK.
>
> -----Original Message-----
> From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On 
> Behalf Of dev at parascadd.com
> Sent: 28 July 2016 14:39
> To: wix-users at lists.wixtoolset.org
> Subject: [wix-users] How to do Per user mode installation on specified 
> folders
>
> Dear Team,
> We are using WIX toolset 3.6 and created .msi and .msp using Per-user 
> mode and non admin rights its installing in C:\user\AppData, we want 
> to install on machine at user specified folder . How we can install 
> without admin rights.
> Thanks in Advance
>
> Regards
> Ashit
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant 
> http://www.firegiant.com/
>
>
> This message has been scanned for malware by Websense.
> www.websense.com
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant 
> http://www.firegiant.com/


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list