Search found 6644 matches

Go to advanced search

by Catalin
Fri May 10, 2024 1:23 pm
Forum: Common Problems
Topic: Missing installation folders after update - Suite Installation
Replies: 3
Views: 791
 
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: 1
Views: 329
 
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: 1
Views: 13
 
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: 12
 
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: 309
 
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: 321
 
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: 6295
 
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: 504
 
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: 948
 
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...
by Catalin
Wed May 08, 2024 4:56 pm
Forum: Common Problems
Topic: Installation failed due to PS execution together with WDAC (Windows Defender Application Control)
Replies: 7
Views: 6942
 
Jump to post

Re: Installation failed due to PS execution together with WDAC (Windows Defender Application Control)

Hello, You are always welcome! If I'm right with PS2EXE workaround, I cannot use setting MSI properties through the PS script, right? To be quite honest with you, I am not sure whether this is possible or not as I've never tested it this way. I would assume you are right as the "Run PowerShell ...
by Catalin
Wed May 08, 2024 4:52 pm
Forum: Common Problems
Topic: Need advice on creating an installer
Replies: 1
Views: 304
 
Jump to post

Re: Need advice on creating an installer

Hello and welcome to Advanced Installer forums, Since you are not allowed to use Advanced Installer, I am not quite sure how I could assist you here. Perhaps this is what you are looking for if you are not allowed to use 3rd party products: Visual Studio Installer Projects Extension and .NET Best re...
by Catalin
Wed May 08, 2024 4:45 pm
Forum: Common Problems
Topic: Running CLI without interactive context
Replies: 2
Views: 321
 
Jump to post

Re: Running CLI without interactive context

Hello and welcome to our forums, Please allow me some more time to discuss this with my team and I will followup as soon as I will have a conclusive answer. When logging into the machine, do you perhaps see any prompts related to Advanced Installer that require manual intervention? Best regards, Cat...
by Catalin
Wed May 08, 2024 4:31 pm
Forum: Common Problems
Topic: Trouble Calling Windows API Functions in Advanced Installer
Replies: 1
Views: 330
 
Jump to post

Re: Trouble Calling Windows API Functions in Advanced Installer

Hello and welcome to our forums, If possible, could you please let me know how you did call the functions in InnoSetup so I can see whether we have a similar support or not? In the past, I have written the following article which explains how one can use PowerShell to call Windows API functions: Use...
by Catalin
Wed May 08, 2024 4:20 pm
Forum: Building Installers
Topic: MSIX Non-admin install issues
Replies: 3
Views: 9557
 
Jump to post

Re: MSIX Non-admin install issues

Hello, From what I can see in the email thread, we weren't able to reproduce any of the above customer's issues and, as a last resort, my colleague asked if the customer can reproduce the issue on a VM that he could perhaps share with us as that was the only way forward. The customer did not reply t...
by Catalin
Wed May 08, 2024 4:12 pm
Forum: Building Installers
Topic: Files time doesn't convert to local time
Replies: 1
Views: 317
 
Jump to post

Re: Files time doesn't convert to local time

Hello and welcome to our forums, Someone installing it in GMT +6 the time of the files should be converted to 8PM as local time right?? Unfortunately not. This might indeed be a limitation if Windows Installer that I'm afraid we can not do much about. I would advise not relying much on timestamps as...

Go to advanced search