Search found 6678 matches

Go to advanced search

by Catalin
Thu May 23, 2024 2:46 pm
Forum: Common Problems
Topic: How to Execute SQL on Uninstall
Replies: 3
Views: 336
 
Jump to post

Re: How to Execute SQL on Uninstall

Hello,

If possible, could you please give me some more details about the error you are encountering when trying to execute your SQL Script?

Best regards,
Catalin
by Catalin
Thu May 23, 2024 11:08 am
Forum: Common Problems
Topic: Enable signing (digital signature) conditionally
Replies: 3
Views: 218
 
Jump to post

Re: Enable signing (digital signature) conditionally

Hello Zsolt, Unfortunately, I do not have a tutorial. However, I will do my best to better explain this. First of all, what we are trying to control here is our own Advanced Installer project. This entire process is outside of Advanced Installer and therefore Custom Actions have no place here (as CA...
by Catalin
Thu May 23, 2024 10:54 am
Forum: Building Installers
Topic: Unable to install Microsoft SQL on Windows 11
Replies: 1
Views: 53
 
Jump to post

Re: Unable to install Microsoft SQL on Windows 11

Hello and welcome to our forums,

I'm afraid I am not really experienced in Parallels and Windows 11 ARM and therefore I can not really assist here.

I think the Microsoft forums would be better suited for this kind of questions.

Best regards,
Catalin
by Catalin
Wed May 22, 2024 10:40 am
Forum: Common Problems
Topic: access file in powerShell
Replies: 1
Views: 109
 
Jump to post

Re: access file in powerShell

Hello and welcome to our forums,

I am not quite sure I fully understand your question here.

If possible, could you please give me some more details about your scenario so I can better assist?

Best regards,
Catalin
by Catalin
Tue May 21, 2024 3:30 pm
Forum: Common Problems
Topic: How to determine if it is an upgrade
Replies: 11
Views: 17848
 
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: 2831
 
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: 221
 
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: 156
 
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: 166
 
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: 131
 
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: 156
 
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: 3
Views: 218
 
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: 3
Views: 336
 
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: 92
 
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: 195
 
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"...

Go to advanced search