Most voted "setup" questions
Setup is a configuration that allows the user to make changes to certain programs, so that they function more appropriately to their needs.
Learn more…11 questions
Sort by count of
-
6
votes3
answers1631
viewsHow to add Directory to the Windows Path variable during installation?
I developed an application like Console in C# with Visual Studio 2013 and wanted the installer to add the solution directory in the variable Path Windows, during installation. Is this possible? What…
-
4
votes0
answers66
viewsHow to put a background in a setup nsis?
I’m making a setup.exe for an application with the help of nsis and I’m compiling the same in Ubuntu. Now I wanted to customize the setup so that it appeared with background image like this: How can…
-
4
votes2
answers787
viewsHow do I check if there is a directory, if there is a request to report a new directory? I am using innosetup to create an installer
I need to check the folder C: SISAUTO, C: BASESISAUTO. If folders exist, create a new one for example C: SISAUTO2, C: BASESISAUTO2 Follows code. ; Script generated by the Inno Setup Script Wizard. ;…
-
3
votes1
answer1339
viewsAutomate enter input in command line while running a bash script
I created a script in bash to automate the installation and configuration of my environment necessary to run my project, but some of the tasks require that the actions are confirmed giving enter, I…
-
1
votes0
answers402
viewsHow to stop the Windows service when running the installer and start right after installation via Inno Setup
I’m using the Inno Setup to create an installer, this installer contains an application and windows service, I’ve already set up on Inno Setup to replace existing files while installing again. But…
-
1
votes0
answers41
viewsWhy can’t find_packages() find one of my code packages?
I’m trying to generate a distribution package for Pypi by setuptools. The problem is that the function find_packages cannot find one of my packet folders, called win32. The directory tree is as…
-
0
votes0
answers17
viewsWhat tool can I use to create an Installer package in Silent Mode?
I have about 10 programs that need to be installed in a certain order and with certain parameters. Which tool (FREE) I could use to develop a single executable, which install all of them at once in…
-
0
votes1
answer183
viewsc# Silent install from localDB
My program needs Sqllocaldb.msi to run. I already downloaded this file and put it on the CD that I will distribute the program. The question is: Is there any way to make my setup.exe run this…
-
0
votes1
answer250
viewsDoubt about creating upgrade package with Inno Setup
Good afternoon. I developed a small application in C#, and set up an installer for this application using Inno Setup. Some people who work with me have installed the application. The problem is that…
-
0
votes1
answer20
viewsError regarding guidance on building modules in the Head First Python book using Windows
Hello! I’m reading the book Head First Python and a question arose regarding the creation of module and distribution of it using Windows. Following the author’s guidelines, I created a.py file with…
-
-1
votes1
answer74
views