MSI file extension
MSI file extension stands for Microsoft Software Installer. It is a Windows Installer format that uses Microsoft's Windows Installer service to configure installer packages, such as Windows applications or update packages. The MSI file extension is used to install software on Windows operating systems.
This guide is applicable for Active Directory and Microsoft Intune.
There are two deployment options for this MSI package.
The MSI installation includes 3 optional arguments to optimize setup.
This argument could be set to true or false.
Default value for the Windows application is true.
If auto updates are set to true and an update is available, the application will show you a modal that allows you to start installation immediately.
If auto updates are set to false and an update is available, the application will notify you about the update and ask you to contact your administrator for installation.
This argument could be set to openvpn or ikev2.
The GoodAccess application allows you to use these two protocols.
The default protocol for the Windows application is openvpn.
For a persistent connection, for example an RDP server, we recommend you to set openvpn as your default protocol.
This argument should be the name of your team.
If you are deploying the application for a large group of people within the same GA team, we recommend that you set up a default team. That way, you won't have to instruct your employees what the team name is.
With msiexec just use the command msiexec then the argument /i for installation, and then the path of the msi package. You can also use our optional arguments for easier installation.
Sample Command:
msiexec /i "GoodAccessSetup.msi" TEAM_NAME="samohyb" AUTO_UPDATES="false" DEFAULT_PROTOCOL="openvpn" /qn

- Open the MSI package with the ORCA software and create a new transform by clicking Transform/New Transform.


- Now just click Transform and generate the MST transform for your domain deployment by clicking Generate Transform.

Last modified 2mo ago