[wix-users] MSI using WIX per Machine

Rob Mensching rob at firegiant.com
Wed May 8 13:19:21 PDT 2019


FYI, you can shorten all that noise into:

    <Package Compressed="yes" InstallScope="perMachine" />

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/


-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of uday.kundarapu--- via wix-users
Sent: Wednesday, May 8, 2019 12:55 PM
To: Steven Ogilvie <stogilvie at genetec.com>
Cc: uday.kundarapu at gmail.com; WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] MSI using WIX per Machine

Thanks a lot Steven.

Sent from my iPhone

> On May 8, 2019, at 2:48 PM, Steven Ogilvie <stogilvie at genetec.com> wrote:
> 
> http://wixtoolset.org/documentation/manual/v3/xsd/wix/package.html
> 
> i.e.
> 
> <Package
>            InstallerVersion="405" 
>            Compressed="yes" 
>            Languages="1033"
>            Keywords="Installer,MSI,Database"
>            Manufacturer="$(var.Manufacturer)"
>            Description="$(var.Description)"
>            SummaryCodepage="Windows-1252"
>            InstallPrivileges="elevated"
>            InstallScope="perMachine" />
> 
>> -----Original Message-----
>> From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of 
>> uday kumar reddy kundarapu via wix-users
>> Sent: May 8, 2019 3:05 PM
>> To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
>> Cc: uday kumar reddy kundarapu <uday.kundarapu at gmail.com>
>> Subject: [wix-users] MSI using WIX per Machine
>> 
>> Can someone help me to install MSI for per machine using a sample WXS
> file?
>> 
>> __________________________________________________________
>> __________
>> WiX Toolset Users Mailing List provided by FireGiant 
>> https://can01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.
>> firegiant.com%2F&data=02%7C01%7Cstogilvie%40genetec.com%7C178c
>> cfdc5e2042e0239f08d6d3e80e96%7C7ba8d2fb46604a19802e4d015a17e167%7
>> C0%7C1%7C636929390963157155&sdata=P9bfZtk1lDyYmV1wLK42JP0ikY
>> a779nSw4a8%2BG%2BQLM8%3D&reserved=0

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



More information about the wix-users mailing list