Search found 6796 matches

Go to advanced search

by Catalin
Thu Jul 25, 2024 2:54 pm
Forum: Building Installers
Topic: Trouble installing Microsoft SQL on Windows 11 ARM (Parallels)
Replies: 1
Views: 196
 
Jump to post

Re: Trouble installing Microsoft SQL on Windows 11 ARM (Parallels)

Hello Wayne and welcome to our forums, Are you packaging these applications using Advanced Installer? If my understanding is correct, you are not, which would make this question more suitable for perhaps Microsoft forums. Unfortunately, I do not have much experience in Parallels anyway so I can not ...
by Catalin
Thu Jul 25, 2024 2:40 pm
Forum: Common Problems
Topic: ReturnCode of CustomAction always 1603 (21.9)
Replies: 3
Views: 431
 
Jump to post

Re: ReturnCode of CustomAction always 1603 (21.9)

Hello Pascal, As previously explained, this is how the WIndows Installer handles the error codes (please read the links I have provided if you haven't already). Although your EXE returns a special code, msiexec will interpret it as it follows: - is it 0? then success - is it different than 0? then f...
by Catalin
Thu Jul 25, 2024 1:16 pm
Forum: Common Problems
Topic: C# custom action not working without run as admin
Replies: 2
Views: 164
 
Jump to post

Re: C# custom action not working without run as admin

Hello Viral, I've noticed that you already have two threads with my colleagues over the email, with the same problem, so please continue this over the email with them. If possible, please try to avoid duplicating threads, as this is pretty confusing for us and leads to team members working on the sa...
by Catalin
Wed Jul 24, 2024 10:31 am
Forum: Silent Install Command Line
Topic: Adobe After Effects CC - silent install parameters
Replies: 0
Views: 648
 
Jump to post

Adobe After Effects CC - silent install parameters

Hello, In today's article, we will discuss the silent install parameters for Adobe After Effects CC. Please note that a license is required for this product . Download link: https://adminconsole.adobe.com/enterprise Silent install command line: setup.exe –silent –INSTALLLANGUAGE=en_US Best regards, ...
by Catalin
Tue Jul 23, 2024 2:53 pm
Forum: Building Installers
Topic: Change UI Level based on Install Type
Replies: 3
Views: 768
 
Jump to post

Re: Change UI Level based on Install Type

Hello Joseph, Thank you for the quick and helpful reply! I am afraid that I confused not registering the installer with Windows installer with it not showing up in the apps & programs section. I had no idea you could continue registering it and just tick the "do not show in list" optio...
by Catalin
Tue Jul 23, 2024 9:09 am
Forum: Feature Requests
Topic: .Net 8 launch condition and pre-req
Replies: 7
Views: 37979
 
Jump to post

Re: .Net 8 launch condition and pre-req

Thank you for your followup on this!

Glad to hear we figured things out. :)

Best regards,
Catalin
by Catalin
Tue Jul 23, 2024 9:06 am
Forum: Common Problems
Topic: How to install a driver without asking for a destination
Replies: 3
Views: 1256
 
Jump to post

Re: How to install a driver without asking for a destination

Hey David, Do you think you could share the driver file with me so I can run some tests on my end? If so, please forward me a download link by email at support at advancedinstaller dot com . Additionally, if possible, please also forward me a sample AIP file that contains the driver and how you conf...
by Catalin
Tue Jul 23, 2024 8:47 am
Forum: Common Problems
Topic: ReturnCode of CustomAction always 1603 (21.9)
Replies: 3
Views: 431
 
Jump to post

Re: ReturnCode of CustomAction always 1603 (21.9)

Hello Pascal and welcome to our forums, Please note that it is not Advanced Installer that handles the return codes, but rather Windows Installer (msiexec). 1603 is the common code for fatal error. MsiExec.exe and InstMsi.exe error messages (for developers) Custom Action Return Values Note that cust...
by Catalin
Tue Jul 23, 2024 8:43 am
Forum: Common Problems
Topic: Disabling Updater during installation
Replies: 7
Views: 1257
 
Jump to post

Re: Disabling Updater during installation

Hello, Thank you for your followup on this! It looks like I somehow overlooked that option when checking the article, sorry for that. I'm thinking of the following: - if the user selects to disable updates during the installation, create a registry entry for that, e.g.: UpdaterState="False"...
by Catalin
Tue Jul 23, 2024 8:34 am
Forum: Common Problems
Topic: Handling SQL EXPRESS Prerequisites Based on installation key
Replies: 1
Views: 573
 
Jump to post

Re: Handling SQL EXPRESS Prerequisites Based on installation key

Hello Milos and welcome to our forums, 2. During testing, I encountered the following problem. No dialog from the Pre-install UI is displayed if the prerequisites are already installed and the rest of the installation isn't finished. Is there an option to always display this, because if I installed ...
by Catalin
Fri Jul 19, 2024 2:38 pm
Forum: Common Problems
Topic: Full tutorial how to use Advanced Installer with Azure Devops
Replies: 3
Views: 1458
 
Jump to post

Re: Full tutorial how to use Advanced Installer with Azure Devops

Hey Kevin,

Please note that all 5 "accounts" will have the same Advanced Installer license key.

Or did I perhaps misunderstood your question here? If so, please give me some more details so I can better understand.

Best regards,
Catalin
by Catalin
Fri Jul 19, 2024 2:36 pm
Forum: Feature Requests
Topic: .Net 8 launch condition and pre-req
Replies: 7
Views: 37979
 
Jump to post

Re: .Net 8 launch condition and pre-req

Hello,

The .NET Core prerequisite from Advanced Installer is up to date with the latest .NET Core release by Microsoft.

Here's the list from Microsoft which shows that the latest version is 3.1.32, the same with the one from Advanced Installer:

Download .NET Core 3.1

Best regards,
Catalin
by Catalin
Thu Jul 18, 2024 12:37 pm
Forum: Building Installers
Topic: How to change country name in LanguageDlg
Replies: 1
Views: 578
 
Jump to post

Re: How to change country name in LanguageDlg

Hello,

I'm afraid not, as that is spawned directly by our bootstrapper EXE.

Please let me know if you have any other questions and I will gladly assist.

Best regards,
Catalin
by Catalin
Thu Jul 18, 2024 12:34 pm
Forum: Building Installers
Topic: How to get value from user dialog
Replies: 5
Views: 1482
 
Jump to post

Re: How to get value from user dialog

Hello, along with a message saying that the required program has not been installed. Is there a solution? This is most likely happening due to the install conditions you have set for your prerequisite in the "Prerequisites" page --> "Conditions" tab. This condition is evaluated t...
by Catalin
Tue Jul 16, 2024 3:36 pm
Forum: Common Problems
Topic: Full tutorial how to use Advanced Installer with Azure Devops
Replies: 3
Views: 1458
 
Jump to post

Re: Full tutorial how to use Advanced Installer with Azure Devops

Hello Kevin, We have a few articles related to Azure DevOps. Here's a link that contains them: Advanced Installer for Azure DevOps Here's one that showcases how to build your Advanced Installer project using Azure DevOps: Dedicated build of Advanced Installer setup project within Azure DevOps If you...

Go to advanced search