These are a series of Educational programs written by University of Aberdeen.
Although the applications are standard MSIs, when you first run them you are prompted for a serial code, and then prompted to accept the EULA.
Each of these steps creates a file in the same folder as the executable.
Here's the steps I used..
Install the MSI on a test PC, run it, enter the serial, and accept the EULA.
Browse to the folder of the exe - usually C:\Program Files\Educational Networking\[something]
Copy the files license.lic and tocagreed.yes to a server folder.
Now on your deployment script, it should be a simple case of run the MSI, and then copy these two files back.
In my case, the school purchased about 15 sub-packages, each with their own MSI.. I used a small autoit script which does them en-masse..
Each of these also needs .NET 3.5 (version 3521022), so I have the script check for it and install it if it isn't there.
Apologies in advance for the shocking code - you're more than welcome to tidy it up! :-)
Folder structure is:
[autoit script compiled exe]
Folder called LicFiles containing the 2 files listed above
Then as many sub-folders as needed containing the MSIs for each sub-program.
Folder called DotNet35
within that:
silent.bat
dotnetfx35.exe
hotfixes\NDP20SP2-KB958481-x86.exe
hotfixes\NDP30SP2-KB958483-x86.exe
hotfixes\NDP35SP1-KB958484-x86.exe
hotfixes\WindowsXP-KB961118-x86-ENU.exe
; ===================================================================================
Func RegisterApps()
; Copy the licence and EULA acceptance files to each folder
Questions & Answers related to University of Aberdeen Class Act Variants
Blogs (0)
Blog posts related to University of Aberdeen Class Act Variants
Links (0)
Links related to University of Aberdeen Class Act Variants
Reviews (0)
Reviews related to University of Aberdeen Class Act Variants
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