Search found 19 matches

Go to advanced search

by curt.blunt
Thu Feb 01, 2024 8:57 am
Forum: Building Installers
Topic: Hide a button whilst custom action is running
Replies: 3
Views: 16803
 
Jump to post

Re: Hide a button whilst custom action is running

Hi Catalin, So I will elaborate on the issue. https://i.imgur.com/wdPSkHD.png Button 1 - has a published action named 'LicenceKeyValidator' Button 2 - has a published action named 'LicenceKeyValidator' If an end-user clicks the paste button, it will paste the licence key from clipboard and validate ...
by curt.blunt
Tue Jan 30, 2024 8:41 am
Forum: Building Installers
Topic: Hide a button whilst custom action is running
Replies: 3
Views: 16803
 
Jump to post

Hide a button whilst custom action is running

Hi,

We would like to disable/hide the 'Install' button on the InstallDlg whilst we do our Licence Validator custom action check, is this possible?

Thanks
by curt.blunt
Sun Sep 10, 2023 7:36 am
Forum: Common Problems
Topic: Searching the Registry doesn't work after AI update
Replies: 7
Views: 5501
 
Jump to post

Re: Searching the Registry doesn't work after AI update

Hi Alex,

Have you tried enabling 'Search the 64-bit portion of the registry"
Image

Also, can you manually add the reg key you are expecting (add it manually to your registry) then hit 'Test Search' do you get a response?
by curt.blunt
Wed Sep 06, 2023 9:06 pm
Forum: Common Problems
Topic: Predefined Prerequisites not working in 20.9.1 / 21.0
Replies: 1
Views: 2200
 
Jump to post

Predefined Prerequisites not working in 20.9.1 / 21.0

Hey, So for some reason I can't get the prerequisites to work with version 20.9.1 or even todays new update 21.0 It's a predefined prereq designed by Advanced Installer but gets an error when trying to install the MSI https://i.imgur.com/QFmZEBJ.png https://i.imgur.com/5oWbejm.png https://i.imgur.co...
by curt.blunt
Mon Sep 04, 2023 5:03 pm
Forum: Building Installers
Topic: Dialog show only if....
Replies: 3
Views: 6480
 
Jump to post

Re: Dialog show only if....

Hey Catalin, I've implemented a search now for installed_version and it works - it checks raw registry value of installed version in our registry location for our software. I've created a dialog called WelcomeSetupWizard which is just a standard welcome to the installer... I've created another Dialo...
by curt.blunt
Sat Sep 02, 2023 10:09 pm
Forum: Building Installers
Topic: Dialog show only if....
Replies: 3
Views: 6480
 
Jump to post

Dialog show only if....

Hi, I want a dialog to ONLY show if the software is installed and the version matches 3.6.27.1 or lower.. Condition I am trying is Installed and CURRENT_INSTALLED_VERSION <= "3.6.27.1" So the WelcomeDlg will display I have a second dialog WelcomeUpgradeRebootRequired My aim is to only show...
by curt.blunt
Thu Dec 15, 2022 9:39 am
Forum: Building Installers
Topic: Pre-req scroll bar
Replies: 4
Views: 8036
 
Jump to post

Re: Pre-req scroll bar

Hi Catalin,

I am using White Surface under 'Surface' themes

Thanks
Curt
by curt.blunt
Thu Dec 15, 2022 9:30 am
Forum: Building Installers
Topic: Pre-req columns resizing
Replies: 3
Views: 6630
 
Jump to post

Re: Pre-req columns resizing

Thanks Cailtin,

Could you update this thread when the update is done so I know how to fix.

Thanks

Curt
by curt.blunt
Wed Dec 14, 2022 12:32 pm
Forum: Building Installers
Topic: Powershell Inline Script - Font install
Replies: 1
Views: 3001
 
Jump to post

Powershell Inline Script - Font install

Hi, I would like to install Lato font as a custom powershell inline script that runs at the Wizard Dialog Stage The script runs fine, however the fonts do not get installed, I don't think it can find the font files correctly - what is best procedure to install something placed in APPDIR location par...
by curt.blunt
Tue Dec 13, 2022 5:06 pm
Forum: Building Installers
Topic: Uninstall wizard wrong status
Replies: 1
Views: 2136
 
Jump to post

Uninstall wizard wrong status

Hi,

When uninstalling with our Theme enabled for Use Enhanced User Interface it loads up in our theme but the text says 'Installing' instead of 'Uninstalling'

Image

It is linked to the field

Image

Thanks
Curt
by curt.blunt
Tue Dec 13, 2022 3:40 pm
Forum: Building Installers
Topic: Pre-req columns resizing
Replies: 3
Views: 6630
 
Jump to post

Pre-req columns resizing

Hi, So on the pre-req columns when hovering over them there is an option to resize them however it doesn't let me resize them. Also is there a way we can get the name column a lot smaller and give them more columns on the screen then like version/required etc? https://i.imgur.com/px2mzfg.png Thanks ...
by curt.blunt
Tue Dec 13, 2022 3:33 pm
Forum: Building Installers
Topic: Pre-req scroll bar
Replies: 4
Views: 8036
 
Jump to post

Pre-req scroll bar

Hi, Is it possible we can edit our scroll bar to look more appealing to end users so they know it's a scroll bar? It just looks like a line at the moment and they don't know how to scroll across the pre-req screen to view further details/columns. Looks like this at the moment https://i.imgur.com/ZkI...
by curt.blunt
Wed Nov 16, 2022 9:20 am
Forum: Building Installers
Topic: Command line options for shortcuts
Replies: 2
Views: 3421
 
Jump to post

Re: Command line options for shortcuts

I also need these options. I've contacted support yesterday I will drop there reply in here.
by curt.blunt
Thu Oct 20, 2022 1:59 pm
Forum: Building Installers
Topic: MSI silent install not working
Replies: 2
Views: 2481
 
Jump to post

Re: MSI silent install not working

This can be closed.

Command Prompt needed running as administrator.
by curt.blunt
Thu Oct 20, 2022 1:43 pm
Forum: Building Installers
Topic: MSI silent install not working
Replies: 2
Views: 2481
 
Jump to post

MSI silent install not working

Hi,

Seem to be having issues installing an MSI with silent parameters.

The command I am trying is

msiexec /i "setupcdmx64.msi" /qn

Thanks
Curt

Go to advanced search