We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-12-15 03:04 AM - last edited on 2023-05-25 06:04 PM by Rubia Torres
Hi , using MS endpoint config manager (SCCM) any option to deploy Education licensed version of Archicad 26 with serial and user ID already injected into EXE file ?
Or to write to a license file once installed?
Solved! Go to Solution.
2022-12-15 03:18 PM - edited 2022-12-15 03:22 PM
Hello, I'm not quite sure about SCCM, but technically, you can run a silent deployment of Archicad with EDU license added during the process. Here is the guide.
Then you can make a batch script from the parameters above and create an executable for deploying via SCCM?
BIM Manager
DKO Architecture - HCMC
2022-12-16 03:05 AM - last edited on 2022-12-25 05:02 PM by Laszlo Nagy
Hello, I believe the correct format should be:
Archicad-26-NZE-3001-1.0.exe --mode unattended --eduSerialNumber XXXXXXXXXXXXXXXX --eduUserID XXXXXXXXXXXXXXXXSchool --enableautomaticupdate 1
Notice there should be no gap for eduSerialNumber.
I'm not quite sure about eduUserID though, I thought it should be some sort of email? Maybe you will need to try a few times to get the correct format. Maybe just drop the quotation mark (") and try again?
BIM Manager
DKO Architecture - HCMC
2022-12-19 08:59 PM
Hi Minh! Removing the dashes from serial did the trick , looks like the userID can be anything as long as it is in quotes , thanks for the quick help!
2022-12-15 03:18 PM - edited 2022-12-15 03:22 PM
Hello, I'm not quite sure about SCCM, but technically, you can run a silent deployment of Archicad with EDU license added during the process. Here is the guide.
Then you can make a batch script from the parameters above and create an executable for deploying via SCCM?
BIM Manager
DKO Architecture - HCMC
2022-12-15 08:31 PM
Wow! thank you! that's exactly what i needed , much appreciated.
2022-12-15 09:32 PM - last edited on 2022-12-25 05:02 PM by Laszlo Nagy
Hi MinhNguyen ....Jumped the gun a bit , i've run the command:
Archicad-26-NZE-3001-1.0.exe --mode unattended --eduSerialNumber XXXX-XXXX-XXXX-XXXX --eduUserID "XXXXX XXXXX XXXXXX School" --enableautomaticupdate 1
Installs fine ,but when starting up after selecting new project ,still comes up with ativate Archicad , entering the userid and serial manually in trial/education does activate the license. any install logs to check etc... ?
2022-12-16 03:05 AM - last edited on 2022-12-25 05:02 PM by Laszlo Nagy
Hello, I believe the correct format should be:
Archicad-26-NZE-3001-1.0.exe --mode unattended --eduSerialNumber XXXXXXXXXXXXXXXX --eduUserID XXXXXXXXXXXXXXXXSchool --enableautomaticupdate 1
Notice there should be no gap for eduSerialNumber.
I'm not quite sure about eduUserID though, I thought it should be some sort of email? Maybe you will need to try a few times to get the correct format. Maybe just drop the quotation mark (") and try again?
BIM Manager
DKO Architecture - HCMC
2022-12-19 08:59 PM
Hi Minh! Removing the dashes from serial did the trick , looks like the userID can be anything as long as it is in quotes , thanks for the quick help!