1,624 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
49
views
Get installation dir in Visual Studio setup within bootstrapper
I'm using a bootstrapper project that is used for 3 different Visual Studio setup projects (.msi). In the end, I have 3 Setup.exe files. I need the path of the installdir of the msi, because I want to ...
0
votes
0
answers
43
views
Visual Studio Setup Project with a Unity game creates application-breaking dependency on .Net Standard 2.0
tl;dr:
How do I find the origin of a dependency in a Visual Studio Installer Project?
I've created a Visual Studio Installer Project in VS2022 to package my Unity game as an .msi
Visual Studio ...
0
votes
0
answers
43
views
Desktop Icon and Setup Installer question
Using Microsoft Setup Installer with VS 2022, I've always been able to set up a desktop icon for the executable, and, yet, with the latest VS2022 version (17.13.6), the desktop icon is created but it ...
0
votes
1
answer
135
views
VS22 Setup project used with TeamCity throws Unable to find dependency warning
I'm using VS2022 Setup project for a .Net Framework 4.8 winforms application. Locally on my PC everything runs fine, but running the project with TeamCity 2025.03 leads to a lot of warnings.
I build ...
0
votes
0
answers
242
views
Your Docusaurus site did not load properly
I'm trying to set up a Docusaurus site on a subdomain using cPanel with CloudLinux.
I have successfully installed Docusaurus inside a documentation folder within the subdomain.
I have also configured ...
0
votes
1
answer
171
views
Build MSIX project for Class Library in VS2022
I'm trying to add reference to an Class Library project from MSIX project in VS2022.
I always receive the following error message:
"referenced project paths must contain at least one element.
...
0
votes
0
answers
107
views
Visual Studio Setup Project - Application Pinned to Start Menu disappears on update
I have a .NET 6 C# application with a Setup Project created in Visual Studio.
I'm running into a weird issue where, when I deploy an update and users install the update via the MSI, if they had pinned ...
0
votes
1
answer
196
views
Unable to Create MSIX on Uno Platform Project
I want to create an MSIX installer for a new Single Project Uno Platform app with Visual Studio 2022 on Windows 11. I'm using Microsoft's guidance for using an Application Packaging Project.
Guidance: ...
0
votes
1
answer
95
views
Want to use the input values at the time of custom installation to be used in the application made in VB.net
I am programming in VB.net . I have made setup project to custom install my main application and added Textbox (A) dialog in user interface. At the time of installation, I want the input of the ...
2
votes
1
answer
113
views
Setup project to install an Excel Add-In. How to do it?
It's been a long time since I needed to create a setup project.
However, now I need to create a setup project that will install an Excel add-in.
I can check if the Excel is installed by a ‘Registry ...
0
votes
1
answer
53
views
How to create an installer in Visual Studio for a c# Winforms Client Application with a MySQL database
I'm working on a C# Winforms client application that interacts with a MySQL database, and I'm looking for guidance on how to create an installer for it using Visual Studio. The application and the ...
0
votes
0
answers
185
views
C# WPF Visual Studio 2022 + SQL Server 2019 database. How to create SetupWizard properly?
My C# WPF (Bike Store) database interface application works with the SQL Server LocalDB database (target framework is .NET 6.0). The idea is that when installing the application on users computers, ...
0
votes
0
answers
109
views
Getting the setup of the project prepared with C# and MSSQL on another computer
When I want to use the setup of the project I prepared with C# and MSSQL on another computer, I get an error like this.
Calling JIT debugging instead of this dialog
See the end of this message for ...
0
votes
0
answers
470
views
Visual Studio Installer Project doesn't include my software exe
I wrote a C# windows desktop software. I added an installer for it. The problem is the Setup project only includes a dll of my software in its Primary output, it doesn't include my software exe.
My ...
1
vote
0
answers
118
views
How to setup an angular project in MacOS in vs code
I am installed angular on my m1 Mac and while setting up the project using the command : "ng new" and after that it is showing ✖ Package install failed, see above.
The Schematic workflow ...