inno-setup
How to install windows service using Inno Setup?
In VS2010 I have solution with windows service project and some other \'helper\' projects. So in my debug folder there is an windows service application and couple of dlls.[详细]
2023-04-10 04:12 分类:问答Custom desktop icon with inno setup
I have the following in my inno setup file which creates a desktop icon no problem: Name: \"desktopicon\"; Description: \"{cm:CreateDesktopIcon}\"; GroupDescription: \"{cm:AdditionalIcons}\"[详细]
2023-04-06 16:43 分类:问答Registry in inno setup
I am new to creating installers. Before used the Microsoft visual studio deployment package. Now trying inno setup, pretty awesome.[详细]
2023-04-06 08:03 分类:问答Change the image in the Inno Setup wizard banner
How do I change the image in the banner of wizards. I know how to change it in the first page, using this command:[详细]
2023-04-06 06:02 分类:问答Inno Setup: register (unsigned) assemblies
I need to register some assemblies into my Inno Setup script and found this code: Source: \"Files\\MyAssembly.dll\"; DestDir: \"{app}\"; StrongAssemblyName: \"MyAssembly, Version=1.0.0.0, Culture=neu[详细]
2023-04-05 02:50 分类:问答Execute a command after uninstall
I need my uninstall to run a command after it\'s removed the files it has installed. [UninstallRun] is no use as I understand it runs BEFORE files are removed.[详细]
2023-04-04 18:25 分类:问答How can I install a driver using Inno Setup?
I\'d like to install a driver for a serial port using Inno Setup. I have the inf file, and I can install the driver manually through de开发者_如何学Pythonvice manager, but I\'d like to be able to incl[详细]
2023-04-04 09:24 分类:问答Inno Setup: Hide/Disable Component at runtime
I would like to disable or hide one of the component choices at run-time. I have created a custom wizard page with two radio buttons. If the first radio button is selected, I would like one of开发者_如[详细]
2023-04-03 20:01 分类:问答Get TEMP folder
How do I get the path to the Temp folder from inside an InnoSetup Pascal script? Not the folder that the开发者_Go百科 setup uses as it its temporary folder (which can be accessed using {tmp}), but the[详细]
2023-04-03 11:24 分类:问答Getting Application Data folder for every user
In my application, every user has its own settings, that I save to a subdirectory in that user\'s Application Data directory. During uninstall, I want to delete those settings for every user on the co[详细]
2023-04-03 06:30 分类:问答