Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged inno

0 votes
732 views
1 answer
    Inno Setup by default looks at the PrivilegesRequired setup variable, if this is set to admin or ... PrivilegesRequired or Elevation setting. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
788 views
1 answer
    I've noticed, that ShouldSkipPage is called twice per each page - before page is actually shown, and after. You ... way to prevent second call? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
473 views
1 answer
    Having used the code posted here to launch a web page after uninstall, I note that ShellExec starts the browser with ... on how to handle this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
535 views
1 answer
    Can InnoSetup execute a program before the uninstallation starts? My program creates some registry values. I ... the uninstallation starts? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
565 views
1 answer
    I have coded an NWjs Windows application (Chromium application) and using Inno Setup, I have signed it using a ... PC" message after sometimes. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
638 views
1 answer
    I need a setup page with two radio buttons. Clicking the second button should enable an input to define a path ( ... to build this on my own? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Consider the following: I have two files, for example XXX.txt and YYY.txt I want to install them to a folder ... I achieve this with Inno Setup? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
474 views
1 answer
    I'm using Check parameter in components section to check if a certain radio button was checked by user. My predicate ... Result := True; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
526 views
1 answer
    I would like to install my setup content only to one specific directory, so I want to have the Next ... user chooses a specific directory ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
695 views
1 answer
    I have written a setup. In this setup nothing happens, because I only concentrated on one area: The " wpSelectDir" ... Thanks a lot, Regards C. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
526 views
1 answer
    InnoSetup by default displays the license agreement in a really tiny text area that the user can't make ... -rolled Pascal script perhaps? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have added a checkbox to the "Additional Tasks" page of an InnoSetup script with [Tasks] Name: "StartMenuEntry" ; ... ; end ; end ; end ; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have just purchased a code signing certificate from Comodo. I have built a small MS Access database that I want to ... and how to go about it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
649 views
1 answer
    This is the [Run] section of my script: [Run] Filename: "{app}MeetSchedAssist.exe"; Flags: nowait ... ticked the other gets unticked. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I need to open up the Windows Firewall for outbound connections for an application I'm writing. The best answers ... to create an outbound rule? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
688 views
1 answer
    is there code to detect 64 platform e.g. if X86 then ... if X64 then ... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
756 views
1 answer
    Basically the title says it all, can I skip Are you sure... message box part and run uninstall right away? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
527 views
1 answer
    I recently added different installation types (Install, Update, Repair) to my Inno Setup. It all works pretty fine. ... by a radio group? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
572 views
1 answer
    Is it possible to use code to change the messages in the [Messages] section? I want to change the message ... could be achieved? Thank You. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
482 views
1 answer
    I don't know why, but when I try to copy a file from my install directory to system32, it fails to ... 36.566] Successfully installed the file. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
637 views
1 answer
    I need create custom page of two destination. I've done: #define MyAppName "TESTPROG" [Setup] AppName={#MyAppName} ... : Page.Values[1]sys2; See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    Has a any way to make the uninstall files (JPEG, DLL, PNG...) stay inside of the unins000.exe? If so, please show a code. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
722 views
1 answer
    I have created a custom welcome page with an image on it but the main panel on the top remains to be displayed ... with the main panel hidden ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
759 views
1 answer
    I need to change the default caption of a MsgBox message box at runtime. Currently it constantly shows the value of ... from a [Code] section ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
536 views
1 answer
    Is there any way to access the list of files (entries in the [Files] section) from PascalScript when running the ... to maintain the file list. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
556 views
1 answer
    Is there a way to check if the .NET Framework 4 has been installed and install it only when it's not ... installation based on the above check? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
490 views
1 answer
    In my inno setup RUN selection I force silent install of MSVCRT. I wonder how to make it install itself ... : Installing 2010 RunTime... See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
417 views
1 answer
    I am now combining the script that I want but it has an error. When I put a period, it will run but ... last end;. Please help me through. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...