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 pascalscript
0
votes
463
views
1
answer
pascalscript - Inno Setup - Automatically submitting uninstall prompts
I want to hide the first and the last message of the uninstaller. This code works with a modified version ... to correctly hide both messages? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
495
views
1
answer
pascalscript - Inno Setup - Delete whole application folder except for data subdirectory
I usually have no problem backing up savegames, but for this particular game, I use FreeArc, since the game is very ... 10:16:06.679 Log closed. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
405
views
1
answer
pascalscript - Inno Setup: OnHover event
Is it possible to simulate OnMouseHover event (to call a function when mouse is over some Inno Setup control) ... DLL library which can help? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
648
views
1
answer
pascalscript - "colon (':') expected" compiler error on character range in case statement in Inno Setup Pascal script
I'm getting a "colon (:) expected" syntax error on this code (Line 14; Column 10) and I'm at a loss. ... Free; end; Can anybody spot my error? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
436
views
1
answer
pascalscript - Inno Setup - Merging implementations of event functions that return boolean (like InitializeSetup)
I use this code to ask for a password: Inno Setup - Move the password page before the welcome page (first ... with installation'); end; end; See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
634
views
1
answer
pascalscript - Disable controls based on components selection in Inno Setup
I'd like to disable controls on my custom page (VST2DirPage) based on selected components. I have tried the condition: ... := False; end; end; See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
501
views
1
answer
pascalscript - Disable controls based on components selection in Inno Setup
I'd like to disable controls on my custom page (VST2DirPage) based on selected components. I have tried the condition: ... := False; end; end; See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
493
views
1
answer
pascalscript - Inno Setup Load defaults for custom installation settings from a file (.inf) for silent installation
I have a setup script that allows the user to specify where they would like to install my application. It is ... a newbie with Pascal. Thanks. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
436
views
1
answer
pascalscript - Disassembling strings from Inno Setup [Code]
When I compile a Inno Setup project, the [Code] section is also compiled (as Pascal executable or Pascal ... knowledge of reverse engineering. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
675
views
1
answer
pascalscript - Inno Setup MsgBox with three buttons and three outcomes
I am trying to create a MsgBox with three buttons and three outcomes, but am unable to see how I can create ... to rename the buttons as well? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
799
views
1
answer
pascalscript - Inno Setup - Pascal code visibility - "Unknown identifier" error
I have a file in my installer with an AfterInstall action like so: AfterInstall: ... to UpdateImageLoaderConfigValues? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
486
views
1
answer
pascalscript - How can I add a check box for optional files during install in Inno Setup?
I'm trying to make a custom checkbox in my custom page (because it's a one page installer), is needed ... FolderToInstall.ReadOnly := True; end; See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
526
views
1
answer
pascalscript - Using global string script variable in Run or other section in Inno Setup
I need a global string variable in Inno Setup, that is going to be initialized in [Code] section and used in [Run] section. Is this possible? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
599
views
1
answer
pascalscript - Required a number in text box in Inno Setup
I found a code here that I needed. To only allow write numbers in a text box. But I still wanted more, which does ... = 0 then Key := #0; end; See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
378
views
1
answer
pascalscript - How do I change the color of my progress bar in Inno Setup?
I create a progress bar using TNewProgressBar. The default color of the progress bar is green. I would like to change the color to blue. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
545
views
1
answer
pascalscript - Inno Setup - Change a task description label's color and have a line break
[Components] Name: "Slasher"; Description: "Dagon Slasher"; Types: Slasher Full Name: "Frankenstein"; ... conditionally in my script. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
702
views
1
answer
pascalscript - Inno Setup Detect changed task/item in TasksList.OnClickCheck event
I'm stuck on simple situation with OnClickCheck property. The problem is that I see a Msgbox every time I ... OnClickCheck := @TaskOnClick; end; See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
438
views
1
answer
pascalscript - Inno Setup: Working with JSON
How can I load and work with JSON config file during install time? I can read string from file and write it, ... in JSON object, no extra magic. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
647
views
1
answer
pascalscript - Inno Setup: How to pass variable from [Code] to [Run] (or other section)
How can I pass a variable from [Code] section to parameters in [Run] section in Inno Setup? Basically, I want ... .Values[0]; end; Thanks. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
639
views
1
answer
pascalscript - Replace a text in a file with Inno Setup
Hi I have a problem with replacing a text in a textfile with Inno Setup (Delphi based). My Code: procedure ... I hope you can help me. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
457
views
1
answer
pascalscript - Reading values from custom Inno Setup wizard pages without using global variables
On this support page for creating a custom CreateInputOptionPage, they suggest storing the values of the page by just ... Result := True; end; See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
400
views
1
answer
pascalscript - Implementing event functions InitializeWizard while using ISSI (to add background image) in Inno Setup: Duplicate identifier 'INITIALIZEWIZARD'
I'm trying to put a background image to Inno Setup installer using ISSI along with a song using the "BASS audio ... me, I'm really grateful. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
414
views
1
answer
pascalscript - Read bytes from file at desired position with Inno Setup
I want to open a 50 MB binary file and read only the last 4 bytes and convert it to string for some purpose. ... Result := False; end; end; See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
562
views
1
answer
pascalscript - How to check if port is usable in Inno Setup?
I need to check some port is usable or not? How can do that in Inno Setup? Is there any way to use socket ... it? Thank you for your answers. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
416
views
1
answer
pascalscript - Image covering whole page in Inno Setup
Following on from this: Inno Setup Placing image/control on custom page. This is doing what I need: CustomPage := ... good no matter the DPI? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
373
views
1
answer
pascalscript - Writing binary file in Inno Setup
How does one write to a binary file in Inno Setup script? It's a configuration file I want to edit in the ... just do it in a batch script? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
924
views
1
answer
pascalscript - Load external DLL for uninstall process in Inno Setup
I'm trying to load VclStylesInno.dll for uninstall form of Inno Setup. Next code is declared in the middle ... load DLL for uninstall process? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
0
votes
498
views
1
answer
pascalscript - Inno Setup WizardImageFile looks bad with font scaling on Windows 7
Bitmap for Inno Setup WizardImageFile (and WizardSmallImageFile) looks terrible because when Windows 7 has the large ... Parent := Splash; See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pascalscript
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] reactjs - Git commands not working on Visual Studio Code?
[2] 明明 npm ls -g 里没有 vue-cli,vue --version 却依然有输出,如何排查?
[3] parsing - Parse error when using case expression inside guards haskell
[4] 公安系统提供实名认证查询接口吗?比如姓名与身份证是否匹配的接口?
[5] 使用window.open打开的页面,如何嵌入js并执行?
[6] java - Azure Functions HTTP trigger response hangs locally
[7] 移动端h5如何动态设置手机横屏和竖屏的切换展示页面?
[8] for in 为什么不遍历对象原型上固有属性?
[9] save created excel file to azure blob container. path issue
[10] 为什么input框内输入内容会触发change事件
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
广告位招租
...