Indeed, this dialog is not automatically added. You need to add it from the predefined list of dialogs. Use the Add Dialog option as you can see in my printscreen.
Hello, What you need to do is to set a property in the custom action, depending the result of the custom action. You will further use the property to conditionally displaying the next dialog. Conditionally display the next event.PNG As long as the value of the property is not equal True , then you c...
Hello, There are scenarios when the installer needs to launch some files installed on the machine or to execute scripts that reffers to installed files. The settings are different for install and for uninstall . Configure the custom action that will be executed during installation When the custom ac...
Hi Damien and welcome to Advanced Installer forums, Starting with Advanced Installer 17.1 Release , Advanced Installer offers Digital Signature support for PowerShell scripts. Just enable the Sign script option from the Run Inline PowerShell Script custom action properties. PowerShell CA Props.PNG I...
Hello, You can condition the enviromnet variable creation based on the UILevel property. Since the enviromnet variable does not allow conditional creation, we will use the componnet that the enviromnet variable attaches. We will create a dummy registry to have a new componnet created and the same co...
Hello, Is there any way or any other setting that it can get upgrade code of that MSI package by itself without passing it through command line like -search_type UpgradeCode -search_path {bccc7f97-0b12-4b4e-9a82-81330d20d971}? When adding the prerequisite through the command lien you need to specify...
Hi Akshay, if we replace the UpgradeCode with FileVersion then it is working fine, But we want to use UpgradeCode as search_type so please validate this scenario at your end and suggest the solution for this. This may happens if you are using an older version of Advanced Installer. I was testing usi...
Hi Akshay, When using ProductCode or UpgradeCode , only the value for search_type values is being changed, everything else remain the same. e.g. AdvancedInstaller.com" /edit "Sample CMD.aip" /NewPrerequisite "Google Talk" -type FeatureBased -prereq_path "C:\googletalk-setup.exe" -search_type Upgrade...
Hi Akshay, Please note that not all the options available in the GUI are available in the command line. 1. Minimum version of pre-requisite from display section of properties page. I'm afraid we don't have an option available to set this parameter through the command line. 2. We have to set /qn LICE...
Hello, To set the installer version , please use the /SetVersion command. This command will set the Product Version. Its equivalent UI option is “Product Version” in the Product Details Tab page. A new Product Code will be generated if the new version is different from the old one, unless the -nopro...
Hello, We've added an improvement on our TODO list to log the reason why the reboot is required. What search or api call triggers the reboot required for the installer. Thank you for your suggestion. We'll update this thread once this improvement will be available in Advnaced Installer. Best regards...
Hi Regll, I'm not sure I fully understand what you mean. Can you please give us more details, maybe exemplify? Are you looking to enable Installer Analytics in those packages to monitor the number of installation, locations, etc: https://www.advancedinstaller.com/analytics/ Let me know if that helpe...