CIMCO Cloud Link 3 Releases
Release notesExpand allCollapse all
Changes since previous version:
CIMCO Cloud Link 3.10.01
- New: Implemented post-installation cleanup to remove unused template files.
- Update: Improved the installation process by automatically cleaning up temporary files, ensuring a more streamlined and user-friendly installation experience.
- Update: Added code to delete cimcocloud_template.yml and cimcocloud_template_pwd.yml from the installation directory after the configuration file cimcocloud.yml is created. This cleanup step ensures that only the necessary configuration file remains in the installation directory, reducing clutter and potential confusion for users.
- Update: Updated the CurStepChanged procedure to include:
// Delete the template files after configuration
DeleteFile(ExpandConstant('{app}\cimcocloud_template.yml'));
DeleteFile(ExpandConstant('{app}\cimcocloud_template_pwd.yml'));
These lines were added to remove the template files once the installation is complete and the configuration file has been created.