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

Advanced Installer PowerShell Automation Interfaces

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: 6608
Joined: Wed Jun 13, 2018 7:49 am

Re: Advanced Installer PowerShell Automation Interfaces

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: 27
Joined: Sat Jan 06, 2024 4:56 pm

Re: Advanced Installer PowerShell Automation Interfaces

Can i set those parameters using the command line?
Catalin
Posts: 6608
Joined: Wed Jun 13, 2018 7:49 am

Re: Advanced Installer PowerShell Automation Interfaces

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.82 KiB) Viewed 33008 times

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
xObay
Posts: 27
Joined: Sat Jan 06, 2024 4:56 pm

Re: Advanced Installer PowerShell Automation Interfaces

How do you set the property using PowerShell?
Catalin
Posts: 6608
Joined: Wed Jun 13, 2018 7:49 am

Re: Advanced Installer PowerShell Automation Interfaces

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.61 KiB) Viewed 31248 times

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

Return to “Building Installers”