Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
62 views

I have a function written in C# to be called via a .NET method custom action. When run on a new install, the function gets called and everything is fine. However, when run during an upgrade from a ...
Joseph Willcoxson's user avatar
-4 votes
1 answer
100 views

I'm searching a way to convert a python file into an exe. I want to convert the Python file including a few folders to a msi I already tried out Advanced Installers and the Pythoninstaller library but ...
prez's user avatar
  • 1
0 votes
1 answer
62 views

I have a scenario where I want to create two separate installers for a single application. Which one to be used depends on the user. i.e. some users will use Variant A and others will use Variant B. ...
komodosp's user avatar
  • 3,722
0 votes
1 answer
82 views

I am new to Advanced Installer and have already set up a working x64 build profile. Now, I need to create a separate ARM64 build profile for an application that uses different files (ARM64-compatible ...
User0987's user avatar
  • 196
0 votes
1 answer
229 views

I am working on a project where I need to create a Windows application installer using Advanced Installer. I want to integrate this process into my GitLab CI/CD pipeline to automate the creation of ...
Hossein Babamoradi's user avatar
0 votes
1 answer
252 views

I have a number of prerequisites for my application, which are specified in the "Prerequisites" page in Advanced Installer. However, I don't want to include these in the installer package ...
komodosp's user avatar
  • 3,722
0 votes
2 answers
114 views

I am working with Advanced Installer and need to create a dynamically named log file for the installation process. The log file's name should include a timestamp to differentiate between multiple ...
Doğa Koçak's user avatar
0 votes
1 answer
160 views

Good morning everyone , I have been using Advanced Installer very little and I have a problem. I have an msi that is launched as a silent installation, the question is that since I couldn't think of ...
Hugo Jiménez's user avatar
0 votes
0 answers
228 views

Is there a way to create a .exe installer from a .msi I did not create? They should have the same information and behavior. I already tried using AdvancedInstaller and the method posted here: convert ...
Vinícius Facin da Silva's user avatar
0 votes
1 answer
133 views

I am trying to use the GetPropertyValue function in the Advanced Installer dll. The syntax for the function is: UINT GetPropertyValue( __in LPCWSTR propertyName, // name of the licensing ...
Shawn Vance's user avatar
0 votes
1 answer
120 views

I am trying to learn Advanced Installer Automatic Update feature. The Updater of my XYZ application showing update dialogue for every 5 minutes and showing XYZ is up to date. But I want after ...
RUGhost's user avatar
  • 75
0 votes
0 answers
62 views

We author a multi-language .msi using Advanced Installer, although the question is more specifically about Windows Installer. As covered in this question, deploying a multi-language .msi via GPO will ...
TheNextman's user avatar
  • 12.6k
-1 votes
1 answer
101 views

I'd like to synchronize version in Advanced Installer when create setup installer file using AssemblyVersion from .NET application which is set to 1.0.*. I have choosen myApp.exe in version field of ...
Daniel 's user avatar
0 votes
1 answer
257 views

I'm working with Advanced Installer to create a setup package for my application. During the modification process, I've introduced a scenario where users can update their data through a custom UI. In ...
Karthickeyan K's user avatar
4 votes
1 answer
2k views

I have a .NET Core 6 WPF application using System.Management namespace to query connected devices on my windows computer like so: string query = "SELECT * FROM Win32_PnPEntity WHERE (PNPClass = '...
Jorge A.'s user avatar

15 30 50 per page
1
2 3 4 5
22