<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gxr</id>
	<title>CTMS - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gxr"/>
	<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php/Special:Contributions/Gxr"/>
	<updated>2026-06-24T01:22:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6143</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6143"/>
		<updated>2024-02-15T13:38:03Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Note}} &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''For internal use only'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
== Folder Contents ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating an Installer package ==&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
*Creation process&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
:{{Note}} Once generated, these GUID values should not be changed for the client&lt;br /&gt;
&lt;br /&gt;
Once the client script has been created, the '''createNewBuild.bat''' can be executed.&lt;br /&gt;
&lt;br /&gt;
This will prompt for a client ID, which should match the name of the client script.&lt;br /&gt;
&lt;br /&gt;
Once executed, the process will generate all of the files needed for the installer, sign them, and package them into an exe.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 Client: Polar Speed&lt;br /&gt;
 Polar Speed Browserless Oracle Build 15/02/2024 11:35:45.14&lt;br /&gt;
 Create calidus_info.txt&lt;br /&gt;
 launch4j&lt;br /&gt;
 signtool - EXE&lt;br /&gt;
 Inno Setup USER&lt;br /&gt;
 Inno Setup ADMIN&lt;br /&gt;
 signtool - Installer&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
The above run would create 2 installers (User/Admin) in the Installers directory within Aptean Calidus-TMS or WMS and then a client/version directory:&lt;br /&gt;
&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_ADMIN.exe&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_USER.exe&lt;br /&gt;
&lt;br /&gt;
These are the signed executable installers which should be issued to the client. {{Note}} '''These installers should be tested on your own PC before issue to the client'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional Technical Details ==&lt;br /&gt;
&lt;br /&gt;
*'''Java'''&lt;br /&gt;
&lt;br /&gt;
New Java JRE packages should be downloaded from the [https://adoptium.net/en-GB/temurin/releases/?variant=openjdk17&amp;amp;os=windows&amp;amp;arch=x64&amp;amp;package=jre Eclipse Temurin] site and placed in the Java directory as jdk-xxx&lt;br /&gt;
{{Note}} This may change if we start using Oracle Java packages.&lt;br /&gt;
&lt;br /&gt;
Once this is done, you should edit '''createJavaJRE.bat''' and change the set JAVA=xxx to match the folder above.&lt;br /&gt;
&lt;br /&gt;
Run '''createJavaJRE.bat''' to create a java-xxx directory which has a cut down version of Java with only the required files to run browserless oracle.&lt;br /&gt;
&lt;br /&gt;
The java-xxx should then be added to the JAVA_VER parameter inside the required Config script for the client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''frmsal'''&lt;br /&gt;
&lt;br /&gt;
The frmsal jar files are located in Resource\frmsal&lt;br /&gt;
&lt;br /&gt;
The build process will try to locate a frmsal file which matches the exe being produced e.g. psdttst.frmsal.jar.&lt;br /&gt;
If it finds a specific frmsal for the build it will use this, and if not, it will use the generic frmsal.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Signing Certificate'''&lt;br /&gt;
&lt;br /&gt;
The certificate is located in Resource\Aptean. If updated, the following lines will need amending in Resouce\core.bat:&lt;br /&gt;
&lt;br /&gt;
 set CERT=..\..\Resource\Aptean\Aptean_Inc.pfx&lt;br /&gt;
 set CERTPASS=A23cDez37Fx&lt;br /&gt;
 set CEREX=29/03/2025&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Additional Info File'''&lt;br /&gt;
&lt;br /&gt;
The file \Resource\calidus_info_generic.txt will be pulled into the calidus_info.txt file built into the installer exe.&lt;br /&gt;
&lt;br /&gt;
Any '''non-client''' specific info which is required can be added to this file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6142</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6142"/>
		<updated>2024-02-15T13:37:30Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Note}} For internal use only&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
== Folder Contents ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating an Installer package ==&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
*Creation process&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
:{{Note}} Once generated, these GUID values should not be changed for the client&lt;br /&gt;
&lt;br /&gt;
Once the client script has been created, the '''createNewBuild.bat''' can be executed.&lt;br /&gt;
&lt;br /&gt;
This will prompt for a client ID, which should match the name of the client script.&lt;br /&gt;
&lt;br /&gt;
Once executed, the process will generate all of the files needed for the installer, sign them, and package them into an exe.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 Client: Polar Speed&lt;br /&gt;
 Polar Speed Browserless Oracle Build 15/02/2024 11:35:45.14&lt;br /&gt;
 Create calidus_info.txt&lt;br /&gt;
 launch4j&lt;br /&gt;
 signtool - EXE&lt;br /&gt;
 Inno Setup USER&lt;br /&gt;
 Inno Setup ADMIN&lt;br /&gt;
 signtool - Installer&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
The above run would create 2 installers (User/Admin) in the Installers directory within Aptean Calidus-TMS or WMS and then a client/version directory:&lt;br /&gt;
&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_ADMIN.exe&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_USER.exe&lt;br /&gt;
&lt;br /&gt;
These are the signed executable installers which should be issued to the client. {{Note}} '''These installers should be tested on your own PC before issue to the client'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional Technical Details ==&lt;br /&gt;
&lt;br /&gt;
*'''Java'''&lt;br /&gt;
&lt;br /&gt;
New Java JRE packages should be downloaded from the [https://adoptium.net/en-GB/temurin/releases/?variant=openjdk17&amp;amp;os=windows&amp;amp;arch=x64&amp;amp;package=jre Eclipse Temurin] site and placed in the Java directory as jdk-xxx&lt;br /&gt;
{{Note}} This may change if we start using Oracle Java packages.&lt;br /&gt;
&lt;br /&gt;
Once this is done, you should edit '''createJavaJRE.bat''' and change the set JAVA=xxx to match the folder above.&lt;br /&gt;
&lt;br /&gt;
Run '''createJavaJRE.bat''' to create a java-xxx directory which has a cut down version of Java with only the required files to run browserless oracle.&lt;br /&gt;
&lt;br /&gt;
The java-xxx should then be added to the JAVA_VER parameter inside the required Config script for the client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''frmsal'''&lt;br /&gt;
&lt;br /&gt;
The frmsal jar files are located in Resource\frmsal&lt;br /&gt;
&lt;br /&gt;
The build process will try to locate a frmsal file which matches the exe being produced e.g. psdttst.frmsal.jar.&lt;br /&gt;
If it finds a specific frmsal for the build it will use this, and if not, it will use the generic frmsal.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Signing Certificate'''&lt;br /&gt;
&lt;br /&gt;
The certificate is located in Resource\Aptean. If updated, the following lines will need amending in Resouce\core.bat:&lt;br /&gt;
&lt;br /&gt;
 set CERT=..\..\Resource\Aptean\Aptean_Inc.pfx&lt;br /&gt;
 set CERTPASS=A23cDez37Fx&lt;br /&gt;
 set CEREX=29/03/2025&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Additional Info File'''&lt;br /&gt;
&lt;br /&gt;
The file \Resource\calidus_info_generic.txt will be pulled into the calidus_info.txt file built into the installer exe.&lt;br /&gt;
&lt;br /&gt;
Any '''non-client''' specific info which is required can be added to this file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6141</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6141"/>
		<updated>2024-02-15T13:36:48Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Note}} For internal use only&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
== Folder Contents ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating an Installer package ==&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
*Creation process&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
:{{Note}} Once generated, these GUID values should not be changed for the client&lt;br /&gt;
&lt;br /&gt;
Once the client script has been created, the '''createNewBuild.bat''' can be executed.&lt;br /&gt;
&lt;br /&gt;
This will prompt for a client ID, which should match the name of the client script.&lt;br /&gt;
&lt;br /&gt;
Once executed, the process will generate all of the files needed for the installer, sign them, and package them into an exe.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 Client: Polar Speed&lt;br /&gt;
 Polar Speed Browserless Oracle Build 15/02/2024 11:35:45.14&lt;br /&gt;
 Create calidus_info.txt&lt;br /&gt;
 launch4j&lt;br /&gt;
 signtool - EXE&lt;br /&gt;
 Inno Setup USER&lt;br /&gt;
 Inno Setup ADMIN&lt;br /&gt;
 signtool - Installer&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
The above run would create 2 installers (User/Admin) in the Installers directory within Aptean Calidus-TMS or WMS and then a client/version directory:&lt;br /&gt;
&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_ADMIN.exe&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_USER.exe&lt;br /&gt;
&lt;br /&gt;
These are the signed executable installers which should be issued to the client. {{Note}} '''These installers should be tested on your own PC before issue to the client'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional Technical Details ==&lt;br /&gt;
&lt;br /&gt;
*'''Java'''&lt;br /&gt;
&lt;br /&gt;
New Java JRE packages should be downloaded from the [https://adoptium.net/en-GB/temurin/releases/?variant=openjdk17&amp;amp;os=windows&amp;amp;arch=x64&amp;amp;package=jre Eclipse Temurin] site and placed in the Java directory as jdk-xxx&lt;br /&gt;
{{Note}} This may change if we start using Oracle Java packages.&lt;br /&gt;
&lt;br /&gt;
Once this is done, you should edit '''createJavaJRE.bat''' and change the set JAVA=xxx to match the folder above.&lt;br /&gt;
&lt;br /&gt;
Run '''createJavaJRE.bat''' to create a java-xxx directory which has a cut down version of Java with only the required files to run browserless oracle.&lt;br /&gt;
&lt;br /&gt;
The java-xxx should then be added to the JAVA_VER parameter inside the required Config script for the client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''frmsal'''&lt;br /&gt;
&lt;br /&gt;
The frmsal jar files are located in Resource\frmsal&lt;br /&gt;
&lt;br /&gt;
The build process will try to locate a frmsal file which matches the exe being produced e.g. psdttst.frmsal.jar.&lt;br /&gt;
If it finds a specific frmsal for the build it will use this, and if not, it will use the generic frmsal.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Signing Certificate'''&lt;br /&gt;
&lt;br /&gt;
The certificate is located in Resource\Aptean. If updated, the following lines will need amending in Resouce\core.bat:&lt;br /&gt;
&lt;br /&gt;
 set CERT=..\..\Resource\Aptean\Aptean_Inc.pfx&lt;br /&gt;
 set CERTPASS=A23cDez37Fx&lt;br /&gt;
 set CEREX=29/03/2025&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Additional Info File'''&lt;br /&gt;
&lt;br /&gt;
The file \Resource\calidus_info_generic.txt will be pulled into the calidus_info.txt file build into the installer exe.&lt;br /&gt;
&lt;br /&gt;
Any '''non-client''' specific info which is required can be added to this file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6140</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6140"/>
		<updated>2024-02-15T13:32:39Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Note}} For internal use only&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
