python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trying to use MSVC to attach to Inno-Setup process to debug a DLL
I'm happy with the Pascal script I have in Inno Setup. My setup script calls some entry points in a DLL I wrote in C++ using MSVC 2010. I'm trying to use the MSVC debugger to step thru my C++ code in ...
Logicrat
Votes: 0
Answers: 0
Running a 32bit Installer with a 64bit operating system (windows)
I have an executable (setup.exe) that is being created using inno studio. for the executable to run I have to install a certain dll, which is libusb0.dll. If the system is a 64 bit I have the 64 bit d...
Developer123
Votes: 0
Answers: 0
What is the correct syntax for signing Inno Setup files?
I am trying to sign my Inno Setup file. I get an exit error 0x1 ?? Here is the line I am using to configure the sign tool in Inno:
"c:\Digital certificate\signtool.exe" sign/a/t http://time...
Yossi Karov
Votes: 0
Answers: 1
Add a picture button and a label on welcome page in Inno Setup
I would like to understand how can I add a button on the welcome page, that once clicked it will open a specific website on the default web-browser.
I just would like to display a kind of picture cont...
ElektroStudios
Votes: 0
Answers: 1