Questions tagged as 'inno-setup'

1
answer

How to publish a secure .EXE without being Click Once .Net

My scenario is made up as follows: I have applications, which are configured according to each client, are mass-sold applications, I have a support system, which automates this configuration and generates one executable per client. After g...
asked by 20.05.2015 / 16:10
2
answers

How to register .net dll using Inno Setup

I have a DLL written in C # and I can not register it using Inno Setup. An example of how to run this process would be useful.     
asked by 10.02.2014 / 11:16
2
answers

Download during installation by Inno Setup

Working in a company that uses Inno Setup to create the installers for your products, I was recently tasked with creating a better installer, one of the improvements that was suggested would be to download a plug-in during the installation proce...
asked by 23.11.2016 / 18:59
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

Inno-Setup: Uninstall without administrator permission [closed]

Using Inno Setup , I need to be uninstalled by a standard user when a program is installed on the machine by an administrator user. The PrivilegesRequired parameter is like lowest , but the problem remains. I tried some machines here (...
asked by 15.10.2015 / 19:51
1
answer

Inno Setup desktop shortcut via code

I would like to create a shortcut on the desktop via code by inno setup I need to disable the option to create an "exe" in the main folder and it is disabled to by shortcut on the desktop and I need to via code     
asked by 08.08.2016 / 22:53
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
2
answers

Add a third-party program to an installer

I'm using InnoSetup to generate an installer for a Delphi application. Because this same application depends on the R program, I would like to know if it is possible to couple the R installer to my installer.     
asked by 17.06.2016 / 18:56
0
answers

Install two innosetup exe

I have an application that has two modules. Today they are installed together and in the list of programs installed in the Control Panel is, only one entry, for example MyApp. However, I would like to be able to create two entries in the list of...
asked by 23.03.2018 / 14:01