Questions tagged as 'inno-setup'

1
answer

Make a MySQL query from Inno Setup

I'm doing an installer, which needs to send a query at the end of the installation and after mounting the sMySQL service. I have no idea how this is done, this would be in the CODE section in PascalScript. Once the installation is finished, a...
asked by 31.05.2017 / 00:26
1
answer

How to hide a page depending on a variable in Inno Setup?

I need to hide a page in Inno Setup depending on one of a variable boolean in Inno Setup, how can I do it?     
asked by 26.07.2017 / 20:35
1
answer

How to change the cursor at a certain point in Inno Setup?

I need to make the cursor change while it is executing a specific task, return it to its normality when it finishes.     
asked by 31.07.2017 / 23:55
1
answer

problem with background image or music inno setup-ide

How about ?, I have a problem with my code. the problem is that I can choose if I have music using this code: function BASS_Init(device: Integer; freq, flags: DWORD; win: hwnd; CLSID: Integer): Boolean; external 'BASS_Init@files:BASS.dll stdca...
asked by 20.03.2018 / 04:08
1
answer

Access the data of a radio button in Inno Setup?

Create a page based on a answer of my question How to create an options page in Inno Setup? , the only thing I do not understand is how to grab the one that is selected to create the condition. Could someone explain to me how to do it? H...
asked by 21.07.2017 / 19:36
0
answers

AES encryption in PASCAL with INNO SETUP

Encryption AES in PASCAL with INNO SETUP. Any form of implementation or advice? Thanks. I have this code, which generates a random key, I need to save that key encrypted with AES, in a BD. Code: const CHARS = 'abcdefghijklmnopqrstuv...
asked by 29.11.2018 / 00:13