Search found 1325 matches

Go to advanced search

by Liviu
Fri Oct 10, 2025 4:55 pm
Forum: Common Problems
Topic: IMPORTANT - Installation problem
Replies: 7
Views: 609
 
Jump to post

Re: IMPORTANT - Installation problem

Hello Zsolt,

I've replied to your email.

Best regards,
Liviu
by Liviu
Thu Oct 09, 2025 7:07 am
Forum: Common Problems
Topic: Overwrite Files only if older not being honored
Replies: 6
Views: 149
 
Jump to post

Re: Overwrite Files only if older not being honored

Hello,

We need to continue this via email.

Please reply to the email I sent you. Also, send me the following resources:

1. the .AIP project files for Package A and Package B

2. the file mentioned that is overwritten - old and new version (Application.jar 2024 and 2025)

3. setup packages for ...
by Liviu
Tue Oct 07, 2025 8:05 am
Forum: Common Problems
Topic: Overwrite Files only if older not being honored
Replies: 6
Views: 149
 
Jump to post

Re: Overwrite Files only if older not being honored

Hello,

It seems that this issue is no longer reproducible in our latest builds. I’ll send you a release candidate of version 23.2 via email so you can test it.

Best regards,
Liviu
by Liviu
Mon Oct 06, 2025 7:28 am
Forum: Common Problems
Topic: AI COM-Interface: Launch conditions
Replies: 3
Views: 96
 
Jump to post

Re: AI COM-Interface: Launch conditions

You're always welcome, René!

Glad I could help! :D

Best regards,
Liviu
by Liviu
Fri Oct 03, 2025 3:35 pm
Forum: Common Problems
Topic: Overwrite Files only if older not being honored
Replies: 6
Views: 149
 
Jump to post

Re: Overwrite Files only if older not being honored

Hello,

I tested this and was able to reproduce the issue occasionally, but not consistently.

Please give me some more time to further investigate this and maybe consult with our development team and I will come back as soon as I have more information.

Best regards,
Liviu
by Liviu
Fri Oct 03, 2025 12:45 pm
Forum: Common Problems
Topic: AI COM-Interface: Launch conditions
Replies: 3
Views: 96
 
Jump to post

Re: AI COM-Interface: Launch conditions

Hello René,

At the moment, there isn’t a direct option in the LaunchConditionsComponent interface to choose a specific build.

However, I noticed that the option always applies to the currently selected build. Fortunately, we can programmatically select the build first, and then apply the launch ...
by Liviu
Thu Oct 02, 2025 12:09 pm
Forum: Common Problems
Topic: AI COM-Interface: Delete Feature not possible
Replies: 5
Views: 134
 
Jump to post

Re: AI COM-Interface: Delete Feature not possible

Hello René,

You are correct, the Builds section of a feature does not yet support PowerShell.

I will also pass this along to our development team.

Best regards,
Liviu
by Liviu
Wed Oct 01, 2025 2:16 pm
Forum: Common Problems
Topic: Issue with Multilanguage EULA in LicenseAgreementDlg
Replies: 1
Views: 44
 
Jump to post

Re: Issue with Multilanguage EULA in LicenseAgreementDlg

Hello and welcome to our forums,

Not sure why this happens.

To investigate this, we will need to check your project settings. Therefore, can you please send us the .AIP (setup project) file by email to support at advancedinstaller dot com so we can further test and investigate this?

Best regards ...
by Liviu
Wed Oct 01, 2025 1:56 pm
Forum: Common Problems
Topic: Overwrite Files only if older not being honored
Replies: 6
Views: 149
 
Jump to post

Re: Overwrite Files only if older not being honored

Hello and welcome to our forums,

Determining whether to install a file is a complex process. At the highest level, this determination depends on whether the component to which a file belongs is marked for installation. Once determined that a file should be copied, the process is complicated if ...
by Liviu
Tue Sep 30, 2025 1:51 pm
Forum: Common Problems
Topic: Digital Signture with Certum OV Problematic
Replies: 1
Views: 83
 
Jump to post

Re: Digital Signture with Certum OV Problematic

Hello Bulldog and welcome to our forums,

If it worked for you in 22.6, it was a bug on our end. It shouldn't have worked.

When you build an EXE setup package with resources inside our EXE bootstrapper checks at install time his signature and its embedded MSI signature. If there is a signature ...
by Liviu
Tue Sep 30, 2025 1:35 pm
Forum: Common Problems
Topic: AI COM-Interface: Delete Feature not possible
Replies: 5
Views: 134
 
Jump to post

Re: AI COM-Interface: Delete Feature not possible

Hello René,

Thank you for sharing your workaround. Using a dedicated feature excluded by the build filter is indeed a valid solution in this situation.

I’ll log this suggestion as well and consider it for a future improvement of the interface.

We appreciate your feedback, it really helps us make ...
by Liviu
Tue Sep 30, 2025 9:25 am
Forum: Common Problems
Topic: An issue with running PowerShell scripts
Replies: 6
Views: 20256
 
Jump to post

Re: An issue with running PowerShell scripts

Hello Sasha,

Sorry for the delayed reply on this.

If possible, could you please create a sample project that reproduces this and forward it to me (it could be either here or by e-mail at support at advancedinstaller dot com)?

And I will also try to see if there is a solution.

Best regards,
Liviu
by Liviu
Tue Sep 30, 2025 9:10 am
Forum: Common Problems
Topic: AI COM-Interface: Delete Feature not possible
Replies: 5
Views: 134
 
Jump to post

Re: AI COM-Interface: Delete Feature not possible

Hello René,

I’ve tested this and it appears that there’s currently no way to determine which component a registry key belongs to, so we cannot delete it later from the Registry.

However, I’ve added this improvement to our TODO list, and we plan to include component information for registry keys in ...
by Liviu
Mon Sep 29, 2025 2:47 pm
Forum: Common Problems
Topic: How to conditionally install files and registry keys based on selected MSI feature?
Replies: 1
Views: 61
 
Jump to post

Re: How to conditionally install files and registry keys based on selected MSI feature?

Hello and welcome to our forums,

If you have multiple files and registry keys, the best solution to allow the user to choose whether or not to install the feature is to use our predefined OptionalFeatsDlg dialog or use a a custom feature selection dialog .

In your case, just add the desired ...
by Liviu
Mon Sep 29, 2025 2:36 pm
Forum: Common Problems
Topic: Weird behavior in property retrieval in custom actions
Replies: 3
Views: 93
 
Jump to post

Re: Weird behavior in property retrieval in custom actions

Hello,

In this case, you will need to add the if condition to your script and use the property name directly in the if statement.

Something like this:

$PropName = "PROP2"


if ($PropName -eq "PROP1") {
$PropValue = AI_GetMsiProperty "PROP1"
[System.Reflection.Assembly]::LoadWithPartialName ...

Go to advanced search