Search found 23 matches

Go to advanced search

by curt.blunt
Thu Nov 13, 2025 4:58 pm
Forum: Common Problems
Topic: Change title bar text colour
Replies: 1
Views: 1219
 
Jump to post

Change title bar text colour

Hi,

We use Surface theme, how can I change the title bar colour to be white?

Image

Thanks
Curt
by curt.blunt
Thu Jan 09, 2025 11:34 am
Forum: Building Installers
Topic: Call method from .Net assembly without NET 8 installed locally
Replies: 3
Views: 13845
 
Jump to post

Re: Call method from .Net assembly without NET 8 installed locally

I think we will need a ticket opening.

We can't expect customers to install .net 8 manually - if our software is the only thing on their machine that requires net 8 then we should be making sure our DLL's can run self-contained without the need of dotnet 8 runtime on the machine.

The ...
by curt.blunt
Fri Dec 20, 2024 12:06 pm
Forum: Building Installers
Topic: Call method from .Net assembly without NET 8 installed locally
Replies: 3
Views: 13845
 
Jump to post

Call method from .Net assembly without NET 8 installed locally

Hi,

I am following this guide
https://www.advancedinstaller.com/user-guide/create-dot-net-ca.html

As a business requirement, we are writing our new custom actions with NET 8.0 as the target framework

Let's take into account that some of our customers might not have .NET 8 installed on the ...
by curt.blunt
Fri Jul 26, 2024 8:48 am
Forum: Building Installers
Topic: Removing border on a single edit box
Replies: 1
Views: 10508
 
Jump to post

Removing border on a single edit box

Hi,

Is there a way I can remove the border from the Edit box that gives us the license response text?

https://i.imgur.com/RNGzNbM.png

This is being pulled from a property [LICENSE_VALIDATION_TEXT]

I tried to use a static text box but for some reason I can't make it auto refresh when the ...
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: 19175
 
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 ...
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: 19175
 
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: 8067
 
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: 3248
 
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 ...
by curt.blunt
Mon Sep 04, 2023 5:03 pm
Forum: Building Installers
Topic: Dialog show only if....
Replies: 3
Views: 8188
 
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 ...
by curt.blunt
Sat Sep 02, 2023 10:09 pm
Forum: Building Installers
Topic: Dialog show only if....
Replies: 3
Views: 8188
 
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 the ...
by curt.blunt
Thu Dec 15, 2022 9:39 am
Forum: Building Installers
Topic: Pre-req scroll bar
Replies: 4
Views: 9442
 
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: 7977
 
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: 4104
 
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 ...
by curt.blunt
Tue Dec 13, 2022 5:06 pm
Forum: Building Installers
Topic: Uninstall wizard wrong status
Replies: 1
Views: 2831
 
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: 7977
 
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 ...

Go to advanced search