Questions tagged as 'setup'

3
answers

How to add Directory to the Windows Path variable during installation?

I developed a Console application in C # with Visual Studio 2013 and wanted the installer to add the solution directory to the Windows Path variable during installation. It is possible? What is the procedure to perform this change in th...
asked by 22.05.2015 / 21:24
2
answers

How to check if a directory exists, if there is a prompt to enter a new directory? I'm using innosetup to create an installer

I need to check if the C: \ SISAUTO, C: \ BASESISAUTO folder exists. If there are folders, create a new one for example C: \ SISAUTO2, C: \ BASESISAUTO2 Follow the code below. ; Script generated by the Inno Setup Script Wizard. ; SEE THE DO...
asked by 28.02.2017 / 15:41
0
answers

How to put a background in a setup nsis?

I'm doing setup.exe to an application with the help of nsis and I'm compiling the same in ubuntu. Now I want to customize the setup so that it looks like this: HowcanIputanimageinsetupwith nsis ?     
asked by 13.05.2015 / 17:49
1
answer

Automate enter input on command line while executing a bash script

I created a bash script to automate the installation and configuration of my environment needed to run my project, but some of the tasks require that the actions be confirmed by entering enter, I would like to know how I can automate this input...
asked by 01.11.2016 / 18:24
0
answers

How to stop the Windows service when running the installer and start immediately after installation via Inno Setup

I'm using Inno Setup to create an installer, this installer contains an application and a windows service , I already configured it in Inno Setup to replace existing files when installing again. But my question is, how to stop the servic...
asked by 26.04.2017 / 21:00
1
answer

c # Silent install from localDB

My program needs SqlLocalDB.msi to run. I downloaded this file and put it on the CD that I'm going to distribute the program. The question is: Is there any way to make my setup.exe run this SqlLocalDB.msi right after I finish installing my pr...
asked by 08.09.2017 / 21:31
0
answers

What tool can I use to create a Silent Mode Installer package?

I have about 10 programs that need to be installed in a certain order and with certain parameters. What tool (FREE) I could use to develop a single executable, that install all of them at once in silent mode (preferably) ??     
asked by 11.05.2017 / 21:01
1
answer

Merge executable C #

I have 2 Exe programs and I would like to merge. 1 Management Software Exe 2 MongoDB EXE For 1 EXE to work, MongoDB must be fully configured with the bank deployed on specific directories. Currently the settings and installation of Mong...
asked by 04.12.2018 / 03:11