Search found 4 matches

Go to advanced search

by BertP
Fri Oct 29, 2021 9:29 am
Forum: Building Installers
Topic: Empty "Add Project Output" window in Visual Studio
Replies: 3
Views: 10120
 
Jump to post

Re: Empty "Add Project Output" window in Visual Studio

Hi Catalin, Thank you for your elaborate reply.

I have revisited Advanced Installer and noticed the same error still exists.
My suspicion was misguided; there is indeed no issue with the TargetFrameworks property, as you demonstrated. But there is an issue when at least one of your visual studio ...
by BertP
Thu Feb 11, 2021 3:59 pm
Forum: Building Installers
Topic: Output executable is categorized as companion file
Replies: 1
Views: 2159
 
Jump to post

Output executable is categorized as companion file

Referencing a Visual Studio project that targets the net5.0 framework, or a variant thereof like net5.0-windows7.0 etc, results in the output executable (.exe) not being enlisted underneath the Primary files category.
It does show up underneath the Companion files category, which can be used as a ...
by BertP
Thu Feb 11, 2021 10:52 am
Forum: Building Installers
Topic: Build Error Freeze after Detecting Configuration
Replies: 3
Views: 3597
 
Jump to post

Re: Build Error Freeze after Detecting Configuration

I used the tutorial to test out AdvancedInstaller on an existing project. I get the same visuals on my end, and you can expand the pop up to see the error messages. Mine says "The target 'GetTargetPath' does not exist in the project" for each project inside the solution.
https://ibb.co/CBsn19j ...
by BertP
Thu Feb 11, 2021 9:29 am
Forum: Building Installers
Topic: Empty "Add Project Output" window in Visual Studio
Replies: 3
Views: 10120
 
Jump to post

Empty "Add Project Output" window in Visual Studio

The popup window is empty when your visual studio solution has at least one project that uses multitargetting (TargetFramework-s-, instead of TargetFramework). The behaviour returns as expected after removal of these projects or updated project configuration.
Due to issues with 3rd party ...

Go to advanced search