Hi I have a problem and I need some direction. I have an old application that have an install shield installer, for 开发者_开发知识库which I don\'t have the installer scripts. Now I want to do a simpl
Is it possible to retrieve the path to My Documents folder with Inno setup? I tried to retrieve the path via registry
I have created an installer using Inno Setup in which I am executing an exe that I created to create a small service inside Windows XP. I need to pass two arguments to the exe - \"-install\" and the p
is it possible to start a Inno Setup, that waits until the child process has finished? The current systems default behaviour is that the setup starts the \"real\" setup in temporary folder and goes fu
I recently compiled a vb6 application with inno setup that when i install, works fine on winxp when i tried it on vista, i got error message
I\'m working on an installer using Inno, and I need to choose between two applications the installer should run based on the user\'s selection of components and/or tasks.
I\'m using Inno Setup with two components: one for 32-bit machines and one for 64-bit. These will run on XP/Vista/Win7.
How to make check box that allow user to 开发者_StackOverflow社区run applicationafter installation?There you go:
I\'m tryin开发者_如何转开发g to use the RegSetKeySecurity() function of Windows API, but the pSecurityDescriptor parameter is a pointer. What is \"pointer\" (PVOID) data type equivalence in Inno Setup
I am using Inno Setup for the first time.When I start the program I am presented with a blank script page.Is scripting the only way you can create a setup packag开发者_JS百科e?Is there anything else?Y