Search found 8276 matches

Go to advanced search

by Daniel
Tue Sep 30, 2025 1:30 pm
Forum: Common Problems
Topic: Downloading new updates fails on first install
Replies: 5
Views: 18088
 
Jump to post

Re: Downloading new updates fails on first install

Hi,

This improvement was added in Advanced Installer v23.1 released on September 25th, 2025.

You ca download our latest version of Advanced Installer from our Downloads page.

All the best,
Daniel
by Daniel
Thu Jul 17, 2025 3:40 pm
Forum: Common Problems
Topic: Updater does not detect a new version
Replies: 1
Views: 641
 
Jump to post

Re: Updater does not detect a new version

Hello and welcome to our forums,

I have tested the scenario and replicated the behavior using your sent (over email) test project. Even though I cannot say why this happens, this seems to be very project specific as I cannot replicate it in a new project with same configuration.

Please give us ...
by Daniel
Fri May 30, 2025 12:57 pm
Forum: Building Installers
Topic: Trusted Signing tooling upgrade required before July 28, 2025
Replies: 0
Views: 2172
 
Jump to post

Trusted Signing tooling upgrade required before July 28, 2025

Hi,

Recently Microsoft announced that starting July 28, 2025 their Trusted Signing Tooling version 1.0.52 (and older) will no longer be supported.

Starting with next version of Advanced Installer (v22.8) our Trusted Signing support will be fully compliant with the newer versions of Trusted Signing ...
by Daniel
Thu May 22, 2025 11:24 am
Forum: Common Problems
Topic: MSIX File Redirection crashes on Windows 11 24H2
Replies: 2
Views: 2356
 
Jump to post

Re: MSIX File Redirection crashes on Windows 11 24H2

Hi Vicente,

I am following up here as agreed with the workaround solution we found for this issue.

After further troubleshooting on this we were unable to find out the root cause of the file redirection issue. There seems to be a crash generated by the Microsoft's Package Support Framework SDK ...
by Daniel
Wed May 07, 2025 9:04 am
Forum: Common Problems
Topic: MSIX File Redirection crashes on Windows 11 24H2
Replies: 2
Views: 2356
 
Jump to post

Re: MSIX File Redirection crashes on Windows 11 24H2

Hi Vicente,

It seems the attached .7z archive on our forums is password protected.

Can you please share with us by email at support at advancedinstaller dot com your archive password so we can double check the logged events?

All the best,
Daniel
by Daniel
Tue Feb 18, 2025 7:28 am
Forum: Sample Projects
Topic: Deploy your own application custom font before setup UI initializes
Replies: 6
Views: 387709
 
Jump to post

Re: Deploy your own application custom font before setup UI initializes

Thank you too for your feedback on this!

Daniel
by Daniel
Mon Feb 17, 2025 2:21 pm
Forum: Sample Projects
Topic: Deploy your own application custom font before setup UI initializes
Replies: 6
Views: 387709
 
Jump to post

Re: Deploy your own application custom font before setup UI initializes

Hi,

Thank you for your patience on this!

I have tested your setup project and replicated the issue. It seems the behavior is caused by the fact I forgot to document one last step you need to configure. I apologize for this.

The last step you need to configure is in "Table Editor" view. In ...
by Daniel
Tue Feb 04, 2025 9:28 am
Forum: Sample Projects
Topic: Deploy your own application custom font before setup UI initializes
Replies: 6
Views: 387709
 
Jump to post

Re: Deploy your own application custom font before setup UI initializes

Hi,

The fontSetup.msi file seems to be configured fine.

Can you please send me the .AIP (setup project) file of your main setup by email at support at advancedinstaller dot com ? The one that installs the "fontSetup.msi" file using a custom action as exposed in steps 2 to 7.

I need to double ...
by Daniel
Mon Sep 16, 2024 9:56 am
Forum: Common Problems
Topic: Copying over registry keys
Replies: 1
Views: 5787
 
Jump to post

Re: Copying over registry keys

Hi Zsolt,

Unfortunately we do not have any built-in support for your request.

The only solution would be to create your own custom action code to run during installation.

If you have any questions or doubts just let us know.

All the best,
Daniel
by Daniel
Fri Sep 13, 2024 8:36 am
Forum: Common Problems
Topic: Can you stop advinst.exe from looking for updates?
Replies: 1
Views: 5741
 
Jump to post

Re: Can you stop advinst.exe from looking for updates?

Hi and welcome to our forums,

Can you please give us more details about the exact error you are facing with? Do you get any specific error when running your DevOps pipeline? If so, could you share with us the Advanced Installer Build Task log?

Basically if you want our Advanced Installer Build ...
by Daniel
Wed Sep 11, 2024 10:21 am
Forum: Common Problems
Topic: Adding User-Defined Parameters to Existing Installer
Replies: 3
Views: 6853
 
Jump to post

Re: Adding User-Defined Parameters to Existing Installer

Hi,

A possible solution for you will be to build the setup project on the fly. For instance you can try to trigger an installer build from your web site after the customer fill in his data and then upload the built installer to your customer.

In your setup project you can go to "Properties" page ...
by Daniel
Tue Sep 10, 2024 2:53 pm
Forum: Common Problems
Topic: Value passing between custom actions
Replies: 3
Views: 7648
 
Jump to post

Re: Value passing between custom actions

Hi,

You should be able to write in the 64-bit section of the registry as long as your PowerShell custom action is configured to use the "x64" platform. I have just tested this and successfully ran and created the 64-bit registry.

screen1.png


Can you try to use the New-ItemProperty cmdlet and ...
by Daniel
Tue Sep 10, 2024 2:35 pm
Forum: Building Installers
Topic: SQL Server installation username and password
Replies: 7
Views: 14187
 
Jump to post

Re: SQL Server installation username and password

Hi,

Please note that you should be able to have .Net Framework 4.7 and SQL Server as prerequisites in the same project.

All you need to do is to make sure .Net Framework 4.7 is installed before main package and marked as framework

screen1.png


and SQL Server is installed during main package ...
by Daniel
Mon Sep 09, 2024 7:58 am
Forum: Common Problems
Topic: Where is Prerequisite Conditions Tab
Replies: 3
Views: 6705
 
Jump to post

Re: Where is Prerequisite Conditions Tab

You are always welcome!

Daniel
by Daniel
Fri Sep 06, 2024 3:21 pm
Forum: Common Problems
Topic: Value passing between custom actions
Replies: 3
Views: 7648
 
Jump to post

Re: Value passing between custom actions

Hi,

This approach does not work because during a deferred custom action you cannot set an installer property. Only from an immediate action you can set an installer property.

The correct approach would be to try writing your value in a temp resource (e.g. registry, file) and then accessing it from ...

Go to advanced search