xObay
Posts: 21
Joined: Sat Jan 06, 2024 4:56 pm

Advanced Installer PowerShell Automation Interfaces

Thu Jan 11, 2024 4:52 am

Hello,

how do i set the Product Support Info section using Advanced Installer PowerShell Automation Interfaces?

I can see the the properties for the Product Details on https://www.advancedinstaller.com/user- ... tails.html but I can't seem to find the Product Support Info properties.

Catalin
Posts: 6506
Joined: Wed Jun 13, 2018 7:49 am

Re: Advanced Installer PowerShell Automation Interfaces

Thu Jan 11, 2024 4:23 pm

Hello,

Unfortunately, it looks like that is not yet supported.

However, I will add this on our TODO list of improvements and it will be available in a future version of Advanced Installer.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

xObay
Posts: 21
Joined: Sat Jan 06, 2024 4:56 pm

Re: Advanced Installer PowerShell Automation Interfaces

Thu Jan 11, 2024 4:27 pm

Can i set those parameters using the command line?

Catalin
Posts: 6506
Joined: Wed Jun 13, 2018 7:49 am

Re: Advanced Installer PowerShell Automation Interfaces

Fri Jan 12, 2024 2:58 pm

Hello,

Upon further investigation, it looks like all those fields are controlled via properties.

And of course, we can use both the command line tool and PowerShell to set properties.

For instance, the "Comments" field is assigned the ARPCOMMENTS property.

Additionally, the other fields are also assigned properties that can be seen in the above article on the left:
Screenshot_99.png
Screenshot_99.png (134.82KiB)Viewed 25114 times

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

xObay
Posts: 21
Joined: Sat Jan 06, 2024 4:56 pm

Re: Advanced Installer PowerShell Automation Interfaces

Fri Jan 12, 2024 3:01 pm

How do you set the property using PowerShell?

Catalin
Posts: 6506
Joined: Wed Jun 13, 2018 7:49 am

Re: Advanced Installer PowerShell Automation Interfaces

Mon Jan 15, 2024 9:54 am

Hello,

In order to achieve this, we will use the "PropertyComponent" and then use its' FindProperty method to find and set the property.
Screenshot_100.png
Screenshot_100.png (82.61KiB)Viewed 23354 times

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”