Inno设置 - 自定义安装页面

时间:2017-06-29 21:28:50

标签: inno-setup

如何自定义Inno Setup的安装页面?

这里准确地显示了将要进行的更改。

before

after

现在,状态文本'安装Collectica'将是静态的而不是动态的。

另外,为进度条添加额外的时间。

我将非常感谢您的回答。感谢

1 个答案:

答案 0 :(得分:4)

您必须自定义library(tibble) library(dplyr) library(tidyr) set.seed(1) df <- tibble(Choice = sample(1:4, 10, replace = TRUE)) transco <- tribble( ~Choice, ~Rank, 1, "Never", 2, "Sometimes", 3, "Frequently") df %>% left_join(transco, by = "Choice") %>% replace_na(list(Rank = "Always")) # A tibble: 10 x 2 Choice Rank <dbl> <chr> 1 2 Sometimes 2 2 Sometimes 3 3 Frequently 4 4 Always 5 1 Never 6 4 Always 7 4 Always 8 3 Frequently 9 3 Frequently 10 1 Never

  • 隐藏WizardForm.InstallingPageFilenameLabel
  • 添加自定义标签
  • 添加图片

对于前两个:

StatusLabel

enter image description here

有关图像,请参阅:
Inno Setup Placing image/control on custom page