[wix-users] Chrome enterprise deployment

Carlos Sosa carlos.sosa.us at outlook.com
Wed Dec 13 13:26:15 PST 2017


Thank you, I'm testing it in a few.

    <Chain>
       <MsiPackage SourceFile = "$(var.ProjectDir)Lib\googlechromestandaloneenterprise64.msi" 
                 Id='Chrome'
                 Vital='no'
                 DisplayInternalUI='yes'
                 Description='Installing Google Chrome'
                 DisplayName='Google Chrome'
                 ForcePerMachine='yes' >
         <MsiProperty Name="string" Value="/s" />
      </MsiPackage>


-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Nir Bar via wix-users
Sent: Wednesday, December 13, 2017 12:38 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Nir Bar <nir.bar at panel-sw.com>
Subject: Re: [wix-users] Chrome enterprise deployment

Use MsiProperty elements nested inside the MsiPackage element.

Sent from my ASUS

-------- Original Message --------
From:Carlos Sosa via wix-users <wix-users at lists.wixtoolset.org> Sent:Wed, 13 Dec 2017 21:21:47 +0200 To:WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org> Cc:Carlos Sosa <carlos.sosa.us at outlook.com> Subject:[wix-users] Chrome enterprise deployment

>
>Hello, I'm trying to install Chrome with in my bundle, the question I have is that google provides an msi that has switches but If I use the msi component on the bundle it doesn't has options to includes/pass these switches. The .exe does.
>M'I missing something? I'm trying to specified the parameters during install, I'm troubleshooting some errors during installation of Chrome.
>Any advice is appreciated.
>
><MsiPackage SourceFile = "$(var.ProjectDir)Lib\googlechromestandaloneenterprise64.msi"
>                 Id='Chrome'
>                 Vital='no'
>                 DisplayInternalUI='yes'
>                 Description='Installing Google Chrome'
>                 DisplayName='Google Chrome'
>                 ForcePerMachine='yes'></MsiPackage>
>
>Or
>
><ExePackage Id="Chrome"
>                  Compressed="yes"
>                  PerMachine="yes"
>                  Vital="no"
>                  Permanent="yes"
>                  InstallCommand=""
>                  UninstallCommand=""
>                  RepairCommand=""
>                  
>SourceFile="$(var.ProjectDir)Lib\ChromeStandaloneSetup64.exe"/>
>
>____________________________________________________________________
>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