Search found 6 matches

Go to advanced search

by PetrB
Wed Oct 22, 2025 8:46 am
Forum: Common Problems
Topic: Property is not passed to "Install" stage
Replies: 4
Views: 2247
 
Jump to post

Re: Property is not passed to "Install" stage

Hello,

I thought you would not be able to easily replicate the issues. That was the reason I fixed it in a diffrent way.

Unfortunately, I don't have time to create a sample project, for an issue that is quite hard to replicate, since I will be in a crunch time for a few months at the very least ...
by PetrB
Mon Oct 20, 2025 12:13 pm
Forum: Common Problems
Topic: Property is not passed to "Install" stage
Replies: 4
Views: 2247
 
Jump to post

Re: Property is not passed to "Install" stage

For information, the problem is no longer urgent.

I managed to fix my case, by saving the properties to a file and then loading it when I need it.

Meaning, the properties no longer "travel" through the installer, but are saved on a disk.

-------------------------
The problem still persists, but I ...
by PetrB
Fri Oct 17, 2025 12:24 pm
Forum: Common Problems
Topic: Property is not passed to "Install" stage
Replies: 4
Views: 2247
 
Jump to post

Property is not passed to "Install" stage

Hello,

I have quite an urgent issues on my Advanced Installer (22.8) Enterprise version.

I have made a custom action DLL (using the Advanced Installer project in Visual Studio), so I can send data between custom actions and installer.

I have a few properties, which I parse from a config file and ...
by PetrB
Wed Jul 16, 2025 10:35 am
Forum: Common Problems
Topic: Disable automatic jump from the end of 'ProgressDlg' to 'ExitDialog'
Replies: 4
Views: 1533
 
Jump to post

Re: Disable automatic jump from the end of 'ProgressDlg' to 'ExitDialog'

Hello,

If the progress dialog can't be stopped, can I put a checkbox in the ExitDialog that will open the intall log in a file? (Like it does when a fatal error occurs in FatalError dialog )?

If I can, how should I do it?
If I can't, can you tell me another way, how to show install log to the user ...
by PetrB
Wed Jul 16, 2025 6:39 am
Forum: Common Problems
Topic: Disable automatic jump from the end of 'ProgressDlg' to 'ExitDialog'
Replies: 4
Views: 1533
 
Jump to post

Disable automatic jump from the end of 'ProgressDlg' to 'ExitDialog'

Hello,

I want to write a log of what happens during the install in a progress bar dialog. I followed a guide similar to this (https://www.advancedinstaller.com/user-guide/tutorial-installation-summary.html) and I managed to make it work (even my custom actions in C# write to ActionData and show in ...
by PetrB
Wed Jul 02, 2025 12:57 pm
Forum: Common Problems
Topic: Upgrade rules reset when ProductVersion changes with options (Always generate...)
Replies: 1
Views: 1138
 
Jump to post

Upgrade rules reset when ProductVersion changes with options (Always generate...)

Hello,

My "Customize Advance Installer upgrade rules" in Upgrade section reset their values ("Include minimum version in range" => row with property AI_NEWERPRODUCTFOUND), when I change Product code via ProductVersion options "Always generate ..." or "Ask me at every change."

(Row with OLDPRODUCTS ...

Go to advanced search