Deploy the agent without parameters by modifying the MSI file directly.
The Automox installer requires your access key in order for the device to appear in your console for management. To deploy the Automox MSI installer without parameters, you must embed the access key into the file.
The simplest way to do this is with Microsoft MSI editor Orca. Downloadable as part of the Windows Installer SDK ISO file.
https://go.microsoft.com/fwlink/p/?linkid=2083448&clcid=0x409
Notably, there are many other MSI editing tools, but this one is free and from Microsoft so we'll use this for the following example.
Editing the MSI with Orca
To edit the MSI file with Orca, follow these steps.
Install and launch Orca.
Click File → Open...
The MSI file is loaded into the editor.Retrieve your access key from the Automox console.
a. Sign into the Automox console.
b. Go to Settings → Secrets & Keys and copy from the Agent Access Key field.In the Orca editor, click Property from the Tables list.
To add the access key you copied, double-click the first empty cell in the Property column to add a new entry.
In the Property field, type "ACCESSKEY" and press Enter. This is case-sensitive. The field will change from Property to Value.
In the Value field, paste the access key and click OK. You'll now see a new row with your new property and value entries.
Confirm that your access key is correct.
Save the file (Click File → Save).
Now you can deploy this modified MSI without being prompted for a key.
This applies to both Silent and GUI-based installations.
Do NOT use the Save As… option when saving your modified installer, to avoid corrupting the MSI file. If you prefer to use the Save As… option, you will first need to perform the following steps:
Open Orca.
Click on Tools → Options
Select the Database tab.
Enable the checkbox for Copy Embedded Streams During Save As
Click OK to apply the setting.
You can then use the Save As… option for the modified installer.
Comments
0 comments
Please sign in to leave a comment.