2023-08-15 CSA Version Instructions

Document each step and add screenshot, write comments, questions, problems

There are 5 different installation scripts - CSA (ChromSwordAuto) 5.1, CSA 5.5, ChromSword Offline 5, ChromSword LicenseAdmin, ChromSword ColumnManager

All of installation scripts are compiled using InnoSetup 6.x.

Public client versions are stored on ChromSword server http://client:newversionscsa@versions.chromsword.com/

http://internal:RWF4jiukEav8KsmcqxZAt2BpgYQVCwUdT5My3P96@internal.chromsword.com/

FTP access to upload versions to HTTP root

Also there is secret internal version repository (cannot send to clients)


CSA 5.1 installation

  1. Make sure you have installed Python 3.x (Anaconda 3.x) and Visual Studio Code (not Visual Studio itself). There is automation script to build version

  2. Open Script (included in main GIT repo)"C:\Development\chromsword5\InstallationInnoSetup\script_packaging_csa_5_1.py" in Visual Studio code, change paths to your local paths like

Make sure your Visual Studio version matches (Change to your version) image-20211231161808581

image-20211231161915069

image-20211231161719379

 

image-20211231161958601

  1. Make sure you can build projects in Chromsword.sln in Release mode - make sure you have added Eazfuscator.NET.exe to Environment $PATH in Windows

image-20211231162440051

 

  1. Set correct version numbers

In next_versions list multiple versions you want to build per batch - normally CSA 5.1 full., CSA 5.1 Hitachi edtion, CSA 5.1 Thermo edition. All of them are compiled from same unified code branch.

image-20211231161239683

Make sure you set as previous version full version number from: "C:\Development\chromsword5\AutoRobust\Properties\AssemblyInfo.cs"

If is_iq_update then it will generate following files. Beware that script will ask to uninstall CSA and then install it again automatically.

image-20211231161341555

  1. Run Python script

You should see that in Task manager there are many VS build processes

image-20211231162909920

Later there are many Eazfuscator.NET.exe processes

image-20211231163000618

Sometimes Eazfuscator.NET.exe process can hang up then you need to Stop python script and start again

  1. After all of versions are compiled you will see:

image-20211231163553333

  1. Upload versions to FTP using version credentials. Installation files are located: C:\Development\chromsword5\InstallationInnoSetup\Releases image-20211231163655498

  1. Document changes in version and send to ChromSword (so far I have added documentation to "C:\Development\chromsword5\AutoRobust\History.txt" in GIT repo)


Using as an example automation script in Python it could be re-written in C# or some other language, but version preparation should be done automatically and not by hand compiling each version.


CSA 5.5

For CSA 5.5 there are few additional installation scripts: http://share.yellowrobot.xyz/quick/share-2021-12-31-59849.zip

You will need to also install NodeJS and other dependencies from: http://client:newversionscsa@versions.chromsword.com/packages.zip

As well as following code repos:


License Administration

https://bitbucket.org/krsaulitis/license_administration/


ChromSword Offline

https://bitbucket.org/evaldsurtans/chromsword_offline_5/ https://bitbucket.org/evaldsurtans/chromsword-offline-service-fpc/


ChromSword ColumnViewer

https://bitbucket.org/krsaulitis/chromsword-column-viewer/

 


 

⚠️ So that there would not be errors after installation

InstallationQualification

  1. Build whole solution in Release

  2. Build InnoSetup

  3. Uninstall old CSA version, Install InnoSetup new CSA version

  4. Run in Debug InstallationQualification, File -> Generate DB (šo var izdarīt arī no konsoles, manos python scripts bija tāda iespēja)

image-20221208114605975

  1. Build InstallationQualification as Release

  2. Build InnoSetup again