Questions tagged [setup.exe]

InstallShield­ / Windows Installer setup file.

Wiki:

Setup.exe is the setup file for installation of a computer program (including device drivers and plugins), in the act of making the program ready for execution. Because the process varies for each program and each computer, programs (including operating systems) often come with an installer.

Some computer programs can be executed by simply copying them into a folder stored on a computer and executing them. Other programs are supplied in a form unsuitable for immediate execution and therefore need an installation procedure.


Working:

Setup.exe is an executable file for Microsoft Windows based operating systems, whose work includes following operations

  • Making sure that necessary system requirements are met
  • Checking for existing versions of the software
  • Creating or updating program files and folders
  • Adding configuration data such as configuration files, Windows registry entries or environment variables
  • Making the software accessible to the user, for instance by creating links, shortcuts or bookmarks
  • Configuring components that run automatically, such as daemons or Windows services
  • Performing product activation

Usage:

The tag can include programming related problems of publishing a setup.exe file and other development related problems. Please avoid using tag for installation related problems. Please note https://superuser.com/ is another stackexchange website where you can ask such installation related problems.

43 questions
0
votes
0 answers

A self inflicted problem. How to create a setup file for a .net6 programme

This is completely self inflicted. I wrote a bit of software using Visual Studio, when I do this I usually select the .net framework as the target platform. However, by mistake I selected .net6. Proceeded to write & debug said code and it was all…
Iain
  • 1
  • 1
0
votes
0 answers

Why does ClickOnce setup abort with error: an error occurred trying to download .application

I have look at tons of comments and suggestions about solving this ClickOnce Setup problem but have NOT found a solution. Advanced Security check did not work because the item "warn if changing between secure and non-secure mode" is not checked! The…
0
votes
0 answers

auto run application that forced to run as administrator

i build a windows form setup application(.exe) and forced that run as administrator. i want to auto run this app when windows was booted. To do this I added the following…
0
votes
0 answers

I would like to create a Setup.exe, that asks the user for a key, which is in a database. How is this possible?

I have a already a Database full of keys and I have coded requests to communicate with the Database. My Question is, how can I create an Installer/Setup.exe File, where the User has to put in a Key and only if the key is correct the installer will…
1V4N
  • 1
  • 1
0
votes
0 answers

Why I cannot run the SQL Server 2019 setup.exe file?

I have been encountering all sort of problems to istall the SQL Server 2019 Express as well as SSMS v. 18.9. I wanted to move from SSQLSERVER 2014 and SSMS 2014 to 2019 version in order to attend a course on T-SQL using the latest version of the…
0
votes
0 answers

How to install a driver file from a WPF application if it is not already installed?

I have a WPF application which communicates with a device through serial port in Windows 10. My application is installed to a computer by using Setup.exe as shown by the following icon: When one runs the Setup.exe it installs into the…
user1999
  • 199
  • 8
0
votes
1 answer

Visual Studio 2005 Creating Setup.exe with Crystal Report 9 and ODBC driver

My project is running fine. Now I want to create a setup.exe and give it for deployment. Last time I sent it it was fine but for the last few attempts and I am now giving up I have the following problem: After I install the setup.exe thus created…
0
votes
0 answers

Make a COM registering DLL installer (for beginners)?

I've made multiple C# DLLs in MS Visual Studio which I then access from Excel via VBA calls. These work fine on my machine (obviously VS COM registers them for me when compiling as long as I have the right boxes ticked). I also got them working on…
Piplodocus
  • 39
  • 1
  • 4
0
votes
0 answers

C# App Installer - installed App not opening

I have created Setup.exe of my Application in Visual Studio 2019, using C#, in my computer. I installed the app in another laptop, by copying the debug folder with setup files, to that laptop. But, after installation, when I clicked the App, it is…
0
votes
2 answers

Squirrel-Setup can't extract installer in Windows 10

We have an app which uses squirrel.windows for installation and updating. When executing Setup.exe it can't extract the installer and we get the following error message: It tries to install to the ..user//AppData.. directory. Setup.exe works…
JK82
  • 415
  • 2
  • 13
0
votes
0 answers

Can't auto install .msi file which is extra from CAB file download from website

I can't auto install .msi file which is extra from CAB file. I made a DLL file and package it into MSI file. THis MSI file was created by WIX. Then I wrapper this MSI file into CAB file. When user download cab file using IE browser, it cannot be…
0
votes
1 answer

Automatically update the dependency dll for existing setup

I'm trying to create a setup file or .EXE file for my project using this link.I may able to create properly but whenever change my DLL files, I have to uninstall and install the Setup file for service. How can we create a setup file for…
vinodh
  • 714
  • 1
  • 7
  • 20
0
votes
1 answer

Download different version of grep in cygwin?

I'd like to download a different version of grep in Cygwin. Currently, I have version 2.21, but I'd like to get version 2.5.1 (this is what runs on Mac OS by default, and I'm more familiar with that). I obviously don't want to run the entire setup…
makansij
  • 9,303
  • 37
  • 105
  • 183
0
votes
1 answer

How to prevent ini folder from being deleted (InstallShield 2011)

I'm trying to prevent my ini folder from a previous version of my installation from being deleted from the uninstall of the New installation. I'm using InstallShield 2011, and am wondering how (if at all possible) to execute an setup.exe that will…
0
votes
1 answer

Install cloudbase-init msi package on to mounted vhd file

I m trying to install cloudbse-init.msi setup file from powershell or from command line to install on a offline drive or vhd file mounted on to machine. I have used following command but it does not install on vhd file. msiexec /qb /l* l.txt /i…
loki
  • 387
  • 2
  • 8