Search found 6650 matches

Go to advanced search

by Catalin
Mon May 13, 2024 12:38 pm
Forum: Common Problems
Topic: Uninstalling when using the .exe bootstrapper
Replies: 3
Views: 59
 
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: 17876
 
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: 6213
 
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: 19
 
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 13 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: 10
 
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: 4
Views: 56
 
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: 826
 
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: 374
 
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: 59
 
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: 28
 
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
by Catalin
Fri May 10, 2024 9:06 am
Forum: Building Installers
Topic: Bundling msi's to install before main installer
Replies: 4
Views: 329
 
Jump to post

Re: Bundling msi's to install before main installer

Hello Andy,

Let's try to continue this over the email so we avoid duplicate threads.

Best regards,
Catalin
by Catalin
Fri May 10, 2024 7:07 am
Forum: Common Problems
Topic: Running CLI without interactive context
Replies: 2
Views: 370
 
Jump to post

Re: Running CLI without interactive context

Hello,

Upon further discussing this with my team, it looks like what you want to achieve should be possible.

However, please make sure you are calling AdvancedInstaller.com (not .exe) in your scripts.

Best regards,
Catalin
by Catalin
Thu May 09, 2024 8:33 am
Forum: Building Installers
Topic: Extracting LibraryKey
Replies: 3
Views: 6314
 
Jump to post

Re: Extracting LibraryKey

Hello,

This has not yet been implemented.

However, I have now increased its' priority and hopefully it will be added in a future version of Advanced Installer.

Best regards,
Catalin
by Catalin
Wed May 08, 2024 5:30 pm
Forum: Common Problems
Topic: ExitDialog is executed twice
Replies: 5
Views: 551
 
Jump to post

Re: ExitDialog is executed twice

Hello, First of all, please accept my apologies for such a delayed reply (we had some days off here due to the Orthodox Easter). Wow, this is really mind boggling, indeed. Are you able to reproduce this constantly on clean machines as well? If so, do you think you can create a sample project that re...
by Catalin
Wed May 08, 2024 5:03 pm
Forum: Common Problems
Topic: Cant sign files with Advanced Installer ?
Replies: 5
Views: 991
 
Jump to post

Re: Cant sign files with Advanced Installer ?

Hello, Please accept my apologies for the delayed reply - we had some days off here due to Orthodox Easter. What I'm saying is that the signtool is at fault here. Advanced Installer uses it to sign your files. If you manually use signtool (outside of Advanced Installer) to sign the MSI and receive t...

Go to advanced search