Skip to main content

Questions tagged [setup-project]

Programs used to create installers are generically called setup projects. In most cases you are probably using a tool (on Windows examples are Visual Studio, InnoSetup, WiX, Advanced Installer, Wise, InstallShield) to create the setup, so a more accurate and useful tag would be one for that specific tool.

setup-project
0 votes
0 answers
27 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: ...
Joe Mayo's user avatar
  • 7,503
0 votes
1 answer
60 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 ...
DrSinChan's user avatar
2 votes
1 answer
36 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 ...
Paulo Santos's user avatar
  • 11.5k
0 votes
1 answer
37 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 ...
f_dippiton's user avatar
0 votes
0 answers
83 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, ...
75-73-65-72-6E-61-6D-65's user avatar
0 votes
0 answers
64 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 ...
Mustafa's user avatar
0 votes
0 answers
174 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 ...
peter's user avatar
  • 1,049
0 votes
0 answers
859 views

How to make Bltools Projects, using devtools

Cookies checker creator (BLTOOLS) Cookies is Bad.. Your response parameter don't found on your request response.. Try to specify another parameter to validate the good cookies Please who can help me ...
Moses Kevin's user avatar
0 votes
0 answers
54 views

To validate user install step in installer project in Visual Studio 2022

I have a Winforms application and for this I created a setup project in the same solution. I want to a create a dialog (custom action) for validating a user. If user auth is successful, the ...
ahmetcan's user avatar
0 votes
0 answers
44 views

How can I access the summary information of a dll file installed in the GAC directory?

I created a DLL file to be installed in the GAC directory and created automatically an XML file for the summary information of this DLL file. When I try to install the DLL file and XML file to the GAC ...
gordu7's user avatar
  • 1
1 vote
0 answers
50 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 ...
Vishesh Singh's user avatar
0 votes
1 answer
274 views

How to keep installation path while install my application and remove it while uninstalling it

I'm using VisualStudio 2022. I have to create a setup project for my C# WPF application in .NET Framework 4.8. The thing is, I have to add the installation path as an environment variable while ...
sijovw's user avatar
  • 89
-1 votes
1 answer
429 views

I can't create the setup in .NET Framework 4.7.2

good afternoon! I'm trying to create a setup in .NET and it's showing an error when compiling the code. WARNING: The value of the "PublicKey" attribute in "Microsoft .NET Framework 4.7....
Luiz's user avatar
  • 9
0 votes
1 answer
513 views

Microsoft Visual Studio Installer Projects 2022 - Error 1001 when installing migrated Windows form application to Visual Studio 2022/.Net 4.8

I have a Visual Studio 2008/.Net 3.5 Windows Form application with a separate setup project using “Install” and “Uninstall” Custom Actions. The “Install” Custom Action creates an “EventLog” source, ...
Dsjohn's user avatar
  • 61
1 vote
1 answer
75 views

Setting up IntelliJ environment to run old grails 2.4.2 code

Using IntelliJ and trying the setup the environment to run "legacy" code running on Grails 2.4.2 Upgrading is not in the plans for the moment. So to do some small changes I need the recreate ...
Salvador Valencia's user avatar

15 30 50 per page
1
2 3 4 5
109