Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Inno
0
votes
776
views
1
answer
inno setup - Specify the registry uninstall key location/hive via [Code]
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)
inno
0
votes
810
views
1
answer
inno setup - ShouldSkipPage is called twice per page
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)
inno
0
votes
497
views
1
answer
inno setup - How to open a web site after uninstallation in non-elevated mode?
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)
inno
0
votes
561
views
1
answer
inno setup - How to execute program before the uninstallation starts?
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)
inno
0
votes
585
views
1
answer
inno setup - Is it useless to sign my Windows application with a self signed certificate?
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)
inno
0
votes
656
views
1
answer
inno setup - TInputDirWizardPage with Radio Buttons
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)
inno
0
votes
1.1k
views
1
answer
inno setup - Backup files and restore them on uninstall with InnoSetup?
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)
inno
0
votes
497
views
1
answer
inno setup - How to force Check predicate to be called after custom page processing
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)
inno
0
votes
545
views
1
answer
inno setup - How to allow installation only to a specific folder?
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)
inno
0
votes
711
views
1
answer
inno setup - Pascal Scripting: Check if dest directory is empty and only print yes'/no warning if so
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)
inno
0
votes
546
views
1
answer
inno setup - How to display a larger license box in an InnoSetup installer?
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)
inno
0
votes
1.1k
views
1
answer
inno setup - How do read and set the value of a checkbox in an InnoSetup wizard page?
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)
inno
0
votes
1.2k
views
1
answer
inno setup - InnoSetup - Code Signing Certificate
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)
inno
0
votes
686
views
1
answer
inno setup - Showing run tasks as radio choices instead of check boxes?
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)
inno
0
votes
1.5k
views
1
answer
inno setup - How to Add Outbound Windows Firewall Exception?
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)
inno
0
votes
726
views
1
answer
inno setup - how to detect 64bit platform by script
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)
inno
0
votes
808
views
1
answer
inno setup - Can I disable uninstall confirmation message?
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)
inno
0
votes
542
views
1
answer
inno setup - Replace installation types dropdown list by radio buttons
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)
inno
0
votes
606
views
1
answer
inno setup - Changing uninstall confirmation prompt
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)
inno
0
votes
498
views
1
answer
inno setup - File/DLL installed to {sys} does not appear in C:Windowssystem32
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)
inno
0
votes
656
views
1
answer
inno setup - Use two/multiple selected directories from custom page in Files section
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)
inno
0
votes
502
views
1
answer
inno setup - How keep uninstall files inside uninstaller?
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)
inno
0
votes
737
views
1
answer
inno setup - How to hide the main panel and show an image over the whole page?
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)
inno
0
votes
794
views
1
answer
inno setup - How to change MsgBox message caption at runtime?
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)
inno
0
votes
562
views
1
answer
inno setup - Access file list via script in InnoSetup
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)
inno
0
votes
575
views
1
answer
inno setup - How do I install .NET Framework only when it's not already installed?
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)
inno
0
votes
525
views
1
answer
inno setup - How to make vcredist_x86 reinstall only if not yet installed?
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)
inno
0
votes
444
views
1
answer
inno setup - Merging event function (InitializeWizard) implementations from different sources
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)
inno
Page:
1
2
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] "flask run" doesn't work but "python app.py" does?
[2] regex - python regular expression 6th underscore
[3] SQLyog时间类型date插入值时提示incorret time value?
[4] 小程序如何下载字体并使用?
[5] php 如何用条件判断div的显示与隐藏
[6] Vue2 extend 全局方法在vue3.0 怎么实现,下面是我v2的代码
[7] 如何让子div不覆盖父div的border-radius?
[8] vite是怎么做到编译速度更快的?
[9] javascript - how does webpack solve global polution?
[10] syntax - What is the Java ?: operator called and what does it do?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...