[wix-users] Installation on a Citrix server

Thomas Gradinger Thomas.Gradinger at tip.co.at
Tue Aug 16 04:26:49 PDT 2016


Apologies, I have missed your post - will check asap

-----Ursprüngliche Nachricht-----
Von: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] Im Auftrag von Robert Goodridge
Gesendet: Mittwoch, 10. August 2016 01:30
An: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Betreff: Re: [wix-users] Installation on a Citrix server

Burn might be used to wrap the msi in an exe whose manifest specifies it should be run elevated. This means that every phase of the msi install will run with elevated privileges and not just the Server part of the install. I would not expect that to make any difference to your issue.

When you use InstallScope you must remove any Property element that sets ALLUSERS.
Also set MSIINSTALLPERUSER to an empty string:
<Property Id="MSIINSTALLPERUSER" Value="{}"/>

Warm regards

Rob Goodridge | CloudArchitect | LANSA Product Centre

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Thomas Gradinger
Sent: Tuesday, 9 August 2016 6:47 PM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] Installation on a Citrix server

Hi all,

I have an MS Office Add-In that should be deployed on Citrix servers (there are 5 servers).
So the setup project should install the Add-In for every user on that server.

After some research I found that the InstallScope in  product.wxs by default is perUser, so I changed it to perMachine.
It still installs for the current user though.

There is also a thread "Changing Burn registration to per-machine from BA" talking about a similar issue (I guess), but I'm neither familiar with Burn nor BA, so I don't really know what it is about.

Maybe someone has encountered a similar situation and was able to solve it?

PS: I'm using VS2015 and WiX 3.10

____________________________________________________________________
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