Search found 45 matches

Go to advanced search

by AquaComm
Wed Mar 29, 2023 6:48 am
Forum: Common Problems
Topic: Error running installer after removing custom action
Replies: 4
Views: 5596
 
Jump to post

Error running installer after removing custom action

Similar problem as reported here https://www.advancedinstaller.com/forums/viewtopic.php?t=39889 . I have removed a custom action "LaunchFile" from my project but when running the installer I get the following: 2023-03-29_16-28-21.png As you can see there is no "LaunchFile" custom...
by AquaComm
Sat Mar 11, 2023 2:43 am
Forum: Common Problems
Topic: The host name in the certificate is invalid or does not match.
Replies: 1
Views: 5305
 
Jump to post

The host name in the certificate is invalid or does not match.

I am getting the following error when I run the updater.exe program:
2023-03-11_11-52-16.png
2023-03-11_11-52-16.png (4.71 KiB) Viewed 5305 times
What certificate is the message referring to? The web site is operating OK and other updaters are not having any similar issues.
by AquaComm
Wed Mar 08, 2023 11:41 pm
Forum: Common Problems
Topic: Unable to select Registry value for Pre-install Package pre-requisite
Replies: 3
Views: 6080
 
Jump to post

Re: Unable to select Registry value for Pre-install Package pre-requisite

My apologies. The option was not visible to me as the page required scrolling down in the window available to me :oops:
by AquaComm
Wed Mar 08, 2023 11:36 am
Forum: Common Problems
Topic: Unable to select Registry value for Pre-install Package pre-requisite
Replies: 3
Views: 6080
 
Jump to post

Unable to select Registry value for Pre-install Package pre-requisite

Hi, I am trying to create a condition to pre-install a Required Application where the criteria is "Registry value contains version". I am trying to select a Registry value that does in fact exist "HKEY_LOCAL_MACHINE\SOFTWARE\Aquarius Communications\MyCourts\MCLibraryManager\version&qu...
by AquaComm
Wed Mar 08, 2023 12:47 am
Forum: Building Installers
Topic: Install extra files over an existing application
Replies: 10
Views: 9939
 
Jump to post

Re: Install extra files over an existing application

How did you go Ed. I would like to implement something very similar :) .
by AquaComm
Tue Mar 07, 2023 2:51 am
Forum: Common Problems
Topic: Install shortcut to specific folder.
Replies: 1
Views: 2800
 
Jump to post

Install shortcut to specific folder.

2023-03-07_12-32-37.png
2023-03-07_12-32-37.png (18.04 KiB) Viewed 2800 times
As you can see I am trying to add this shortcut here:
2023-03-07_12-38-09.png
2023-03-07_12-38-09.png (90.07 KiB) Viewed 2800 times
Unfortunately it keeps getting installed in the root folder.
2023-03-07_12-49-24.png
2023-03-07_12-49-24.png (36.88 KiB) Viewed 2800 times


I've sent the aip file to support.
by AquaComm
Wed Feb 22, 2023 11:47 pm
Forum: Building Installers
Topic: If not in GAC download and install
Replies: 1
Views: 4035
 
Jump to post

If not in GAC download and install

I will be creating a master installer for several programs. Each of these programs contain many of the same dll's so bundling the dll's into each installer is not an option as far as size is concerned. Later, updates may be issued referencing new dll's. I have in mind creating a pre-install package ...
by AquaComm
Tue May 17, 2022 6:49 am
Forum: Building Installers
Topic: Re-Enable NEXT button on return from Custom Action
Replies: 2
Views: 1858
 
Jump to post

Re: Re-Enable NEXT button on return from Custom Action

The problem was that the "Refresh the current dialog" Custom Action also had 'hidden' conditions applied to it. Removed those and it works fine.
by AquaComm
Tue May 17, 2022 5:07 am
Forum: Building Installers
Topic: Re-Enable NEXT button on return from Custom Action
Replies: 2
Views: 1858
 
Jump to post

Re-Enable NEXT button on return from Custom Action

On my custom "Validate Licence" Dialog page I have set the Next button to have two Control Conditions ... validate.jpg The condition (MCLICENCEVALIDATED) is set to FALSE prior to the Dialog being displayed and the Next button is displayed as disabled accordingly. The Validate Licence butto...
by AquaComm
Sun May 08, 2022 2:31 am
Forum: Building Installers
Topic: declaring a variable as a boolean
Replies: 3
Views: 3362
 
Jump to post

Re: declaring a variable as a boolean

It seems it would be wise to convert booleans to "UpperInvariant" and then test for TRUE or FALSE in IA.
by AquaComm
Wed Mar 30, 2022 3:11 pm
Forum: Common Problems
Topic: Visual Studio 2019/2022 Add In throws error ..
Replies: 4
Views: 2114
 
Jump to post

Re: Visual Studio 2019/2022 Add In throws error ..

Thanks for your prompt attention.
by AquaComm
Mon Mar 28, 2022 12:43 am
Forum: Common Problems
Topic: Visual Studio 2019/2022 Add In throws error ..
Replies: 4
Views: 2114
 
Jump to post

Visual Studio 2019/2022 Add In throws error ..

Image

Following the tutorial, I click on "Add Project Output" but get the above error. Happens in both VS2019 and VS2022. The project is a WebForms project.

AI 19.3 version.
by AquaComm
Thu Mar 03, 2022 12:32 am
Forum: Common Problems
Topic: VS2019 AI Extension - Unable to save AI Path
Replies: 2
Views: 1583
 
Jump to post

Re: VS2019 AI Extension - Unable to save AI Path

Removing the inverted comma's has allowed me to save the path. When I try to open the .aip file, I am told that IA needs to be downloaded and installed. I chose to Repair. Tried to open the api file again and told I had to Install AI !!! Ran Modify this time. Shut down VS2019, reopened VS2019 projec...
by AquaComm
Thu Mar 03, 2022 12:10 am
Forum: Common Problems
Topic: VS2019 AI Extension - Unable to save AI Path
Replies: 2
Views: 1583
 
Jump to post

VS2019 AI Extension - Unable to save AI Path

I have uninstalled and re-installed the vix installer for the AI Extension to VS2019 and note that the Path is not automatically inserted when using vix. I then tried to manually install the path however it is impossible for me to save the path. Moving the mouse to a different input box or clicking ...
by AquaComm
Thu Aug 26, 2021 1:09 am
Forum: Common Problems
Topic: Create new folder at same level as Application Folder.
Replies: 3
Views: 9145
 
Jump to post

Re: Create new folder at same level as Application Folder.

Hi Liviu, Thank you for your prompt and comprehensive reply and help. It's very gratefully appreciated. I followed your instructions and have got it working however only after I changed the name of the property that I created to all capital letters. I am a newbie to AI and appreciate the difference ...

Go to advanced search