Search found 6655 matches

Go to advanced search

by Catalin
Tue May 14, 2024 1:19 pm
Forum: Common Problems
Topic: AI Build always getting switched on
Replies: 1
Views: 31
 
Jump to post

Re: AI Build always getting switched on

Hello David, I am not quite sure I fully understand your scenario here. If possible, could you please give me some more details (screenshots would really be appreciated here)? Additionally, if you could provide a test-case that I could follow in order to reproduce this, that would also be great. Loo...
by Catalin
Tue May 14, 2024 11:47 am
Forum: Common Problems
Topic: Trouble Calling Windows API Functions in Advanced Installer
Replies: 3
Views: 358
 
Jump to post

Re: Trouble Calling Windows API Functions in Advanced Installer

You are always welcome, zchaibi!

Is the article I've provided useful to you?

From what I can see, achieving this using InnoSetup is quite similar to my article.

Best regards,
Catalin
by Catalin
Tue May 14, 2024 11:34 am
Forum: Common Problems
Topic: Can only install in debug mode after upgrading
Replies: 1
Views: 22
 
Jump to post

Re: Can only install in debug mode after upgrading

Hello and welcome to our forums, I'm afraid that considering the discrepancy between the two versions you are using, I can not really say for sure why this is happening. If possible, could you please forward me the following resources: - a copy of the AIP file used in 7.7 - a copy of the AIP file us...
by Catalin
Tue May 14, 2024 10:44 am
Forum: Common Problems
Topic: GitHub Advanced Installer issues
Replies: 2
Views: 33
 
Jump to post

Re: GitHub Advanced Installer issues

You are alwyas welcome!

Glad I was able to assist. :D

Best regards,
Catalin
by Catalin
Tue May 14, 2024 9:57 am
Forum: Building Installers
Topic: LicenseAgreementDlg not available? Professional License
Replies: 5
Views: 91
 
Jump to post

Re: LicenseAgreementDlg not available? Professional License

Hello, Thank you for your followup on this! Glad you managed to find the culprit here. It is indeed true that the LicenseAgreementDlg dialog is not available for the AppInstaller theme - the reason for this is that AppInstaller theme was created so that the installation process is as simple as possi...
by Catalin
Mon May 13, 2024 12:38 pm
Forum: Common Problems
Topic: Uninstalling when using the .exe bootstrapper
Replies: 3
Views: 73
 
Jump to post

Re: Uninstalling when using the .exe bootstrapper

You are always welcome!

Glad I was able to assist.

Best regards,
Catalin
by Catalin
Mon May 13, 2024 12:36 pm
Forum: Common Problems
Topic: Configure Java Product with Module Path
Replies: 12
Views: 17888
 
Jump to post

Re: Configure Java Product with Module Path

Hello and welcome to our forums, First of all, please accept my apologies for such a delayed reply - we had several days off due to the Orthodox Easter and your thread somehow got lost between the others. I'm afraid I can not say for sure why this is happening. If possible, could you please share wi...
by Catalin
Mon May 13, 2024 12:04 pm
Forum: Common Problems
Topic: Public properties and InstallExecuteSequence
Replies: 9
Views: 6227
 
Jump to post

Re: Public properties and InstallExecuteSequence

Hello Sasha, My colleague Liviu is quite busy now and therefore I will try to assist you here. Unfortunatley, I can not give you a reasoning as to why this is happening just yet. However, I would like to further investigate this to see if I can find the culprit. If possible, could you please provide...
by Catalin
Mon May 13, 2024 10:07 am
Forum: Building Installers
Topic: Advanced Installer showing update dialogue of my application repeatedly
Replies: 1
Views: 22
 
Jump to post

Re: Advanced Installer showing update dialogue of my application repeatedly

Hello and welcome to our forums,

In order to achieve that, you can launch your updater using the /silent command.
Screenshot_153.png
Screenshot_153.png (58.66 KiB) Viewed 16 times

Hope this helps!

Best regards,
Catalin
by Catalin
Mon May 13, 2024 8:59 am
Forum: Silent Install Command Line
Topic: Silent Uninstaller for Express VPN
Replies: 1
Views: 18
 
Jump to post

Re: Silent Uninstaller for Express VPN

Hello and welcome to our forums,

The silent uninstall command line could look something as it follows:

Code: Select all

setup.exe /uninstall /quiet /norestart
Could you please run that and let me know if it helps?

Best regards,
Catalin
by Catalin
Mon May 13, 2024 8:46 am
Forum: Building Installers
Topic: LicenseAgreementDlg not available? Professional License
Replies: 5
Views: 91
 
Jump to post

Re: LicenseAgreementDlg not available? Professional License

Hello, No, the dialog should be available on all suites. Here's how to proceed in order to add the dialog: - go to "Dialogs" page - click on "WelcomeDlg" dialog - click on the "Add dialog" from the toolbar Screenshot_150.png Please make sure that your project is Profess...
by Catalin
Fri May 10, 2024 1:23 pm
Forum: Common Problems
Topic: Missing installation folders after update - Suite Installation
Replies: 3
Views: 839
 
Jump to post

Re: Missing installation folders after update - Suite Installation

Hello Henrique, Fist of all, please accept my apologies for the delayed reply. Have to admit that this is quite the troublesome corner case. :D To be honest the only workaround I can think of is perhaps not having the prerequisites in the APPDIR and have them installed in their own folders. Hope thi...
by Catalin
Fri May 10, 2024 12:44 pm
Forum: Common Problems
Topic: Practical method of applying auto update for patch
Replies: 2
Views: 391
 
Jump to post

Re: Practical method of applying auto update for patch

Hello Alvin, Managing a patch using the updater is very similar to managing a major upgrade. Here's the "Managing a patch" section of our Updater tutorial. Do i need update.exe and update.ini file for the auto update? The answer here is yes. Since I am going to utilize remote server, do I ...
by Catalin
Fri May 10, 2024 12:00 pm
Forum: Common Problems
Topic: Uninstalling when using the .exe bootstrapper
Replies: 3
Views: 73
 
Jump to post

Re: Uninstalling when using the .exe bootstrapper

Hello,

In order to uninstall the EXE through command line, the correct command is the following:

Code: Select all

setup.exe /x //
Basically we are telling the bootstrapper to pass the /x to MSI. The log command is optional.

Hope this helps!

Best regards,
Catalin
by Catalin
Fri May 10, 2024 11:22 am
Forum: Building Installers
Topic: Don't install chained MSI's if that version is already installed
Replies: 1
Views: 47
 
Jump to post

Re: Don't install chained MSI's if that version is already installed

Hello and welcome to our forums,

If you did not change the version and ProductCode, then the MSI should enter Maintenance Mode automatically.

Product Identification (ProductCode and UpgradeCode)

Best regards,
Catalin

Go to advanced search