Search found 7 matches

Go to advanced search

by Stijn1derBeek
Thu Sep 30, 2021 9:30 am
Forum: Common Problems
Topic: Multiple Instances doesn't allow upgrading an instance if another instance is upgraded to a higher version
Replies: 2
Views: 6818
 
Jump to post

Multiple Instances doesn't allow upgrading an instance if another instance is upgraded to a higher version

Hello, I'm experiencing an issue with Advanced Installer's multiple instances feature. Steps to reproduce: Create a Project Activate Multiple Instances feature Make an installer with version 1.0.0 Use the mentioned installer and install at least two instances Generate another installer with let's sa...
by Stijn1derBeek
Mon Sep 27, 2021 3:06 pm
Forum: Common Problems
Topic: Multiple instances wont install version with the same Product Code
Replies: 1
Views: 5921
 
Jump to post

Multiple instances wont install version with the same Product Code

Hello, I came across another interesting thing with Advanced Installer. When I'm using multiple instances, I make an version and I can install it a few times - works as intended. When I have to issue a small fix, like typo somewhere, or something small, I generate a new installer executable, whether...
by Stijn1derBeek
Tue Sep 21, 2021 2:53 pm
Forum: Common Problems
Topic: Property in filenames/paths doesnt respect updates to the given property
Replies: 4
Views: 11468
 
Jump to post

Re: Property in filenames/paths doesnt respect updates to the given property

Well... that is rather inconvenient. For other poor souls who try to place desktop icons with multiple instances: Param( [Parameter()] [string] $appdir, [Parameter()] [string] $prodname ) $SourceFilePath = $appdir + "\filename.exe" $ShortcutPath = "${env:PUBLIC}" + "\Desktop...
by Stijn1derBeek
Fri Sep 03, 2021 11:02 am
Forum: Common Problems
Topic: Property in filenames/paths doesnt respect updates to the given property
Replies: 4
Views: 11468
 
Jump to post

Re: Property in filenames/paths doesnt respect updates to the given property

Can you confirm this issue is reproducible on your side as well, or I'm the only one who experiencing this behaviour?

Regards,
Stijn
by Stijn1derBeek
Fri Sep 03, 2021 10:59 am
Forum: Feature Requests
Topic: Make dependencies differ for different builds
Replies: 3
Views: 22083
 
Jump to post

Re: Make dependencies differ for different builds

Bit wonky but the team found it is a good workaround!

Thank you!
by Stijn1derBeek
Wed Sep 01, 2021 12:03 pm
Forum: Feature Requests
Topic: Make dependencies differ for different builds
Replies: 3
Views: 22083
 
Jump to post

Make dependencies differ for different builds

Hello, We have to make install packages for the same software in two very different manner: First use case is a smallish package, which could be downloaded from the internet, then the installation process downloads and installs every missing dependency. Second use case is a bit unusual, but we have ...
by Stijn1derBeek
Mon Aug 30, 2021 1:58 pm
Forum: Common Problems
Topic: Property in filenames/paths doesnt respect updates to the given property
Replies: 4
Views: 11468
 
Jump to post

Property in filenames/paths doesnt respect updates to the given property

Hello, I'm experiencing an issue described in the title. Properties seemingly initialize at an early stage, or later assigned values doesn't update the property in some areas. Steps to reproduce: New project, add file, and add [|ProductName] to the filename field. First installation works as expecte...

Go to advanced search