Search found 6674 matches

Go to advanced search

by Catalin
Tue May 21, 2024 3:30 pm
Forum: Common Problems
Topic: How to determine if it is an upgrade
Replies: 11
Views: 17768
 
Jump to post

Re: How to determine if it is an upgrade

Hello, Yes, you can do that. For example, you can: 1. use a search to find your file 2. use a Custom Action to retrieve the content. After retrieving the content, place it into a property 3. use that property to then overwrite the content after the new file is installed Hope this helps! Best regards...
by Catalin
Tue May 21, 2024 2:38 pm
Forum: Building Installers
Topic: Building a new installer
Replies: 5
Views: 2783
 
Jump to post

Re: Building a new installer

Hello Zsolt, You are always welcome! :) I've read both your posts once more and I would like to be sure if I understand you correctly: so if we DO NOT want to have duplicate projects under Control Panel / Programs and Features, so we would like to just "continue" our product it means we wo...
by Catalin
Tue May 21, 2024 2:33 pm
Forum: Building Installers
Topic: How do I edit a custom dialog?
Replies: 1
Views: 184
 
Jump to post

Re: How do I edit a custom dialog?

Hello, Dialog fragments are usually part of other dialogs and they can not be edited separately. An example of this would be the ConfigureDlg dialog. When you add it in your project, it will be linked in your project from the folder. After adding it, you can start editing it there using the "Di...
by Catalin
Tue May 21, 2024 2:17 pm
Forum: Common Problems
Topic: "NewPrerequisite" reboot option not available using CLI
Replies: 3
Views: 83
 
Jump to post

Re: "NewPrerequisite" reboot option not available using CLI

You are always welcome, Leonardo!

Best regards,
Catalin
by Catalin
Tue May 21, 2024 1:52 pm
Forum: Common Problems
Topic: Extract Archive to folder has "Access is denied"
Replies: 3
Views: 104
 
Jump to post

Re: Extract Archive to folder has "Access is denied"

Hello Aaron, I think this might be something on your end regarding permissions. I have built the project file you provided and then ran the MSI file and everything worked as expected: Screenshot_156.png Screenshot_157.png Unfortunately, I can not say for sure what's going on on your machine, but I w...
by Catalin
Mon May 20, 2024 12:27 pm
Forum: Common Problems
Topic: Issue Rendering SVG's after Building with Advanced Installer
Replies: 1
Views: 98
 
Jump to post

Re: Issue Rendering SVG's after Building with Advanced Installer

Hello Tiffany, Unfortunately, I can not say for sure why this is happening. If you are able to reproduce this on multiple machines, could you please forward me the following resources: - a copy of the AIP file - a download link of the setup - test-case that I could use using your setup to reproduce ...
by Catalin
Mon May 20, 2024 11:56 am
Forum: Common Problems
Topic: "NewPrerequisite" reboot option not available using CLI
Replies: 3
Views: 83
 
Jump to post

Re: "NewPrerequisite" reboot option not available using CLI

Hello Leonardo and welcome to our forums, I have had a look over this scenario and it looks like indeed the Reboot option is not currently available through command line. I will add this on our TODO list of improvements and hopefully it will be added in a future version of Advanced Installer. Thank ...
by Catalin
Mon May 20, 2024 10:29 am
Forum: Common Problems
Topic: Enable signing (digital signature) conditionally
Replies: 2
Views: 124
 
Jump to post

Re: Enable signing (digital signature) conditionally

Hello Zsolt, 2. Instead of the signtool.exe (see screenshot) probably I could start a certain script (powershell?) that recognizes whether it runs on our team build server or not. If it's the team build server (where our signature is available), then the AI project will put the signature on, otherwi...
by Catalin
Mon May 20, 2024 10:22 am
Forum: Common Problems
Topic: How to Execute SQL on Uninstall
Replies: 2
Views: 272
 
Jump to post

Re: How to Execute SQL on Uninstall

Hello and welcome to our forums, In order to achieve what you want, the properties that you are using at install time to connect to the database must be set as "persistent" . Another way would be to connect to the database using a script custom action (e.g. PowerShell) and then run the que...
by Catalin
Fri May 17, 2024 1:20 pm
Forum: Building Installers
Topic: Installer taskbar icon
Replies: 1
Views: 67
 
Jump to post

Re: Installer taskbar icon

Hello and welcome to our forums, For EXE setup packages, you can set the Icon in "Builds" page. Screenshot_155.png Additionally, please note that the "Enhanced User Interface" option must be enabled from "Themes" page --> "Settings" tab. Best regards, Catalin
by Catalin
Fri May 17, 2024 11:39 am
Forum: Common Problems
Topic: Chinese translation is not applied to the maintenance dialog.
Replies: 3
Views: 161
 
Jump to post

Re: Chinese translation is not applied to the maintenance dialog.

Hello, I indeed managed to reproduce this and forwarded it to our development team for further investigations. Thank you for bringing this to our attention. Until then, I would suggest trying to use a classic theme without the "Enhanced User Interface" option enabled from "Themes"...
by Catalin
Fri May 17, 2024 9:55 am
Forum: Common Problems
Topic: Extract Archive to folder has "Access is denied"
Replies: 3
Views: 104
 
Jump to post

Re: Extract Archive to folder has "Access is denied"

Hello and welcome to our forums,

I have tested this scenario and everything worked as expected on my end.

If possible, could you please create a sample project that reproduces this and forward that to me by email at support at advancedinstaller dot com?

Best regards,
Catalin
by Catalin
Fri May 17, 2024 7:23 am
Forum: Common Problems
Topic: [solved] Can not remove "Display a specific dialog" Event
Replies: 5
Views: 3272
 
Jump to post

Re: [solved] Can not remove "Display a specific dialog" Event

Hello,

Thank you for your followup on this and for sharing your solution with us.

I am sure this will be of help for further users facing a similar scenario.

Best regards,
Catalin
by Catalin
Wed May 15, 2024 3:01 pm
Forum: Common Problems
Topic: AI Build always getting switched on
Replies: 3
Views: 162
 
Jump to post

Re: AI Build always getting switched on

Hello David,

Sure thing, I will be waiting for your followup on this.

Best regards,
Catalin
by Catalin
Wed May 15, 2024 2:59 pm
Forum: Common Problems
Topic: Chinese translation is not applied to the maintenance dialog.
Replies: 3
Views: 161
 
Jump to post

Re: Chinese translation is not applied to the maintenance dialog.

Hello, I've tested this scenario of yours on a Windows 10 machine and it looks to be working as expected: Screenshot_154.png From your screenshot, I'm assuming you are on a Windows 11 machine. If possible, could you please try that on a Windows 10 machine and let me know the results? Also, do I need...

Go to advanced search