== Folder Contents ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating an Installer package ==&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
*Creation process&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
:{{Note}} Once generated, these GUID values should not be changed for the client&lt;br /&gt;
&lt;br /&gt;
Once the client script has been created, the '''createNewBuild.bat''' can be executed.&lt;br /&gt;
&lt;br /&gt;
This will prompt for a client ID, which should match the name of the client script.&lt;br /&gt;
&lt;br /&gt;
Once executed, the process will generate all of the files needed for the installer, sign them, and package them into an exe.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 Client: Polar Speed&lt;br /&gt;
 Polar Speed Browserless Oracle Build 15/02/2024 11:35:45.14&lt;br /&gt;
 Create calidus_info.txt&lt;br /&gt;
 launch4j&lt;br /&gt;
 signtool - EXE&lt;br /&gt;
 Inno Setup USER&lt;br /&gt;
 Inno Setup ADMIN&lt;br /&gt;
 signtool - Installer&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
The above run would create 2 installers (User/Admin) in the Installers directory within Aptean Calidus-TMS or WMS and then a client/version directory:&lt;br /&gt;
&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_ADMIN.exe&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_USER.exe&lt;br /&gt;
&lt;br /&gt;
These are the signed executable installers which should be issued to the client. {{Note}} '''These installers should be tested on your own PC before issue to the client'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional Technical Details ==&lt;br /&gt;
&lt;br /&gt;
*'''Java'''&lt;br /&gt;
&lt;br /&gt;
New Java JRE packages should be downloaded from the [https://adoptium.net/en-GB/temurin/releases/?variant=openjdk17&amp;amp;os=windows&amp;amp;arch=x64&amp;amp;package=jre Eclipse Temurin] site and placed in the Java directory as jdk-xxx&lt;br /&gt;
{{Note}} This may change if we start using Oracle Java packages.&lt;br /&gt;
&lt;br /&gt;
Once this is done, you should edit '''createJavaJRE.bat''' and change the set JAVA=xxx to match the folder above.&lt;br /&gt;
&lt;br /&gt;
Run '''createJavaJRE.bat''' to create a java-xxx directory which has a cut down version of Java with only the required files to run browserless oracle.&lt;br /&gt;
&lt;br /&gt;
The java-xxx should then be added to the JAVA_VER parameter inside the required Config script for the client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''frmsal'''&lt;br /&gt;
&lt;br /&gt;
The frmsal jar files are located in Resource\frmsal&lt;br /&gt;
&lt;br /&gt;
The build process will try to locate a frmsal file which matches the exe being produced e.g. psdttst.frmsal.jar.&lt;br /&gt;
If it finds a specific frmsal for the build it will use this, and if not, it will use the generic frmsal.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Signing Certificate'''&lt;br /&gt;
&lt;br /&gt;
The certificate is located in Resource\Aptean. If updated, the following lines will need amending in Resouce\core.bat:&lt;br /&gt;
&lt;br /&gt;
 set CERT=..\..\Resource\Aptean\Aptean_Inc.pfx&lt;br /&gt;
 set CERTPASS=A23cDez37Fx&lt;br /&gt;
 set CEREX=29/03/2025&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6139</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6139"/>
		<updated>2024-02-15T13:31:49Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Creating an Installer package ==&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
*Creation process&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
:{{Note}} Once generated, these GUID values should not be changed for the client&lt;br /&gt;
&lt;br /&gt;
Once the client script has been created, the '''createNewBuild.bat''' can be executed.&lt;br /&gt;
&lt;br /&gt;
This will prompt for a client ID, which should match the name of the client script.&lt;br /&gt;
&lt;br /&gt;
Once executed, the process will generate all of the files needed for the installer, sign them, and package them into an exe.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 Client: Polar Speed&lt;br /&gt;
 Polar Speed Browserless Oracle Build 15/02/2024 11:35:45.14&lt;br /&gt;
 Create calidus_info.txt&lt;br /&gt;
 launch4j&lt;br /&gt;
 signtool - EXE&lt;br /&gt;
 Inno Setup USER&lt;br /&gt;
 Inno Setup ADMIN&lt;br /&gt;
 signtool - Installer&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
The above run would create 2 installers (User/Admin) in the Installers directory within Aptean Calidus-TMS or WMS and then a client/version directory:&lt;br /&gt;
&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_ADMIN.exe&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_USER.exe&lt;br /&gt;
&lt;br /&gt;
These are the signed executable installers which should be issued to the client. {{Note}} '''These installers should be tested on your own PC before issue to the client'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional Technical Details ==&lt;br /&gt;
&lt;br /&gt;
*'''Java'''&lt;br /&gt;
&lt;br /&gt;
New Java JRE packages should be downloaded from the [https://adoptium.net/en-GB/temurin/releases/?variant=openjdk17&amp;amp;os=windows&amp;amp;arch=x64&amp;amp;package=jre Eclipse Temurin] site and placed in the Java directory as jdk-xxx&lt;br /&gt;
{{Note}} This may change if we start using Oracle Java packages.&lt;br /&gt;
&lt;br /&gt;
Once this is done, you should edit '''createJavaJRE.bat''' and change the set JAVA=xxx to match the folder above.&lt;br /&gt;
&lt;br /&gt;
Run '''createJavaJRE.bat''' to create a java-xxx directory which has a cut down version of Java with only the required files to run browserless oracle.&lt;br /&gt;
&lt;br /&gt;
The java-xxx should then be added to the JAVA_VER parameter inside the required Config script for the client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''frmsal'''&lt;br /&gt;
&lt;br /&gt;
The frmsal jar files are located in Resource\frmsal&lt;br /&gt;
&lt;br /&gt;
The build process will try to locate a frmsal file which matches the exe being produced e.g. psdttst.frmsal.jar.&lt;br /&gt;
If it finds a specific frmsal for the build it will use this, and if not, it will use the generic frmsal.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Signing Certificate'''&lt;br /&gt;
&lt;br /&gt;
The certificate is located in Resource\Aptean. If updated, the following lines will need amending in Resouce\core.bat:&lt;br /&gt;
&lt;br /&gt;
 set CERT=..\..\Resource\Aptean\Aptean_Inc.pfx&lt;br /&gt;
 set CERTPASS=A23cDez37Fx&lt;br /&gt;
 set CEREX=29/03/2025&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6138</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6138"/>
		<updated>2024-02-15T13:29:23Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an Installer package ===&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
*Creation process&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
:{{Note}} Once generated, these GUID values should not be changed for the client&lt;br /&gt;
&lt;br /&gt;
Once the client script has been created, the '''createNewBuild.bat''' can be executed.&lt;br /&gt;
&lt;br /&gt;
This will prompt for a client ID, which should match the name of the client script.&lt;br /&gt;
&lt;br /&gt;
Once executed, the process will generate all of the files needed for the installer, sign them, and package them into an exe.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 Client: Polar Speed&lt;br /&gt;
 Polar Speed Browserless Oracle Build 15/02/2024 11:35:45.14&lt;br /&gt;
 Create calidus_info.txt&lt;br /&gt;
 launch4j&lt;br /&gt;
 signtool - EXE&lt;br /&gt;
 Inno Setup USER&lt;br /&gt;
 Inno Setup ADMIN&lt;br /&gt;
 signtool - Installer&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
The above run would create 2 installers (User/Admin) in the Installers directory within Aptean Calidus-TMS or WMS and then a client/version directory:&lt;br /&gt;
&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_ADMIN.exe&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_USER.exe&lt;br /&gt;
&lt;br /&gt;
These are the signed executable installers which should be issued to the client. {{Note}} '''These installers should be tested on your own PC before issue to the client'''&lt;br /&gt;
&lt;br /&gt;
== Additional Technical Details ==&lt;br /&gt;
&lt;br /&gt;
*'''Java'''&lt;br /&gt;
&lt;br /&gt;
New Java JRE packages should be downloaded from the [https://adoptium.net/en-GB/temurin/releases/?variant=openjdk17&amp;amp;os=windows&amp;amp;arch=x64&amp;amp;package=jre Eclipse Temurin] site and placed in the Java directory as jdk-xxx&lt;br /&gt;
{{Note}} This may change if we start using Oracle Java packages.&lt;br /&gt;
&lt;br /&gt;
Once this is done, you should edit '''createJavaJRE.bat''' and change the set JAVA=xxx to match the folder above.&lt;br /&gt;
&lt;br /&gt;
Run '''createJavaJRE.bat''' to create a java-xxx directory which has a cut down version of Java with only the required files to run browserless oracle.&lt;br /&gt;
&lt;br /&gt;
The java-xxx should then be added to the JAVA_VER parameter inside the required Config script for the client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''frmsal'''&lt;br /&gt;
&lt;br /&gt;
The frmsal jar files are located in Resource\frmsal&lt;br /&gt;
&lt;br /&gt;
The build process will try to locate a frmsal file which matches the exe being produced e.g. psdttst.frmsal.jar.&lt;br /&gt;
If it finds a specific frmsal for the build it will use this, and if not, it will use the generic frmsal.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Signing Certificate'''&lt;br /&gt;
&lt;br /&gt;
The certificate is located in Resource\Aptean. If updated, the following lines will need amending in Resouce\core.bat:&lt;br /&gt;
&lt;br /&gt;
 set CERT=..\..\Resource\Aptean\Aptean_Inc.pfx&lt;br /&gt;
 set CERTPASS=A23cDez37Fx&lt;br /&gt;
 set CEREX=29/03/2025&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6137</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6137"/>
		<updated>2024-02-15T13:25:29Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an Installer package ===&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
*Creation process&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
:{{Note}} Once generated, these GUID values should not be changed for the client&lt;br /&gt;
&lt;br /&gt;
Once the client script has been created, the '''createNewBuild.bat''' can be executed.&lt;br /&gt;
&lt;br /&gt;
This will prompt for a client ID, which should match the name of the client script.&lt;br /&gt;
&lt;br /&gt;
Once executed, the process will generate all of the files needed for the installer, sign them, and package them into an exe.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 Client: Polar Speed&lt;br /&gt;
 Polar Speed Browserless Oracle Build 15/02/2024 11:35:45.14&lt;br /&gt;
 Create calidus_info.txt&lt;br /&gt;
 launch4j&lt;br /&gt;
 signtool - EXE&lt;br /&gt;
 Inno Setup USER&lt;br /&gt;
 Inno Setup ADMIN&lt;br /&gt;
 signtool - Installer&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
The above run would create 2 installers (User/Admin) in the Installers directory within Aptean Calidus-TMS or WMS and then a client/version directory:&lt;br /&gt;
&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_ADMIN.exe&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_USER.exe&lt;br /&gt;
&lt;br /&gt;
These are the signed executable installers which should be issued to the client. {{Note}} '''These installers should be tested on your own PC before issue to the client'''&lt;br /&gt;
&lt;br /&gt;
== Additional Technical Details ==&lt;br /&gt;
&lt;br /&gt;
*'''Java'''&lt;br /&gt;
&lt;br /&gt;
New Java JRE packages should be downloaded from the [https://adoptium.net/en-GB/temurin/releases/?variant=openjdk17&amp;amp;os=windows&amp;amp;arch=x64&amp;amp;package=jre Eclipse Temurin] site and placed in the Java directory as jdk-xxx&lt;br /&gt;
{{Note}} This may change if we start using Oracle Java packages.&lt;br /&gt;
&lt;br /&gt;
Once this is done, you should edit '''createJavaJRE.bat''' and change the set JAVA=xxx to match the folder above.&lt;br /&gt;
&lt;br /&gt;
Run '''createJavaJRE.bat''' to create a java-xxx directory which has a cut down version of Java with only the required files to run browserless oracle.&lt;br /&gt;
&lt;br /&gt;
The java-xxx should then be added to the JAVA_VER parameter inside the required Config script for the client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''frmsal'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''Signing Certificate'''&lt;br /&gt;
&lt;br /&gt;
The certificate is located in Resource\Aptean. If updated, the following lines will need amending in Resouce\core.bat:&lt;br /&gt;
&lt;br /&gt;
 set CERT=..\..\Resource\Aptean\Aptean_Inc.pfx&lt;br /&gt;
 set CERTPASS=A23cDez37Fx&lt;br /&gt;
 set CEREX=29/03/2025&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6136</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6136"/>
		<updated>2024-02-15T13:12:22Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an Installer package ===&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
*Creation process&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
:{{Note}} Once generated, these GUID values should not be changed for the client&lt;br /&gt;
&lt;br /&gt;
Once the client script has been created, the '''createNewBuild.bat''' can be executed.&lt;br /&gt;
&lt;br /&gt;
This will prompt for a client ID, which should match the name of the client script.&lt;br /&gt;
&lt;br /&gt;
Once executed, the process will generate all of the files needed for the installer, sign them, and package them into an exe.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 Client: Polar Speed&lt;br /&gt;
 Polar Speed Browserless Oracle Build 15/02/2024 11:35:45.14&lt;br /&gt;
 Create calidus_info.txt&lt;br /&gt;
 launch4j&lt;br /&gt;
 signtool - EXE&lt;br /&gt;
 Inno Setup USER&lt;br /&gt;
 Inno Setup ADMIN&lt;br /&gt;
 signtool - Installer&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
The above run would create 2 installers (User/Admin) in the Installers directory within Aptean Calidus-TMS or WMS and then a client/version directory:&lt;br /&gt;
&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_ADMIN.exe&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_USER.exe&lt;br /&gt;
&lt;br /&gt;
These are the signed executable installers which should be issued to the client. {{Note}} '''These installers should be tested on your own PC before issue to the client'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an Installer package ===&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Installer&amp;diff=6135</id>
		<title>Browserless Application Installer</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Installer&amp;diff=6135"/>
		<updated>2024-02-15T11:51:20Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If required, Aptean provides installers that install Start Menu application shortcuts to access your systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two installers are provided:&lt;br /&gt;
* USER install - does not require admin privileges.&lt;br /&gt;
* ADMIN install - requires Admin privileges, which will be requested when the installer is started, if the user running the installer has the capability of elevating to Administrative level.&lt;br /&gt;
&lt;br /&gt;
The installers create the following shortcuts on the Windows Start menu:&lt;br /&gt;
* Aptean Calidus-TMS (or Aptean Calidus-WMS)&lt;br /&gt;
** A link to your test system.&lt;br /&gt;
** A link to your production system.&lt;br /&gt;
** A link to your UAT system.&lt;br /&gt;
&lt;br /&gt;
The links configured are specific to the installer, Aptean's client and applications available to that client.&lt;br /&gt;
&lt;br /&gt;
Each link is named as follows:&lt;br /&gt;
* Client Name.&lt;br /&gt;
* The system type in brackets&lt;br /&gt;
** Prod - the production system&lt;br /&gt;
** Test - the test system&lt;br /&gt;
** UAT - the UAT system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Technical Details ==&lt;br /&gt;
&lt;br /&gt;
File locations for the install are:&lt;br /&gt;
* USER install:&lt;br /&gt;
** C:\Users\{name}\AppData\Roaming\Aptean Calidus-{TMS/WMS}&lt;br /&gt;
* ADMIN install:&lt;br /&gt;
** C:\ProgramData\Aptean Calidus-{TMS/WMS}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The installer includes the Oracle JRE required to run the system - this is NOT installed on the client PC for use by other applications.&lt;br /&gt;
&lt;br /&gt;
Each application is digitally signed and certified.&lt;br /&gt;
&lt;br /&gt;
The installer also installs an Application Uninstaller application in the application directory shown above: unins000.exe.&lt;br /&gt;
&lt;br /&gt;
The uninstaller will remove all elements of the application install, including all JRE and temporary elements of the install.&lt;br /&gt;
&lt;br /&gt;
{{Note}} The uninstaller would generally be executed from the Add/Remove programs windows feature.&lt;br /&gt;
&lt;br /&gt;
{{Note}} The uninstaller for the Administrative installer will also require administrative privilege to run and remove the application.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Running the Installer Remotely ==&lt;br /&gt;
&lt;br /&gt;
The installation application may be run silently through system administration routes, for example through commissioning or MDM platforms.&lt;br /&gt;
&lt;br /&gt;
It is recommended that this is then installed through scripts, running the command as follows:&lt;br /&gt;
&lt;br /&gt;
 {installer} /VERYSILENT /SP- /SUPPRESSMSGBOXES&lt;br /&gt;
&lt;br /&gt;
{{Note}} The installer used will determine whether administrative rights should be included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Running the Un-Installer Remotely ==&lt;br /&gt;
&lt;br /&gt;
The unsintall of the application may be run silently through system administration routes, for example through commissioning or MDM platforms.&lt;br /&gt;
&lt;br /&gt;
It is recommended that this is then uninstalled through scripts, running the command as follows:&lt;br /&gt;
&lt;br /&gt;
 {uninstaller} /VERYSILENT /SUPPRESSMSGBOXES /NORESTART&lt;br /&gt;
&lt;br /&gt;
{{Note}} The installer used will determine whether administrative rights should be included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Note}} Check the following section for other command-line parameters that may be used on installation or uninstallation.&lt;br /&gt;
&lt;br /&gt;
== Full Command Line Parameters ==&lt;br /&gt;
&lt;br /&gt;
The installer supports the following command-line parameters:&lt;br /&gt;
&lt;br /&gt;
;/HELP, /?&lt;br /&gt;
:Shows a summary of this information. Ignored if the UseSetupLdr [Setup] section directive was set to no.&lt;br /&gt;
&lt;br /&gt;
;/SP-&lt;br /&gt;
:Disables the This will install... Do you wish to continue? prompt at the beginning of Setup. Of course, this will have no effect if the DisableStartupPrompt [Setup] section directive was set to yes.&lt;br /&gt;
&lt;br /&gt;
;/SILENT, /VERYSILENT&lt;br /&gt;
:Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt or the '/SP-' command line option explained above).&lt;br /&gt;
&lt;br /&gt;
:If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? message box. If it's very silent it will reboot without asking.&lt;br /&gt;
&lt;br /&gt;
;/SUPPRESSMSGBOXES&lt;br /&gt;
:Instructs Setup to suppress message boxes. Only has an effect when combined with '/SILENT' or '/VERYSILENT'.&lt;br /&gt;
&lt;br /&gt;
:The default response in situations where there's a choice is:&lt;br /&gt;
* Yes in a 'Keep newer file?' situation.&lt;br /&gt;
* No in a 'File exists, confirm overwrite.' situation.&lt;br /&gt;
* Abort in Abort/Retry situations.&lt;br /&gt;
* Cancel in Retry/Cancel situations.&lt;br /&gt;
* Yes (=continue) in a DiskSpaceWarning/DirExists/DirDoesntExist/NoUninstallWarning/ExitSetupMessage/ConfirmUninstall situation.&lt;br /&gt;
* Yes (=restart) in a FinishedRestartMessage/UninstalledAndNeedsRestart situation.&lt;br /&gt;
:The recommended choice in a PrivilegesRequiredOverridesAllowed=dialog situation.&lt;br /&gt;
&lt;br /&gt;
:5 message boxes are not suppressible:&lt;br /&gt;
* The About Setup message box.&lt;br /&gt;
* The Exit Setup? message box.&lt;br /&gt;
* The FileNotInDir2 message box displayed when Setup requires a new disk to be inserted and the disk was not found.&lt;br /&gt;
* Any (error) message box displayed before Setup (or Uninstall) could read the command line parameters.&lt;br /&gt;
* Any task dialog or message box displayed by [Code] support functions TaskDialogMsgBox and MsgBox.&lt;br /&gt;
&lt;br /&gt;
;/ALLUSERS&lt;br /&gt;
:Instructs Setup to install in administrative install mode. Only has an effect when the [Setup] section directive PrivilegesRequiredOverridesAllowed allows the commandline override.&lt;br /&gt;
&lt;br /&gt;
;/CURRENTUSER&lt;br /&gt;
:Instructs Setup to install in non administrative install mode. Only has an effect when the [Setup] section directive PrivilegesRequiredOverridesAllowed allows the commandline override.&lt;br /&gt;
&lt;br /&gt;
;/LOG&lt;br /&gt;
:Causes Setup to create a log file in the user's TEMP directory detailing file installation and [Run] actions taken during the installation process. This can be a helpful debugging aid. For example, if you suspect a file isn't being replaced when you believe it should be (or vice versa), the log file will tell you if the file was really skipped, and why.&lt;br /&gt;
&lt;br /&gt;
:The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.)&lt;br /&gt;
&lt;br /&gt;
:The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parsable; the format of the file is subject to change without notice.&lt;br /&gt;
&lt;br /&gt;
;/LOG=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file. If a file with the specified name already exists it will be overwritten. If the file cannot be created, Setup will abort with an error message.&lt;br /&gt;
&lt;br /&gt;
;/NOCANCEL&lt;br /&gt;
:Prevents the user from cancelling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with '/SILENT' or '/VERYSILENT'.&lt;br /&gt;
&lt;br /&gt;
;/NORESTART&lt;br /&gt;
:Prevents Setup from restarting the system following a successful installation, or after a Preparing to Install failure that requests a restart. Typically used along with /SILENT or /VERYSILENT.&lt;br /&gt;
&lt;br /&gt;
;/RESTARTEXITCODE=exit code&lt;br /&gt;
:Specifies a custom exit code that Setup is to return when the system needs to be restarted following a successful installation. (By default, 0 is returned in this case.) Typically used along with /NORESTART. See also: Setup Exit Codes&lt;br /&gt;
&lt;br /&gt;
;/CLOSEAPPLICATIONS&lt;br /&gt;
:Instructs Setup to close applications using files that need to be updated by Setup if possible.&lt;br /&gt;
&lt;br /&gt;
;/NOCLOSEAPPLICATIONS&lt;br /&gt;
:Prevents Setup from closing applications using files that need to be updated by Setup. If /CLOSEAPPLICATIONS was also used, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/FORCECLOSEAPPLICATIONS&lt;br /&gt;
:Instructs Setup to force close when closing applications.&lt;br /&gt;
&lt;br /&gt;
;/NOFORCECLOSEAPPLICATIONS&lt;br /&gt;
:Prevents Setup from force closing when closing applications. If /FORCECLOSEAPPLICATIONS was also used, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/LOGCLOSEAPPLICATIONS&lt;br /&gt;
:Instructs Setup to create extra logging when closing applications for debugging purposes.&lt;br /&gt;
&lt;br /&gt;
;/RESTARTAPPLICATIONS&lt;br /&gt;
:Instructs Setup to restart applications if possible.&lt;br /&gt;
&lt;br /&gt;
;/NORESTARTAPPLICATIONS&lt;br /&gt;
:Prevents Setup from restarting applications. If /RESTARTAPPLICATIONS was also used, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/LOADINF=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below.&lt;br /&gt;
&lt;br /&gt;
:Don't forget to use quotes if the filename contains spaces.&lt;br /&gt;
&lt;br /&gt;
;/SAVEINF=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Instructs Setup to save installation settings to the specified file.&lt;br /&gt;
&lt;br /&gt;
:Don't forget to use quotes if the filename contains spaces.&lt;br /&gt;
&lt;br /&gt;
;/LANG=language&lt;br /&gt;
:Specifies the language to use. language specifies the internal name of the language as specified in a [Languages] section entry.&lt;br /&gt;
&lt;br /&gt;
:When a valid /LANG parameter is used, the Select Language dialog will be suppressed.&lt;br /&gt;
&lt;br /&gt;
;/DIR=&amp;quot;x:\dirname&amp;quot;&lt;br /&gt;
:Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified. May include an &amp;quot;expand:&amp;quot; prefix which instructs Setup to expand any constants in the name. For example: '/DIR=expand:{autopf}\My Program'.&lt;br /&gt;
&lt;br /&gt;
;/GROUP=&amp;quot;folder name&amp;quot;&lt;br /&gt;
:Overrides the default folder name displayed on the Select Start Menu Folder wizard page. May include an &amp;quot;expand:&amp;quot; prefix, see '/DIR='. If the [Setup] section directive DisableProgramGroupPage was set to yes, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/NOICONS&lt;br /&gt;
:Instructs Setup to initially check the Don't create a Start Menu folder check box on the Select Start Menu Folder wizard page.&lt;br /&gt;
&lt;br /&gt;
;/TYPE=type name&lt;br /&gt;
:Overrides the default setup type.&lt;br /&gt;
&lt;br /&gt;
:If the specified type exists and isn't a custom type, then any /COMPONENTS parameter will be ignored.&lt;br /&gt;
&lt;br /&gt;
;/COMPONENTS=&amp;quot;comma separated list of component names&amp;quot;&lt;br /&gt;
:Overrides the default component settings. Using this command line parameter causes Setup to automatically select a custom type. If no custom type is defined, this parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
:Only the specified components will be selected; the rest will be deselected.&lt;br /&gt;
&lt;br /&gt;
:If a component name is prefixed with a &amp;quot;*&amp;quot; character, any child components will be selected as well (except for those that include the dontinheritcheck flag). If a component name is prefixed with a &amp;quot;!&amp;quot; character, the component will be deselected.&lt;br /&gt;
&lt;br /&gt;
:This parameter does not change the state of components that include the fixed flag.&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all components, then select the &amp;quot;help&amp;quot; and &amp;quot;plugins&amp;quot; components:&lt;br /&gt;
:/COMPONENTS=&amp;quot;help,plugins&amp;quot;&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all components, then select a parent component and all of its children with the exception of one:&lt;br /&gt;
:/COMPONENTS=&amp;quot;*parent,!parent\child&amp;quot;&lt;br /&gt;
:/TASKS=&amp;quot;comma separated list of task names&amp;quot;&lt;br /&gt;
:Specifies a list of tasks that should be initially selected.&lt;br /&gt;
&lt;br /&gt;
:Only the specified tasks will be selected; the rest will be deselected. Use the /MERGETASKS parameter instead if you want to keep the default set of tasks and only select/deselect some of them.&lt;br /&gt;
&lt;br /&gt;
:If a task name is prefixed with a &amp;quot;*&amp;quot; character, any child tasks will be selected as well (except for those that include the dontinheritcheck flag). If a task name is prefixed with a &amp;quot;!&amp;quot; character, the task will be deselected.&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all tasks, then select the &amp;quot;desktopicon&amp;quot; and &amp;quot;fileassoc&amp;quot; tasks:&lt;br /&gt;
:/TASKS=&amp;quot;desktopicon,fileassoc&amp;quot;&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all tasks, then select a parent task and all of its children with the exception of one:&lt;br /&gt;
:/TASKS=&amp;quot;*parent,!parent\child&amp;quot;&lt;br /&gt;
:/MERGETASKS=&amp;quot;comma separated list of task names&amp;quot;&lt;br /&gt;
:Like the /TASKS parameter, except the specified tasks will be merged with the set of tasks that would have otherwise been selected by default.&lt;br /&gt;
&lt;br /&gt;
:If UsePreviousTasks is set to yes, the specified tasks will be selected/deselected after any previous tasks are restored.&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
:Keep the default set of selected tasks, but additionally select the &amp;quot;desktopicon&amp;quot; and &amp;quot;fileassoc&amp;quot; tasks:&lt;br /&gt;
:/MERGETASKS=&amp;quot;desktopicon,fileassoc&amp;quot;&lt;br /&gt;
:Example:&lt;br /&gt;
:Keep the default set of selected tasks, but deselect the &amp;quot;desktopicon&amp;quot; task:&lt;br /&gt;
:/MERGETASKS=&amp;quot;!desktopicon&amp;quot;&lt;br /&gt;
:/PASSWORD=password&lt;br /&gt;
:Specifies the password to use. If the [Setup] section directive Password was not set, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
:When an invalid password is specified, this command line parameter is also ignored.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The uninstaller supports the following command-line parameters:&lt;br /&gt;
&lt;br /&gt;
;/SILENT, /VERYSILENT&lt;br /&gt;
:When specified, the uninstaller will not ask the user for startup confirmation or display a message stating that uninstall is complete. Shared files that are no longer in use are deleted automatically without prompting. Any critical error messages will still be shown on the screen. When '/VERYSILENT' is specified, the uninstallation progress window is not displayed.&lt;br /&gt;
&lt;br /&gt;
:If a restart is necessary and the '/NORESTART' command isn't used (see below) and '/VERYSILENT' is specified, the uninstaller will reboot without asking.&lt;br /&gt;
&lt;br /&gt;
;/SUPPRESSMSGBOXES&lt;br /&gt;
:Instructs the uninstaller to suppress message boxes. Only has an effect when combined with '/SILENT' and '/VERYSILENT'. See '/SUPPRESSMSGBOXES' under Setup Command Line Parameters for more details.&lt;br /&gt;
&lt;br /&gt;
;/LOG&lt;br /&gt;
:Causes Uninstall to create a log file in the user's TEMP directory detailing file uninstallation and [UninstallRun] actions taken during the uninstallation process. This can be a helpful debugging aid.&lt;br /&gt;
&lt;br /&gt;
:The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.)&lt;br /&gt;
&lt;br /&gt;
:The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parsable; the format of the file is subject to change without notice.&lt;br /&gt;
&lt;br /&gt;
;/LOG=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file. If a file with the specified name already exists it will be overwritten. If the file cannot be created, Uninstall will abort with an error message.&lt;br /&gt;
&lt;br /&gt;
;/NORESTART&lt;br /&gt;
:Instructs the uninstaller not to reboot even if it's necessary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Details ==&lt;br /&gt;
&lt;br /&gt;
The application is installed with a signed and certified file denoting the access to the system.&lt;br /&gt;
&lt;br /&gt;
The install versions are contained in the file calidus_info.txt, for example:&lt;br /&gt;
&lt;br /&gt;
 	Browserless Oracle Build 14/02/2024 11:20:24.60 &lt;br /&gt;
 &lt;br /&gt;
 	        Client: {client} TMS &lt;br /&gt;
 	 Build Version: 1.0             &lt;br /&gt;
 	  Java Version: 17.0.9+9          &lt;br /&gt;
 	Production URL: {url}             &lt;br /&gt;
 	      Test URL: {url}           &lt;br /&gt;
 	        QA URL: n/a                &lt;br /&gt;
&lt;br /&gt;
This shows:&lt;br /&gt;
*  ''Browserless Oracle Build'' - the date/time of the build for the installer. &lt;br /&gt;
*  ''Client'' - the client &lt;br /&gt;
*  ''Build Version'' - the version of installer&lt;br /&gt;
*  ''Java Version'' - the version of the Oracle JRE&lt;br /&gt;
*  ''Production URL'' - the URL for the production system&lt;br /&gt;
*  ''Test URL'' - the URL for the test system&lt;br /&gt;
*  ''QA URL'' - the URL for UAT/QA&lt;br /&gt;
&lt;br /&gt;
There is also an Additional Information section&lt;br /&gt;
&lt;br /&gt;
This information should be obtained when reporting any issues to Aptean.&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6134</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6134"/>
		<updated>2024-02-15T11:39:54Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
*Creation process&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
:{{Note}} Once generated, these GUID values should not be changed for the client&lt;br /&gt;
&lt;br /&gt;
Once the client script has been created, the '''createNewBuild.bat''' can be executed.&lt;br /&gt;
&lt;br /&gt;
This will prompt for a client ID, which should match the name of the client script.&lt;br /&gt;
&lt;br /&gt;
Once executed, the process will generate all of the files needed for the installer, sign them, and package them into an exe.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 Client: Polar Speed&lt;br /&gt;
 Polar Speed Browserless Oracle Build 15/02/2024 11:35:45.14&lt;br /&gt;
 Create calidus_info.txt&lt;br /&gt;
 launch4j&lt;br /&gt;
 signtool - EXE&lt;br /&gt;
 Inno Setup USER&lt;br /&gt;
 Inno Setup ADMIN&lt;br /&gt;
 signtool - Installer&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
The above run would create 2 installers (User/Admin) in the Installers directory within Aptean Calidus-TMS or WMS and then a client/version directory:&lt;br /&gt;
&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_ADMIN.exe&lt;br /&gt;
 Aptean Calidus-TMS-Polar Speed_USER.exe&lt;br /&gt;
&lt;br /&gt;
These are the signed executable installers which should be issued to the client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6133</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6133"/>
		<updated>2024-02-15T11:36:32Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
*Creation process&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
:{{Note}} Once generated, these GUID values should not be changed for the client&lt;br /&gt;
&lt;br /&gt;
Once the client script has been created, the '''createNewBuild.bat''' can be executed.&lt;br /&gt;
&lt;br /&gt;
This will prompt for a client ID, which should match the name of the client script.&lt;br /&gt;
&lt;br /&gt;
Once executed, the process will generate all of the files needed for the installer, sign them, and package them into an exe.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 Client: Polar Speed&lt;br /&gt;
 Polar Speed Browserless Oracle Build 15/02/2024 11:35:45.14&lt;br /&gt;
 Create calidus_info.txt&lt;br /&gt;
 launch4j&lt;br /&gt;
 signtool - EXE&lt;br /&gt;
 Inno Setup USER&lt;br /&gt;
 Inno Setup ADMIN&lt;br /&gt;
 signtool - Installer&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6132</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6132"/>
		<updated>2024-02-15T11:31:49Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
:{{Note}} Once generated, these GUID values should not be changed for the client&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6131</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6131"/>
		<updated>2024-02-15T11:31:18Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and are NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
*Pre-Requisites&lt;br /&gt;
&lt;br /&gt;
:InnoSetup and Launch4J must be installed before an installer can be created. Run the installers from the Setup directory and accept all defaults during the process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The batch script to create an installer is in the main Browserless Oracle directory:&lt;br /&gt;
&lt;br /&gt;
  createNewBuild.bat&lt;br /&gt;
&lt;br /&gt;
Before this is executed, a Config script is required. These are stored in the Config directory.&lt;br /&gt;
&lt;br /&gt;
The scripts should be named by client. To create a new script for a new client, copy an existing one, rename and then amend it.&lt;br /&gt;
&lt;br /&gt;
A client script should look like this:&lt;br /&gt;
&lt;br /&gt;
 set WMSTMS=&lt;br /&gt;
 set BUILD=&lt;br /&gt;
 set PREFIX=&lt;br /&gt;
 set PROD=&lt;br /&gt;
 set TEST=&lt;br /&gt;
 set QA=&lt;br /&gt;
 set JAVA_VER=&lt;br /&gt;
 REM **** USE _GENERATE GUI.bat to generate a unique GUID for each client - ONLY DO THIS ONCE PER CLIENT!!!&lt;br /&gt;
 set GUID=&lt;br /&gt;
&lt;br /&gt;
*WMSTMS - Should be either TMS or WMS dependent on the system&lt;br /&gt;
*BUILD - the build version of the installer e.g. 1.0&lt;br /&gt;
*PREFIX - the clients &amp;quot;short&amp;quot; code (usually the first part of the database name before tst or prd) e.g. psdt, lfst, schw etc.&lt;br /&gt;
*PROD - the Production URL for the client&lt;br /&gt;
*TEST - the Production URL for the client&lt;br /&gt;
*QA - the Production URL for the client. Leave blank (but do not remove the line) if no QA/UAT system exists.&lt;br /&gt;
*GUID - a unique identifier for the client which is used to identify the install in the registry.&lt;br /&gt;
:If this is a new client script, run '''_GENERATE GUI.bat''' to generate a new GUID:&lt;br /&gt;
&lt;br /&gt;
 Generated GUI:&lt;br /&gt;
 bcc4b78c-11c7-4bf0-840d-275b5bc729be&lt;br /&gt;
 This has been pasted into the clipboard - Paste this into the &amp;quot;&amp;lt;client&amp;gt;&amp;quot;.bat file on the line GUID=xxx&lt;br /&gt;
 Press any key to continue . . .&lt;br /&gt;
&lt;br /&gt;
:Paste this value onto the GUID line&lt;br /&gt;
&lt;br /&gt;
[[Once generated, these GUID values should not be changed for the client]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6130</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6130"/>
		<updated>2024-02-15T11:17:28Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
:{{Note}} These are for CREATING installer packages, and is NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6129</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6129"/>
		<updated>2024-02-15T11:07:25Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
:This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
:Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
:This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
&lt;br /&gt;
{{Note}} These are for CREATING installer packages, and is NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6128</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6128"/>
		<updated>2024-02-15T11:05:06Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
     This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
     This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
     Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
     This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
     This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
     This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
     This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
&lt;br /&gt;
{{Note}} These are for CREATING installer packages, and is NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6127</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6127"/>
		<updated>2024-02-15T11:04:00Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains a temporary folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
&lt;br /&gt;
{{Note}} These are for CREATING installer packages, and is NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6126</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6126"/>
		<updated>2024-02-15T11:03:16Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and should '''not''' be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains a folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
&lt;br /&gt;
{{Note}} These are for CREATING installer packages, and is NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6125</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6125"/>
		<updated>2024-02-15T11:01:50Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi Browserless Oracle on Sharepoint]&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and would not need to be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains a folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
&lt;br /&gt;
{{Note}} These are for CREATING installer packages, and is NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6124</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6124"/>
		<updated>2024-02-15T11:01:07Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[Browserless Oracle on Sharepoint](https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi &amp;quot;Link&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and would not need to be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Builds'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains a folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
* '''Config'''&lt;br /&gt;
&lt;br /&gt;
This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
* '''Documents''' &lt;br /&gt;
&lt;br /&gt;
Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
* '''Installers''' &lt;br /&gt;
&lt;br /&gt;
This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Java'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Resource'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
* '''Setup''' &lt;br /&gt;
&lt;br /&gt;
This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
&lt;br /&gt;
{{Note}} These are for CREATING installer packages, and is NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Installer&amp;diff=6123</id>
		<title>Browserless Application Installer</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Installer&amp;diff=6123"/>
		<updated>2024-02-15T10:49:03Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If required, Aptean provides installers that install Start Menu application shortcuts to access your systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two installers are provided:&lt;br /&gt;
* USER install - does not require admin privileges.&lt;br /&gt;
* ADMIN install - requires Admin privileges, which will be requested when the installer is started, if the user running the installer has the capability of elevating to Administrative level.&lt;br /&gt;
&lt;br /&gt;
The installers create the following shortcuts on the Windows Start menu:&lt;br /&gt;
* Aptean Calidus-TMS (or Aptean Calidus-WMS)&lt;br /&gt;
** A link to your test system.&lt;br /&gt;
** A link to your production system.&lt;br /&gt;
** A link to your UAT system.&lt;br /&gt;
&lt;br /&gt;
The links configured are specific to the installer, Aptean's client and applications available to that client.&lt;br /&gt;
&lt;br /&gt;
Each link is named as follows:&lt;br /&gt;
* Client Name.&lt;br /&gt;
* The system type in brackets&lt;br /&gt;
** Prod - the production system&lt;br /&gt;
** Test - the test system&lt;br /&gt;
** UAT - the UAT system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Technical Details ==&lt;br /&gt;
&lt;br /&gt;
File locations for the install are:&lt;br /&gt;
* USER install:&lt;br /&gt;
** C:\Users\{name}\AppData\Roaming\Aptean Calidus-{TMS/WMS}&lt;br /&gt;
* ADMIN install:&lt;br /&gt;
** C:\ProgramData\Aptean Calidus-{TMS/WMS}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The installer includes the Oracle JRE required to run the system - this is NOT installed on the client PC for use by other applications.&lt;br /&gt;
&lt;br /&gt;
Each application is digitally signed and certified.&lt;br /&gt;
&lt;br /&gt;
The installer also installs an Application Uninstaller application in the application directory shown above: unins000.exe.&lt;br /&gt;
&lt;br /&gt;
The uninstaller will remove all elements of the application install, including all JRE and temporary elements of the install.&lt;br /&gt;
&lt;br /&gt;
{{Note}} The uninstaller would generally be executed from the Add/Remove programs windows feature.&lt;br /&gt;
&lt;br /&gt;
{{Note}} The uninstaller for the Administrative installer will also require administrative privilege to run and remove the application.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Running the Installer Remotely ==&lt;br /&gt;
&lt;br /&gt;
The installation application may be run silently through system administration routes, for example through commissioning or MDM platforms.&lt;br /&gt;
&lt;br /&gt;
It is recommended that this is then installed through scripts, running the command as follows:&lt;br /&gt;
&lt;br /&gt;
 {installer} /VERYSILENT /SP- /SUPPRESSMSGBOXES&lt;br /&gt;
&lt;br /&gt;
{{Note}} The installer used will determine whether administrative rights should be included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Running the Un-Installer Remotely ==&lt;br /&gt;
&lt;br /&gt;
The unsintall of the application may be run silently through system administration routes, for example through commissioning or MDM platforms.&lt;br /&gt;
&lt;br /&gt;
It is recommended that this is then uninstalled through scripts, running the command as follows:&lt;br /&gt;
&lt;br /&gt;
 {uninstaller} /VERYSILENT /SUPPRESSMSGBOXES /NORESTART&lt;br /&gt;
&lt;br /&gt;
{{Note}} The installer used will determine whether administrative rights should be included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Note}} Check the following section for other command-line parameters that may be used on installation or uninstallation.&lt;br /&gt;
&lt;br /&gt;
== Full Command Line Parameters ==&lt;br /&gt;
&lt;br /&gt;
The installer supports the following command-line parameters:&lt;br /&gt;
&lt;br /&gt;
;/HELP, /?&lt;br /&gt;
:Shows a summary of this information. Ignored if the UseSetupLdr [Setup] section directive was set to no.&lt;br /&gt;
&lt;br /&gt;
;/SP-&lt;br /&gt;
:Disables the This will install... Do you wish to continue? prompt at the beginning of Setup. Of course, this will have no effect if the DisableStartupPrompt [Setup] section directive was set to yes.&lt;br /&gt;
&lt;br /&gt;
;/SILENT, /VERYSILENT&lt;br /&gt;
:Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt or the '/SP-' command line option explained above).&lt;br /&gt;
&lt;br /&gt;
:If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? message box. If it's very silent it will reboot without asking.&lt;br /&gt;
&lt;br /&gt;
;/SUPPRESSMSGBOXES&lt;br /&gt;
:Instructs Setup to suppress message boxes. Only has an effect when combined with '/SILENT' or '/VERYSILENT'.&lt;br /&gt;
&lt;br /&gt;
:The default response in situations where there's a choice is:&lt;br /&gt;
* Yes in a 'Keep newer file?' situation.&lt;br /&gt;
* No in a 'File exists, confirm overwrite.' situation.&lt;br /&gt;
* Abort in Abort/Retry situations.&lt;br /&gt;
* Cancel in Retry/Cancel situations.&lt;br /&gt;
* Yes (=continue) in a DiskSpaceWarning/DirExists/DirDoesntExist/NoUninstallWarning/ExitSetupMessage/ConfirmUninstall situation.&lt;br /&gt;
* Yes (=restart) in a FinishedRestartMessage/UninstalledAndNeedsRestart situation.&lt;br /&gt;
:The recommended choice in a PrivilegesRequiredOverridesAllowed=dialog situation.&lt;br /&gt;
&lt;br /&gt;
:5 message boxes are not suppressible:&lt;br /&gt;
* The About Setup message box.&lt;br /&gt;
* The Exit Setup? message box.&lt;br /&gt;
* The FileNotInDir2 message box displayed when Setup requires a new disk to be inserted and the disk was not found.&lt;br /&gt;
* Any (error) message box displayed before Setup (or Uninstall) could read the command line parameters.&lt;br /&gt;
* Any task dialog or message box displayed by [Code] support functions TaskDialogMsgBox and MsgBox.&lt;br /&gt;
&lt;br /&gt;
;/ALLUSERS&lt;br /&gt;
:Instructs Setup to install in administrative install mode. Only has an effect when the [Setup] section directive PrivilegesRequiredOverridesAllowed allows the commandline override.&lt;br /&gt;
&lt;br /&gt;
;/CURRENTUSER&lt;br /&gt;
:Instructs Setup to install in non administrative install mode. Only has an effect when the [Setup] section directive PrivilegesRequiredOverridesAllowed allows the commandline override.&lt;br /&gt;
&lt;br /&gt;
;/LOG&lt;br /&gt;
:Causes Setup to create a log file in the user's TEMP directory detailing file installation and [Run] actions taken during the installation process. This can be a helpful debugging aid. For example, if you suspect a file isn't being replaced when you believe it should be (or vice versa), the log file will tell you if the file was really skipped, and why.&lt;br /&gt;
&lt;br /&gt;
:The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.)&lt;br /&gt;
&lt;br /&gt;
:The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parsable; the format of the file is subject to change without notice.&lt;br /&gt;
&lt;br /&gt;
;/LOG=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file. If a file with the specified name already exists it will be overwritten. If the file cannot be created, Setup will abort with an error message.&lt;br /&gt;
&lt;br /&gt;
;/NOCANCEL&lt;br /&gt;
:Prevents the user from cancelling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with '/SILENT' or '/VERYSILENT'.&lt;br /&gt;
&lt;br /&gt;
;/NORESTART&lt;br /&gt;
:Prevents Setup from restarting the system following a successful installation, or after a Preparing to Install failure that requests a restart. Typically used along with /SILENT or /VERYSILENT.&lt;br /&gt;
&lt;br /&gt;
;/RESTARTEXITCODE=exit code&lt;br /&gt;
:Specifies a custom exit code that Setup is to return when the system needs to be restarted following a successful installation. (By default, 0 is returned in this case.) Typically used along with /NORESTART. See also: Setup Exit Codes&lt;br /&gt;
&lt;br /&gt;
;/CLOSEAPPLICATIONS&lt;br /&gt;
:Instructs Setup to close applications using files that need to be updated by Setup if possible.&lt;br /&gt;
&lt;br /&gt;
;/NOCLOSEAPPLICATIONS&lt;br /&gt;
:Prevents Setup from closing applications using files that need to be updated by Setup. If /CLOSEAPPLICATIONS was also used, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/FORCECLOSEAPPLICATIONS&lt;br /&gt;
:Instructs Setup to force close when closing applications.&lt;br /&gt;
&lt;br /&gt;
;/NOFORCECLOSEAPPLICATIONS&lt;br /&gt;
:Prevents Setup from force closing when closing applications. If /FORCECLOSEAPPLICATIONS was also used, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/LOGCLOSEAPPLICATIONS&lt;br /&gt;
:Instructs Setup to create extra logging when closing applications for debugging purposes.&lt;br /&gt;
&lt;br /&gt;
;/RESTARTAPPLICATIONS&lt;br /&gt;
:Instructs Setup to restart applications if possible.&lt;br /&gt;
&lt;br /&gt;
;/NORESTARTAPPLICATIONS&lt;br /&gt;
:Prevents Setup from restarting applications. If /RESTARTAPPLICATIONS was also used, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/LOADINF=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below.&lt;br /&gt;
&lt;br /&gt;
:Don't forget to use quotes if the filename contains spaces.&lt;br /&gt;
&lt;br /&gt;
;/SAVEINF=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Instructs Setup to save installation settings to the specified file.&lt;br /&gt;
&lt;br /&gt;
:Don't forget to use quotes if the filename contains spaces.&lt;br /&gt;
&lt;br /&gt;
;/LANG=language&lt;br /&gt;
:Specifies the language to use. language specifies the internal name of the language as specified in a [Languages] section entry.&lt;br /&gt;
&lt;br /&gt;
:When a valid /LANG parameter is used, the Select Language dialog will be suppressed.&lt;br /&gt;
&lt;br /&gt;
;/DIR=&amp;quot;x:\dirname&amp;quot;&lt;br /&gt;
:Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified. May include an &amp;quot;expand:&amp;quot; prefix which instructs Setup to expand any constants in the name. For example: '/DIR=expand:{autopf}\My Program'.&lt;br /&gt;
&lt;br /&gt;
;/GROUP=&amp;quot;folder name&amp;quot;&lt;br /&gt;
:Overrides the default folder name displayed on the Select Start Menu Folder wizard page. May include an &amp;quot;expand:&amp;quot; prefix, see '/DIR='. If the [Setup] section directive DisableProgramGroupPage was set to yes, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/NOICONS&lt;br /&gt;
:Instructs Setup to initially check the Don't create a Start Menu folder check box on the Select Start Menu Folder wizard page.&lt;br /&gt;
&lt;br /&gt;
;/TYPE=type name&lt;br /&gt;
:Overrides the default setup type.&lt;br /&gt;
&lt;br /&gt;
:If the specified type exists and isn't a custom type, then any /COMPONENTS parameter will be ignored.&lt;br /&gt;
&lt;br /&gt;
;/COMPONENTS=&amp;quot;comma separated list of component names&amp;quot;&lt;br /&gt;
:Overrides the default component settings. Using this command line parameter causes Setup to automatically select a custom type. If no custom type is defined, this parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
:Only the specified components will be selected; the rest will be deselected.&lt;br /&gt;
&lt;br /&gt;
:If a component name is prefixed with a &amp;quot;*&amp;quot; character, any child components will be selected as well (except for those that include the dontinheritcheck flag). If a component name is prefixed with a &amp;quot;!&amp;quot; character, the component will be deselected.&lt;br /&gt;
&lt;br /&gt;
:This parameter does not change the state of components that include the fixed flag.&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all components, then select the &amp;quot;help&amp;quot; and &amp;quot;plugins&amp;quot; components:&lt;br /&gt;
:/COMPONENTS=&amp;quot;help,plugins&amp;quot;&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all components, then select a parent component and all of its children with the exception of one:&lt;br /&gt;
:/COMPONENTS=&amp;quot;*parent,!parent\child&amp;quot;&lt;br /&gt;
:/TASKS=&amp;quot;comma separated list of task names&amp;quot;&lt;br /&gt;
:Specifies a list of tasks that should be initially selected.&lt;br /&gt;
&lt;br /&gt;
:Only the specified tasks will be selected; the rest will be deselected. Use the /MERGETASKS parameter instead if you want to keep the default set of tasks and only select/deselect some of them.&lt;br /&gt;
&lt;br /&gt;
:If a task name is prefixed with a &amp;quot;*&amp;quot; character, any child tasks will be selected as well (except for those that include the dontinheritcheck flag). If a task name is prefixed with a &amp;quot;!&amp;quot; character, the task will be deselected.&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all tasks, then select the &amp;quot;desktopicon&amp;quot; and &amp;quot;fileassoc&amp;quot; tasks:&lt;br /&gt;
:/TASKS=&amp;quot;desktopicon,fileassoc&amp;quot;&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all tasks, then select a parent task and all of its children with the exception of one:&lt;br /&gt;
:/TASKS=&amp;quot;*parent,!parent\child&amp;quot;&lt;br /&gt;
:/MERGETASKS=&amp;quot;comma separated list of task names&amp;quot;&lt;br /&gt;
:Like the /TASKS parameter, except the specified tasks will be merged with the set of tasks that would have otherwise been selected by default.&lt;br /&gt;
&lt;br /&gt;
:If UsePreviousTasks is set to yes, the specified tasks will be selected/deselected after any previous tasks are restored.&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
:Keep the default set of selected tasks, but additionally select the &amp;quot;desktopicon&amp;quot; and &amp;quot;fileassoc&amp;quot; tasks:&lt;br /&gt;
:/MERGETASKS=&amp;quot;desktopicon,fileassoc&amp;quot;&lt;br /&gt;
:Example:&lt;br /&gt;
:Keep the default set of selected tasks, but deselect the &amp;quot;desktopicon&amp;quot; task:&lt;br /&gt;
:/MERGETASKS=&amp;quot;!desktopicon&amp;quot;&lt;br /&gt;
:/PASSWORD=password&lt;br /&gt;
:Specifies the password to use. If the [Setup] section directive Password was not set, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
:When an invalid password is specified, this command line parameter is also ignored.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The uninstaller supports the following command-line parameters:&lt;br /&gt;
&lt;br /&gt;
;/SILENT, /VERYSILENT&lt;br /&gt;
:When specified, the uninstaller will not ask the user for startup confirmation or display a message stating that uninstall is complete. Shared files that are no longer in use are deleted automatically without prompting. Any critical error messages will still be shown on the screen. When '/VERYSILENT' is specified, the uninstallation progress window is not displayed.&lt;br /&gt;
&lt;br /&gt;
:If a restart is necessary and the '/NORESTART' command isn't used (see below) and '/VERYSILENT' is specified, the uninstaller will reboot without asking.&lt;br /&gt;
&lt;br /&gt;
;/SUPPRESSMSGBOXES&lt;br /&gt;
:Instructs the uninstaller to suppress message boxes. Only has an effect when combined with '/SILENT' and '/VERYSILENT'. See '/SUPPRESSMSGBOXES' under Setup Command Line Parameters for more details.&lt;br /&gt;
&lt;br /&gt;
;/LOG&lt;br /&gt;
:Causes Uninstall to create a log file in the user's TEMP directory detailing file uninstallation and [UninstallRun] actions taken during the uninstallation process. This can be a helpful debugging aid.&lt;br /&gt;
&lt;br /&gt;
:The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.)&lt;br /&gt;
&lt;br /&gt;
:The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parsable; the format of the file is subject to change without notice.&lt;br /&gt;
&lt;br /&gt;
;/LOG=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file. If a file with the specified name already exists it will be overwritten. If the file cannot be created, Uninstall will abort with an error message.&lt;br /&gt;
&lt;br /&gt;
;/NORESTART&lt;br /&gt;
:Instructs the uninstaller not to reboot even if it's necessary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Details ==&lt;br /&gt;
&lt;br /&gt;
The application is installed with a signed and certified file denoting the access to the system.&lt;br /&gt;
&lt;br /&gt;
The install versions are contained in the file calidus_info.txt, for example:&lt;br /&gt;
&lt;br /&gt;
 	Browserless Oracle Build 14/02/2024 11:20:24.60 &lt;br /&gt;
 &lt;br /&gt;
 	        Client: client TMS &lt;br /&gt;
 	 Build Version: {1.0}             &lt;br /&gt;
 	  Java Version: 17.0.9+9          &lt;br /&gt;
 	Production URL: {url}             &lt;br /&gt;
 	      Test URL: {url}           &lt;br /&gt;
 	        QA URL: n/a                &lt;br /&gt;
&lt;br /&gt;
This shows:&lt;br /&gt;
*  ''Browserless Oracle Build'' - the date/time of the build for the installer. &lt;br /&gt;
*  ''Client'' - the client &lt;br /&gt;
*  ''Build Version'' - the version of installer&lt;br /&gt;
*  ''Java Version'' - the version of the Oracle JRE&lt;br /&gt;
*  ''Production URL'' - the URL for the production system&lt;br /&gt;
*  ''Test URL'' - the URL for the test system&lt;br /&gt;
*  ''QA URL'' - the URL for UAT/QA&lt;br /&gt;
&lt;br /&gt;
There is also an Additional Information section&lt;br /&gt;
&lt;br /&gt;
This information should be obtained when reporting any issues to Aptean.&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6115</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6115"/>
		<updated>2024-02-15T10:39:34Z</updated>

		<summary type="html">&lt;p&gt;Gxr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[Browserless Oracle on Sharepoint](https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi &amp;quot;Link&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and would not need to be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Builds&amp;lt;/span&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
This directory contains a folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
==== Config ====&lt;br /&gt;
&lt;br /&gt;
This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
==== Documents ====&lt;br /&gt;
&lt;br /&gt;
Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
==== Installers ====&lt;br /&gt;
&lt;br /&gt;
This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Java&amp;lt;/span&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Resource&amp;lt;/span&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
==== Setup ====&lt;br /&gt;
&lt;br /&gt;
This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
&lt;br /&gt;
{{Note}} These are for CREATING installer packages, and is NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Browserless]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6114</id>
		<title>Browserless Application Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Creation&amp;diff=6114"/>
		<updated>2024-02-15T10:37:46Z</updated>

		<summary type="html">&lt;p&gt;Gxr: Initial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installer Creation ==&lt;br /&gt;
&lt;br /&gt;
{{Note}} For internal only&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
All of the code to generate Browserless Oracle installers is located here:&lt;br /&gt;
[Browserless Oracle on Sharepoint](https://apteanonline.sharepoint.com/:f:/r/teams/RDCALIDUS/Shared%20Documents/CALIDUS%20TMS/BrowserlessOracle?csf=1&amp;amp;web=1&amp;amp;e=vQZ5Qi &amp;quot;Link&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
=== Folder Contents ===&lt;br /&gt;
&lt;br /&gt;
{{Note}} Folders in &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;red&amp;lt;/span&amp;gt; below are working directories and would not need to be accessed/maintained when creating builds.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Builds&amp;lt;/span&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
This directory contains a folder for each client/version built and is generated during the browserless oracle build for each client&lt;br /&gt;
&lt;br /&gt;
==== Config ====&lt;br /&gt;
&lt;br /&gt;
This directory contains batch files which are used for configuring each individual client. See the Creating an installer package for details.&lt;br /&gt;
&lt;br /&gt;
==== Documents ====&lt;br /&gt;
&lt;br /&gt;
Documentation relating to the process&lt;br /&gt;
&lt;br /&gt;
==== Installers ====&lt;br /&gt;
&lt;br /&gt;
This directory contains the built executable installers for release to the client. there will be a folder for each client/version built&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Java&amp;lt;/span&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
This directory contains the java versions which will be build into the installer packages&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Resource&amp;lt;/span&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
This directory contains the scripts, sources and configuration files used in the build&lt;br /&gt;
&lt;br /&gt;
==== Setup ====&lt;br /&gt;
&lt;br /&gt;
This directory contains the software which must be installed on the users PC prior to running the installer creation process.&lt;br /&gt;
&lt;br /&gt;
{{Note}} These are for CREATING installer packages, and is NOT required on the final users machines.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating an installer package ===&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Installer&amp;diff=6113</id>
		<title>Browserless Application Installer</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/MTS/index.php?title=Browserless_Application_Installer&amp;diff=6113"/>
		<updated>2024-02-15T10:35:33Z</updated>

		<summary type="html">&lt;p&gt;Gxr: Updates from latest changes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If required, Aptean provides installers that install Start Menu application shortcuts to access your systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two installers are provided:&lt;br /&gt;
* USER install - does not require admin privileges.&lt;br /&gt;
* ADMIN install - requires Admin privileges, which will be requested when the installer is started, if the user running the installer has the capability of elevating to Administrative level.&lt;br /&gt;
&lt;br /&gt;
The installers create the following shortcuts on the Windows Start menu:&lt;br /&gt;
* Aptean Calidus-TMS (or Aptean Calidus-WMS)&lt;br /&gt;
** A link to your test system.&lt;br /&gt;
** A link to your production system.&lt;br /&gt;
** A link to your UAT system.&lt;br /&gt;
&lt;br /&gt;
The links configured are specific to the installer, Aptean's client and applications available to that client.&lt;br /&gt;
&lt;br /&gt;
Each link is named as follows:&lt;br /&gt;
* Client Name.&lt;br /&gt;
* The system type in brackets&lt;br /&gt;
** Prod - the production system&lt;br /&gt;
** Test - the test system&lt;br /&gt;
** UAT - the UAT system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Technical Details ==&lt;br /&gt;
&lt;br /&gt;
File locations for the install are:&lt;br /&gt;
* USER install:&lt;br /&gt;
** C:\Users\{name}\AppData\Roaming\Aptean Calidus-{TMS/WMS}&lt;br /&gt;
* ADMIN install:&lt;br /&gt;
** C:\ProgramData\Aptean Calidus-{TMS/WMS}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The installer includes the Oracle JRE required to run the system - this is NOT installed on the client PC for use by other applications.&lt;br /&gt;
&lt;br /&gt;
Each application is digitally signed and certified.&lt;br /&gt;
&lt;br /&gt;
The installer also installs an Application Uninstaller application in the application directory shown above: unins000.exe.&lt;br /&gt;
&lt;br /&gt;
The uninstaller will remove all elements of the application install, including all JRE and temporary elements of the install.&lt;br /&gt;
&lt;br /&gt;
{{Note}} The uninstaller would generally be executed from the Add/Remove programs windows feature.&lt;br /&gt;
&lt;br /&gt;
{{Note}} The uninstaller for the Administrative installer will also require administrative privilege to run and remove the application.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Running the Installer Remotely ==&lt;br /&gt;
&lt;br /&gt;
The installation application may be run silently through system administration routes, for example through commissioning or MDM platforms.&lt;br /&gt;
&lt;br /&gt;
It is recommended that this is then installed through scripts, running the command as follows:&lt;br /&gt;
&lt;br /&gt;
 {installer} /VERYSILENT /SP- /SUPPRESSMSGBOXES&lt;br /&gt;
&lt;br /&gt;
{{Note}} The installer used will determine whether administrative rights should be included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Running the Un-Installer Remotely ==&lt;br /&gt;
&lt;br /&gt;
The unsintall of the application may be run silently through system administration routes, for example through commissioning or MDM platforms.&lt;br /&gt;
&lt;br /&gt;
It is recommended that this is then uninstalled through scripts, running the command as follows:&lt;br /&gt;
&lt;br /&gt;
 {uninstaller} /VERYSILENT /SUPPRESSMSGBOXES /NORESTART&lt;br /&gt;
&lt;br /&gt;
{{Note}} The installer used will determine whether administrative rights should be included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Note}} Check the following section for other command-line parameters that may be used on installation or uninstallation.&lt;br /&gt;
&lt;br /&gt;
== Full Command Line Parameters ==&lt;br /&gt;
&lt;br /&gt;
The installer supports the following command-line parameters:&lt;br /&gt;
&lt;br /&gt;
;/HELP, /?&lt;br /&gt;
:Shows a summary of this information. Ignored if the UseSetupLdr [Setup] section directive was set to no.&lt;br /&gt;
&lt;br /&gt;
;/SP-&lt;br /&gt;
:Disables the This will install... Do you wish to continue? prompt at the beginning of Setup. Of course, this will have no effect if the DisableStartupPrompt [Setup] section directive was set to yes.&lt;br /&gt;
&lt;br /&gt;
;/SILENT, /VERYSILENT&lt;br /&gt;
:Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt or the '/SP-' command line option explained above).&lt;br /&gt;
&lt;br /&gt;
:If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? message box. If it's very silent it will reboot without asking.&lt;br /&gt;
&lt;br /&gt;
;/SUPPRESSMSGBOXES&lt;br /&gt;
:Instructs Setup to suppress message boxes. Only has an effect when combined with '/SILENT' or '/VERYSILENT'.&lt;br /&gt;
&lt;br /&gt;
:The default response in situations where there's a choice is:&lt;br /&gt;
* Yes in a 'Keep newer file?' situation.&lt;br /&gt;
* No in a 'File exists, confirm overwrite.' situation.&lt;br /&gt;
* Abort in Abort/Retry situations.&lt;br /&gt;
* Cancel in Retry/Cancel situations.&lt;br /&gt;
* Yes (=continue) in a DiskSpaceWarning/DirExists/DirDoesntExist/NoUninstallWarning/ExitSetupMessage/ConfirmUninstall situation.&lt;br /&gt;
* Yes (=restart) in a FinishedRestartMessage/UninstalledAndNeedsRestart situation.&lt;br /&gt;
:The recommended choice in a PrivilegesRequiredOverridesAllowed=dialog situation.&lt;br /&gt;
&lt;br /&gt;
:5 message boxes are not suppressible:&lt;br /&gt;
* The About Setup message box.&lt;br /&gt;
* The Exit Setup? message box.&lt;br /&gt;
* The FileNotInDir2 message box displayed when Setup requires a new disk to be inserted and the disk was not found.&lt;br /&gt;
* Any (error) message box displayed before Setup (or Uninstall) could read the command line parameters.&lt;br /&gt;
* Any task dialog or message box displayed by [Code] support functions TaskDialogMsgBox and MsgBox.&lt;br /&gt;
&lt;br /&gt;
;/ALLUSERS&lt;br /&gt;
:Instructs Setup to install in administrative install mode. Only has an effect when the [Setup] section directive PrivilegesRequiredOverridesAllowed allows the commandline override.&lt;br /&gt;
&lt;br /&gt;
;/CURRENTUSER&lt;br /&gt;
:Instructs Setup to install in non administrative install mode. Only has an effect when the [Setup] section directive PrivilegesRequiredOverridesAllowed allows the commandline override.&lt;br /&gt;
&lt;br /&gt;
;/LOG&lt;br /&gt;
:Causes Setup to create a log file in the user's TEMP directory detailing file installation and [Run] actions taken during the installation process. This can be a helpful debugging aid. For example, if you suspect a file isn't being replaced when you believe it should be (or vice versa), the log file will tell you if the file was really skipped, and why.&lt;br /&gt;
&lt;br /&gt;
:The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.)&lt;br /&gt;
&lt;br /&gt;
:The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parsable; the format of the file is subject to change without notice.&lt;br /&gt;
&lt;br /&gt;
;/LOG=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file. If a file with the specified name already exists it will be overwritten. If the file cannot be created, Setup will abort with an error message.&lt;br /&gt;
&lt;br /&gt;
;/NOCANCEL&lt;br /&gt;
:Prevents the user from cancelling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with '/SILENT' or '/VERYSILENT'.&lt;br /&gt;
&lt;br /&gt;
;/NORESTART&lt;br /&gt;
:Prevents Setup from restarting the system following a successful installation, or after a Preparing to Install failure that requests a restart. Typically used along with /SILENT or /VERYSILENT.&lt;br /&gt;
&lt;br /&gt;
;/RESTARTEXITCODE=exit code&lt;br /&gt;
:Specifies a custom exit code that Setup is to return when the system needs to be restarted following a successful installation. (By default, 0 is returned in this case.) Typically used along with /NORESTART. See also: Setup Exit Codes&lt;br /&gt;
&lt;br /&gt;
;/CLOSEAPPLICATIONS&lt;br /&gt;
:Instructs Setup to close applications using files that need to be updated by Setup if possible.&lt;br /&gt;
&lt;br /&gt;
;/NOCLOSEAPPLICATIONS&lt;br /&gt;
:Prevents Setup from closing applications using files that need to be updated by Setup. If /CLOSEAPPLICATIONS was also used, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/FORCECLOSEAPPLICATIONS&lt;br /&gt;
:Instructs Setup to force close when closing applications.&lt;br /&gt;
&lt;br /&gt;
;/NOFORCECLOSEAPPLICATIONS&lt;br /&gt;
:Prevents Setup from force closing when closing applications. If /FORCECLOSEAPPLICATIONS was also used, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/LOGCLOSEAPPLICATIONS&lt;br /&gt;
:Instructs Setup to create extra logging when closing applications for debugging purposes.&lt;br /&gt;
&lt;br /&gt;
;/RESTARTAPPLICATIONS&lt;br /&gt;
:Instructs Setup to restart applications if possible.&lt;br /&gt;
&lt;br /&gt;
;/NORESTARTAPPLICATIONS&lt;br /&gt;
:Prevents Setup from restarting applications. If /RESTARTAPPLICATIONS was also used, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/LOADINF=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below.&lt;br /&gt;
&lt;br /&gt;
:Don't forget to use quotes if the filename contains spaces.&lt;br /&gt;
&lt;br /&gt;
;/SAVEINF=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Instructs Setup to save installation settings to the specified file.&lt;br /&gt;
&lt;br /&gt;
:Don't forget to use quotes if the filename contains spaces.&lt;br /&gt;
&lt;br /&gt;
;/LANG=language&lt;br /&gt;
:Specifies the language to use. language specifies the internal name of the language as specified in a [Languages] section entry.&lt;br /&gt;
&lt;br /&gt;
:When a valid /LANG parameter is used, the Select Language dialog will be suppressed.&lt;br /&gt;
&lt;br /&gt;
;/DIR=&amp;quot;x:\dirname&amp;quot;&lt;br /&gt;
:Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified. May include an &amp;quot;expand:&amp;quot; prefix which instructs Setup to expand any constants in the name. For example: '/DIR=expand:{autopf}\My Program'.&lt;br /&gt;
&lt;br /&gt;
;/GROUP=&amp;quot;folder name&amp;quot;&lt;br /&gt;
:Overrides the default folder name displayed on the Select Start Menu Folder wizard page. May include an &amp;quot;expand:&amp;quot; prefix, see '/DIR='. If the [Setup] section directive DisableProgramGroupPage was set to yes, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
;/NOICONS&lt;br /&gt;
:Instructs Setup to initially check the Don't create a Start Menu folder check box on the Select Start Menu Folder wizard page.&lt;br /&gt;
&lt;br /&gt;
;/TYPE=type name&lt;br /&gt;
:Overrides the default setup type.&lt;br /&gt;
&lt;br /&gt;
:If the specified type exists and isn't a custom type, then any /COMPONENTS parameter will be ignored.&lt;br /&gt;
&lt;br /&gt;
;/COMPONENTS=&amp;quot;comma separated list of component names&amp;quot;&lt;br /&gt;
:Overrides the default component settings. Using this command line parameter causes Setup to automatically select a custom type. If no custom type is defined, this parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
:Only the specified components will be selected; the rest will be deselected.&lt;br /&gt;
&lt;br /&gt;
:If a component name is prefixed with a &amp;quot;*&amp;quot; character, any child components will be selected as well (except for those that include the dontinheritcheck flag). If a component name is prefixed with a &amp;quot;!&amp;quot; character, the component will be deselected.&lt;br /&gt;
&lt;br /&gt;
:This parameter does not change the state of components that include the fixed flag.&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all components, then select the &amp;quot;help&amp;quot; and &amp;quot;plugins&amp;quot; components:&lt;br /&gt;
:/COMPONENTS=&amp;quot;help,plugins&amp;quot;&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all components, then select a parent component and all of its children with the exception of one:&lt;br /&gt;
:/COMPONENTS=&amp;quot;*parent,!parent\child&amp;quot;&lt;br /&gt;
:/TASKS=&amp;quot;comma separated list of task names&amp;quot;&lt;br /&gt;
:Specifies a list of tasks that should be initially selected.&lt;br /&gt;
&lt;br /&gt;
:Only the specified tasks will be selected; the rest will be deselected. Use the /MERGETASKS parameter instead if you want to keep the default set of tasks and only select/deselect some of them.&lt;br /&gt;
&lt;br /&gt;
:If a task name is prefixed with a &amp;quot;*&amp;quot; character, any child tasks will be selected as well (except for those that include the dontinheritcheck flag). If a task name is prefixed with a &amp;quot;!&amp;quot; character, the task will be deselected.&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all tasks, then select the &amp;quot;desktopicon&amp;quot; and &amp;quot;fileassoc&amp;quot; tasks:&lt;br /&gt;
:/TASKS=&amp;quot;desktopicon,fileassoc&amp;quot;&lt;br /&gt;
:Example:&lt;br /&gt;
:Deselect all tasks, then select a parent task and all of its children with the exception of one:&lt;br /&gt;
:/TASKS=&amp;quot;*parent,!parent\child&amp;quot;&lt;br /&gt;
:/MERGETASKS=&amp;quot;comma separated list of task names&amp;quot;&lt;br /&gt;
:Like the /TASKS parameter, except the specified tasks will be merged with the set of tasks that would have otherwise been selected by default.&lt;br /&gt;
&lt;br /&gt;
:If UsePreviousTasks is set to yes, the specified tasks will be selected/deselected after any previous tasks are restored.&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
:Keep the default set of selected tasks, but additionally select the &amp;quot;desktopicon&amp;quot; and &amp;quot;fileassoc&amp;quot; tasks:&lt;br /&gt;
:/MERGETASKS=&amp;quot;desktopicon,fileassoc&amp;quot;&lt;br /&gt;
:Example:&lt;br /&gt;
:Keep the default set of selected tasks, but deselect the &amp;quot;desktopicon&amp;quot; task:&lt;br /&gt;
:/MERGETASKS=&amp;quot;!desktopicon&amp;quot;&lt;br /&gt;
:/PASSWORD=password&lt;br /&gt;
:Specifies the password to use. If the [Setup] section directive Password was not set, this command line parameter is ignored.&lt;br /&gt;
&lt;br /&gt;
:When an invalid password is specified, this command line parameter is also ignored.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The uninstaller supports the following command-line parameters:&lt;br /&gt;
&lt;br /&gt;
;/SILENT, /VERYSILENT&lt;br /&gt;
:When specified, the uninstaller will not ask the user for startup confirmation or display a message stating that uninstall is complete. Shared files that are no longer in use are deleted automatically without prompting. Any critical error messages will still be shown on the screen. When '/VERYSILENT' is specified, the uninstallation progress window is not displayed.&lt;br /&gt;
&lt;br /&gt;
:If a restart is necessary and the '/NORESTART' command isn't used (see below) and '/VERYSILENT' is specified, the uninstaller will reboot without asking.&lt;br /&gt;
&lt;br /&gt;
;/SUPPRESSMSGBOXES&lt;br /&gt;
:Instructs the uninstaller to suppress message boxes. Only has an effect when combined with '/SILENT' and '/VERYSILENT'. See '/SUPPRESSMSGBOXES' under Setup Command Line Parameters for more details.&lt;br /&gt;
&lt;br /&gt;
;/LOG&lt;br /&gt;
:Causes Uninstall to create a log file in the user's TEMP directory detailing file uninstallation and [UninstallRun] actions taken during the uninstallation process. This can be a helpful debugging aid.&lt;br /&gt;
&lt;br /&gt;
:The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.)&lt;br /&gt;
&lt;br /&gt;
:The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parsable; the format of the file is subject to change without notice.&lt;br /&gt;
&lt;br /&gt;
;/LOG=&amp;quot;filename&amp;quot;&lt;br /&gt;
:Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file. If a file with the specified name already exists it will be overwritten. If the file cannot be created, Uninstall will abort with an error message.&lt;br /&gt;
&lt;br /&gt;
;/NORESTART&lt;br /&gt;
:Instructs the uninstaller not to reboot even if it's necessary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Details ==&lt;br /&gt;
&lt;br /&gt;
The application is installed with a signed and certified file denoting the access to the system.&lt;br /&gt;
&lt;br /&gt;
The install versions are contained in the file calidus_info.txt, for example:&lt;br /&gt;
&lt;br /&gt;
	Browserless Oracle Build 14/02/2024 11:20:24.60 &lt;br /&gt;
 &lt;br /&gt;
	        Client: client TMS &lt;br /&gt;
	 Build Version: {1.0}             &lt;br /&gt;
	  Java Version: 17.0.9+9          &lt;br /&gt;
	Production URL: {url}             &lt;br /&gt;
	      Test URL: {url}           &lt;br /&gt;
	        QA URL: n/a                &lt;br /&gt;
&lt;br /&gt;
This shows:&lt;br /&gt;
*  ''Browserless Oracle Build'' - the date/time of the build for the installer. &lt;br /&gt;
*  ''Client'' - the client &lt;br /&gt;
*  ''Build Version'' - the version of installer&lt;br /&gt;
*  ''Java Version'' - the version of the Oracle JRE&lt;br /&gt;
*  ''Production URL'' - the URL for the production system&lt;br /&gt;
*  ''Test URL'' - the URL for the test system&lt;br /&gt;
*  ''QA URL'' - the URL for UAT/QA&lt;br /&gt;
&lt;br /&gt;
There is also an Additional Information section&lt;br /&gt;
&lt;br /&gt;
This information should be obtained when reporting any issues to Aptean.&lt;/div&gt;</summary>
		<author><name>Gxr</name></author>
	</entry>
</feed>