1
General Board / Re: Sparx EA - Azure remote app deployment
« on: April 02, 2025, 05:45:53 pm »
I got this guide from Sparx. It shows how to install EA for All Users.
https://sparxsystems.com/downloads/whitepapers/EA_Deployment.pdf
Still, it does not work in my case an I am really curious about how to use the eastartup.cfg as seems to be able to solve the problem.
Haven't got any response from Sparx yet about it.
https://sparxsystems.com/downloads/whitepapers/EA_Deployment.pdf
Quote
Note: By default Enterprise Architect will install for the Current User. To install for
All Users specify:
msiexec /i c:\easetupfull.msi /q allusers=2
Still, it does not work in my case an I am really curious about how to use the eastartup.cfg as seems to be able to solve the problem.
Code: [Select]
#This is the EA kickstart configuration file that loads early in the EA startup cycle
#Supported input properties are indicated below
#APPDATA2 - a second location to search for ModelPatterns, Workspace Layouts, User Settings
#APPDATA2=C:\eaalt
#USERSETTINGS - overrides use of the user registry for personal settings and other user configurable options
USERSETTINGS=C:\CurrentUser.db
# Enable these Addins.
#ADDIN=Addin1_name:Addin1_class.Main
#ADDIN=Addin2_name:Addin2_class.Main
Haven't got any response from Sparx yet about it.