Search found 43 matches

Go to advanced search

by burnersk
Sat Jan 18, 2020 1:05 pm
Forum: Common Problems
Topic: Advanced Installer 16.7 multiple virus/trojan detections
Replies: 5
Views: 6732
 
Jump to post

Advanced Installer 16.7 multiple virus/trojan detections

Hi, please sort this out quickly... Advanced Installer 16.7 installer has multiple virus/trojan detections. Trojan.GenericKD.42251794 See https://www.virustotal.com/gui/file/b4e5c5b23d2c0aea0d0a4b64e5b029ce4fc9125f48f278b481a481b1313f9733/detection Are those false positives? Currently, I am not able...
by burnersk
Mon Jan 13, 2020 9:40 am
Forum: Building Installers
Topic: How to temporary disable/enable Digital Signature via command line
Replies: 3
Views: 2755
 
Jump to post

Re: How to temporary disable/enable Digital Signature via command line

Thank you Catalin, this was a clear case of myself of not reading carefully. But in my defense, section 6 points out "Parameters" with three (bold) bullet points. It gives the feeling of that is all; so I have skiped this section and went to the next one. A (low prio) suggestion: Please re...
by burnersk
Sat Jan 11, 2020 3:24 pm
Forum: Building Installers
Topic: How to temporary disable/enable Digital Signature via command line
Replies: 3
Views: 2755
 
Jump to post

How to temporary disable/enable Digital Signature via command line

I have two scenarios: release builds, which I sign with Advanced Installer, and (automated) development builds, which are not signed at all. I want to have a single Advanced Installer configuration file, but still want to choose whether I want to sign or not. Is there a way to temporary disable/enab...
by burnersk
Sat Jan 11, 2020 3:19 pm
Forum: Feature Requests
Topic: Allow signing with CSP PIN-caches (Smartcard Code Signing asks for PIN too many times)
Replies: 14
Views: 116803
 
Jump to post

Allow signing with CSP PIN-caches (Smartcard Code Signing asks for PIN too many times)

I am using the Digital Signature feature with a code signing certificate stored on a smartcard. The smartcard ist PIN protected, and requires a PIN for every session (not transaction). When I build setups, I get ask a hundred times (no joke) for the PIN. This takes me about an hour in password entry...
by burnersk
Sat Jan 11, 2020 2:05 pm
Forum: Building Installers
Topic: How do I get the Advanced Installer version to be written into summary information?
Replies: 1
Views: 1654
 
Jump to post

How do I get the Advanced Installer version to be written into summary information?

With an MSI build, under "Database Encoding", you have "Customize Summary Information" with the field "Creating Application". In this "Creating Application" meta field, Advanced Installer stores "Advanced Installer build". I want to change this to &q...
by burnersk
Fri Jan 10, 2020 3:42 pm
Forum: Feature Requests
Topic: Make the "Limit to basic user interface" option also available with build options
Replies: 3
Views: 4994
 
Jump to post

Re: Make the "Limit to basic user interface" option also available with build options

Thank you very much, Catalin. Somehow, I have overseen it completely. It works great.
by burnersk
Fri Jan 10, 2020 3:40 pm
Forum: Common Problems
Topic: PowerShell cannot read/write properties which names come from variables
Replies: 4
Views: 3209
 
Jump to post

Re: PowerShell cannot read/write properties which names come from variables

Had no luck... So I guess I am forced to use hard-coded property names then.
by burnersk
Fri Jan 10, 2020 3:33 pm
Forum: Common Problems
Topic: PowerShell cannot read/write properties which names come from variables
Replies: 4
Views: 3209
 
Jump to post

Re: PowerShell cannot read/write properties which names come from variables

First of all, please keep in mind that the AI_GetMsiProperty and AI_SetMsiProperty are both custom cmdlets created with the only purpose of getting/setting a property value. This is exactly my use-case. I need to get properties to use them in scripts, and need to set properties to use them in subse...
by burnersk
Fri Jan 10, 2020 3:28 pm
Forum: Building Installers
Topic: OT: Where to get Code Signing Certificate?
Replies: 18
Views: 756711
 
Jump to post

Re: OT: Where to get Code Signing Certificate?

I use code signing certificates from Certum , a Polish trusted certification authority. Certums' code signing certs are usually starting from 25€ (Open Source) via 129€ (Standard) to 359€ (EV, e.g. for Windows kernel mode drivers) . The identity validation is reliable, and not impossible with e.g. C...
by burnersk
Fri Jan 10, 2020 3:18 pm
Forum: Feature Requests
Topic: Make the "Limit to basic user interface" option also available with build options
Replies: 3
Views: 4994
 
Jump to post

Make the "Limit to basic user interface" option also available with build options

I am creating a setup project with a single MSI installer, web installer, and Active Directory installer. The latter requires the option "Limit to basic user interface" to be set. However, the option "Limit to basic user interface" is only available in the (global) "Install ...
by burnersk
Fri Jan 10, 2020 3:13 pm
Forum: Common Problems
Topic: PowerShell cannot read/write properties which names come from variables
Replies: 4
Views: 3209
 
Jump to post

PowerShell cannot read/write properties which names come from variables

I have a selection of Advanced Installer PowerShell scripts, that I just have optimized. AI/MSI property names are now not hard-coded, but supplied via parameters. Take this example: # Block for declaring the script parameters. Param($myProperty) Add-Type -AssemblyName System.Windows.Forms $propValu...
by burnersk
Tue Jan 07, 2020 3:35 pm
Forum: Building Installers
Topic: How to produce AI-Updater configs for multiple builds correctly?
Replies: 3
Views: 4665
 
Jump to post

How to produce AI-Updater configs for multiple builds correctly?

I have an application setup with three builds (single MSI setup, Active Directory setup, web setup). The current build setup produces the following folder structure, which represent the online location (prefix https://example.com/downloads/ ). MyApplicationName\ 1.2.3.4\ MyApplicationName-1.2.3.4-Se...
by burnersk
Mon Jan 06, 2020 10:04 am
Forum: Building Installers
Topic: Launch Conditions for .NET Framework 4.8 OS
Replies: 3
Views: 2904
 
Jump to post

Re: Launch Conditions for .NET Framework 4.8 OS

Hi Catalin, thank you for your hints :) However, I interpret the "Supported Operating Systems" launch conditions as "exact", meaning that only the selected OSes will be allowed and no future (currently unknown/unconfigurable) OS is covered. Same with future build numbers with e.g...
by burnersk
Sat Jan 04, 2020 7:19 pm
Forum: Building Installers
Topic: Launch Conditions for .NET Framework 4.8 OS
Replies: 3
Views: 2904
 
Jump to post

Launch Conditions for .NET Framework 4.8 OS

Hi, I would like to share my launch conditions for the operating systems that supports .NET Framework 4.8... the regular "Launch Conditions" were not sufficient. (MsiNTProductType = 1 AND (VersionNT = 601 OR VersionNT64 = 601) AND ServicePackLevel >= 1) OR (MsiNTProductType = 1 AND (Versio...

Go to advanced search