Hello and welcome to Advanced Installer forums,
Thank you for your interest in Advanced Installer.
When the "Spring" theme is set as your current project theme, then in "Temporary" folder from "Files and Folders" view are added the corresponding dialogs HTML files. So, in order to remove the "Advanced Installer" watermark you should remove the following HTML file section from every HTML dialog file:
- Code: Select all
<script type="text/javascript">
AdvinstTextMark();
</script>
Please keep in mind that this change will be applied for all of your Advanced Installer projects that use "Spring" themes. If you want to make this change only for current project, then you can copy-paste the related HTML dialog files, edit them and then in "Temporary" folder from "Files and Folders" view select the new source path of the related HTML files.
Also, you can take a look on our articles about:
-
How to add a new dialog when using Spring theme -
How to add a control in Spring theme dialog All the best,
Daniel