Search found 4513 matches

Go to advanced search

by Dan
Fri Jul 22, 2022 2:17 pm
Forum: Common Problems
Topic: Install error because of the .CAB file that has an invalid digital signature
Replies: 0
Views: 361984
 
Jump to post

Install error because of the .CAB file that has an invalid digital signature

Hello, During installation, there might be an error displayed that the CAB file has an invalid digital signature. The error is displayed during the ProgressDlg : A file that is required cannot be installed because the cabinet file <path>. cab has an invalid digital signature. This may indicate that ...
by Dan
Thu Apr 28, 2022 1:31 pm
Forum: Feature Requests
Topic: Installer Analytics Reports
Replies: 5
Views: 73323
 
Jump to post

Re: Installer Analytics Reports

Hello, Installer Analytics allows you to define your own custom reports through the custom properties report . This functionality is available starting with the 19.4 version of Advanced Installer , Basically you can get any information in your reports, be it a property set by the user or automatical...
by Dan
Thu Apr 07, 2022 6:12 pm
Forum: Common Problems
Topic: Having trouble with installer that requires WebView2 as a prerequisite
Replies: 1
Views: 37547
 
Jump to post

Re: Having trouble with installer that requires WebView2 as a prerequisite

Hello,

This problem was further investigated on the email.

The behavior was encountered due to some missing dll dependencies.

Best regards,
Dan
by Dan
Thu Mar 31, 2022 8:24 am
Forum: Sample Projects
Topic: Conditionally display .gif file
Replies: 0
Views: 362646
 
Jump to post

Conditionally display .gif file

Hello, Some installers have actions that are executed on the Wizard Dialogs Stage and since it may take some time to complete those actions, the user might think the setup got stuck. The easiest way to provide more feedback to the user is to display an indeterminate progress. Here's how it may look ...
by Dan
Mon Mar 07, 2022 9:38 am
Forum: Sample Projects
Topic: Execute PowerShell script as a build event
Replies: 0
Views: 359543
 
Jump to post

Execute PowerShell script as a build event

Hello, Although Advanced Installer has support for predefined operations executed as build events, you can also execute custom PowerShell scripts. Build event.PNG It is a simple PowerShell script that displays a messagebox with the path where the folder is located. $workingPath = Get-Location #Displ...
by Dan
Tue Mar 01, 2022 1:32 pm
Forum: Common Problems
Topic: Could not set the icon to the package.
Replies: 10
Views: 59327
 
Jump to post

Re: Could not set the icon to the package.

Hello and welcome to Advnaced Installer forums, This may happens if the Windows Explorer is open in the location where the EXE installer is build. Is this your case too? If Yes, does it make any difference if you close the Windows Explorer? Usually, this usually happens when the Windows Explorer is ...
by Dan
Mon Jan 31, 2022 3:07 pm
Forum: Building Installers
Topic: Repair doesn't work from Control Panel
Replies: 2
Views: 30435
 
Jump to post

Re: Repair doesn't work from Control Panel

Hello, Please note that if the installer can request upfront admin privileges e.g. right after you select Uninstall/Change in the Control Panel if the below options are used: Run as administrator option is enabled in the Install Parameters page Always (install, uninstall and maintenance) option is e...
by Dan
Tue Oct 12, 2021 1:36 pm
Forum: Sample Projects
Topic: Conditionally create shortcut based on the user selection
Replies: 0
Views: 271019
 
Jump to post

Conditionally create shortcut based on the user selection

Hello, To create a shortcut you can follow the steps from the create shortcut tutorial. If the shortcut should be conditionally created, then add the ShortcutsDlg . Based on the checkbox state, the shortcuts placed in the corresponding folders will be created or not. Here we have 2 limitations. To c...
by Dan
Mon Oct 11, 2021 6:04 am
Forum: Sample Projects
Topic: How add context menu item to Windows Explorer for folders or files
Replies: 0
Views: 253318
 
Jump to post

How add context menu item to Windows Explorer for folders or files

Hello, In case you want to add context menu item to Windows Explorer for folders or files of any kind, here is what you need to do: Explorer context menu item.png To achieve this, just follow the steps from the following article: 1) Create a new project of Professional type in Advanced Installer: Cr...
by Dan
Mon Sep 13, 2021 1:40 pm
Forum: Common Problems
Topic: Installer autodetects compile time references instead of runtime references - uses ref folder instead of lib folder
Replies: 5
Views: 29462
 
Jump to post

Re: Installer autodetects compile time references instead of runtime references - uses ref folder instead of lib folder

Hi,

Indeed, we've sent you over the email a hotfix. Please let us know if the problem is fixed when using the sent dll.

Best regards,
Dan
by Dan
Thu Sep 09, 2021 8:32 am
Forum: Building Installers
Topic: Uninstall is not working for EXE Setup with resources next to it
Replies: 5
Views: 36594
 
Jump to post

Re: Uninstall is not working for EXE Setup with resources next to it

Hi Alex, I just saw that -in case of uninstalling the program the msiexec is called with the paramter /i. Shouldn't it be /x ?? I manually tried to do this with the /x param and it worked just fine... Why is windows calling the msiexec with /i instead of /x and how can i modify that from within Adva...
by Dan
Tue Sep 07, 2021 4:33 pm
Forum: Building Installers
Topic: Uninstall is not working for EXE Setup with resources next to it
Replies: 5
Views: 36594
 
Jump to post

Re: Uninstall is not working for EXE Setup with resources next to it

Hi Alex, Sorry for the late reply, we were quite busy these days. It looks like, the installer lost track of the files, because I'm also able to run the installer more than once for the same version of my product. Normally the installation would stop right at the beginning saying that the product is...
by Dan
Wed Sep 01, 2021 5:14 pm
Forum: Sample Projects
Topic: How-to create new variations for an Advanced Installer theme
Replies: 0
Views: 241231
 
Jump to post

How-to create new variations for an Advanced Installer theme

Hi, If you want to edit an existing variation for a theme in Advanced Installer, here's the correct approach. Let's try to implement a blue variation for the Vivid theme: variation_VividBlueSky.png Select theme and variation Select the theme and variation that you want to be used as a starting point...
by Dan
Thu Aug 19, 2021 8:46 am
Forum: Sample Projects
Topic: Configuring auto-updates for a Windows application
Replies: 5
Views: 100377
 
Jump to post

Re: Configuring auto-updates for a Windows application

Hello,

To automatically install updates at user logon or any other custom trigger, check the following forum thread that contains a sample project and more information on how to achive this: Install updates without elevation, automatically at user logon.

Best regards,
Dan
by Dan
Fri Jul 23, 2021 3:18 pm
Forum: Common Problems
Topic: Updater | Command Line | Multiple commands
Replies: 11
Views: 43266
 
Jump to post

Re: Updater | Command Line | Multiple commands

Hello, Indeed, we tested this and the log is not created. You need to pass arguments one by one. Only one command line with "/" is accepted at a time. Please try to adjust your code like in the screenshot below: process.png The log file is named "updater.log" and created in the f...

Go to advanced search