Checklist for Solutions

You are here:
< All Topics

Checklist for Solutions

1. Preparing Resource Files

Checklist:

路 Confirm whether the application is already installed.

o If not, download the resource file.

路 Execute the installer file using silent commands:

o Research and test silent switches for the installer (e.g., “/?” in the command prompt).

o Use .msi files over .exe files when possible.

路 Create a batch file for automated installation.

o Ensure the batch file includes the correct silent switches.

路 Package the resource files into a zip file:

o Zip file name format: Application_Name.zip (e.g., Google_Chrome.zip).

o Avoid nested folders in the zip file.

路 Document the zip file name for use in solution creation.

2. Creating the Solution

Checklist:

路 Gather required information:

o Display name of the application (from Control Panel).

o Name of the zip file containing the installer and batch file.

o A unique solution number (above 10,000).

o Client configuration file.

路 Use the Authoring Tool鈥檚 Recorder:

o Define steps:

a. Action: Perform tasks.

b. Condition: Evaluate criteria to direct flow.

c. Guiding Message: Provide user instructions.

o Test the display name in the Action step using the Test button.

o Implement navigation between steps using conditional logic.

3. Creating the Configuration File

Checklist:

路 Navigate to Solution > Configuration File in the Authoring Tool.

路 Include the complete URL (with http or https) and ensure it doesn鈥檛 end with a trailing “/”.

路 Generate two configuration files:

o Anakage.ankscpt (encrypted version).

o AnakageTest.ankscpt (unencrypted version).

路 Validate that the configuration file enables communication between the solution and the portal.

4. Setting Up the Initial Step

Checklist:

路 Use Solution > Properties to define the first step.

路 Assign a unique solution number.

路 Upload the prepared zip file:

o Verify that the file name matches the one documented earlier.

路 Confirm that Anakage HealITService is available for solutions requiring admin rights.

路 Enable the Admin required checkbox for installations needing elevated privileges.

5. Exporting the Solution

Checklist:

路 Save the solution script using “Save As” with the .ankscpt extension and a descriptive name (e.g., Google_Chrome_Installation.ankscpt).

路 Export the solution as an executable:

o Use “Export > Solution/Exe” in the Authoring Tool.

o Select the appropriate option: Online (32-bit) or Online (64-bit).

路 Name the final executable file as techselfsupport_xx_.exe, where xx is the unique solution number.

6. Testing and Deployment

Checklist:

路 Test the .ankscpt file:

o Ensure all steps function correctly.

o Validate any conditional logic.

路 Upload the executable file to the deployment system or designated portal.

路 Perform final testing to confirm usability and effectiveness for end users.

By following this checklist, you can ensure the creation and deployment of robust and reliable solutions using the Authoring Tool.

Table of Contents