Mass Deploy Script

Use the script below to deploy remote activations.

 
- Authorisation example:
Mac: sudo /Applications/MadMapper\ 6.0.0.app/Contents/MacOS/MadMapper --authorise --serial=AAAA-BBBB-CCCC-DDDD-EEEE --username=myAccount --password=myPassword
Windows: C:\Program Files\MadMapper 6.0.0> .\MadMapper.exe --authorise --serial=AAAA-BBBB-CCCC-DDDD-EEEE --username=myAccount --password=myPassword

- Deauthorisation example:
Mac: sudo /Applications/MadMapper\ 6.0.0.app/Contents/MacOS/MadMapper --deauthorise --product=MadMapper
Windows: C:\Program Files\MadMapper 6.0.0> .\MadMapper.exe --deauthorise --product=MadMapper

- Login user to the Library
Mac: /Applications/MadMapper\ 6.0.0.app/Contents/MacOS/MadMapper --login --username=myUsername --password=myPassword
Windows: C:\Program Files\MadMapper 6.0.0> .\MadMapper.exe --login --username=myUsername --password=myPassword

- List products & authorisations:
Mac: /Applications/MadMapper\ 6.0.0.app/Contents/MacOS/MadMapper --authInfo
Windows: C:\Program Files\MadMapper 6.0.0> .\MadMapper.exe --authInfo

- Remark: on Windows, the application's log doesn't appear in the terminal, but the log-files are located there:
C:\Users\your_login\AppData\Roaming\Garagecube\MadMapper\Logs\

The sudo usage in the examples is used to allow MadMapper to write authorisation files to the filesystem, it's accessible to all users on the system.

“6.0.0.” is an example. Be sure to replace it with the actual version you are using whenever the version is mentioned.

 

Page Content