gpt4 book ai didi

inno-setup - ISSI Inno Setup 功能

转载 作者:行者123 更新时间:2023-12-02 01:51:22 25 4
gpt4 key购买 nike

我正在为 Inno Setup 使用 ISSI 插件,但在我的 [CODE] 部分尝试使用 ISSI 函数时遇到错误

Uknown identifier 'ISSI_CurPageChanged'   

该插件是免费的,其主要功能可在以下位置获得: http://members.home.nl/albartus/inno/ISSI_Functions/ISSI_Functions_Overview.htm

http://members.home.nl/albartus/inno/General_Information/Download_ISSI.htm

我必须使用这个 ISSI 函数,否则我会在尝试使用 CurPageChanged 时遇到重复错误。

我的代码如下:

#define ISSI_WizardBitmapImage2 "EcraFinal.bmp"
#define ISSI_WizardBitmapImage2_x 495
#define ISSI_WizardBitmapImage2_Align

#define ISSI_UseMyCurPageChanged
#define ISSI_BeveledLabel ""

#define ISSI_WizardBitmapImage "EcraInicial.bmp"
#define ISSI_WizardBitmapImage_x 495
#define ISSI_WizardBitmapImage_Align

; Include Plugin ISSI
#define ISSI_IncludePath "C:\ISSI"
#include ISSI_IncludePath+"\_issi.isi"

[Setup]
...

[Run]
...

[Code]
procedure ISSI_CurPageChanged(CurPageID: Integer);

begin
if CurPageID = wpWelcome then
begin
WizardForm.NextButton.Caption := SetupMessage(msgButtonInstall);
//or := 'YourNewNextButtonText' or := ExpandConstant('{cm:YourCmTitleForNext}')
WizardForm.CancelButton.Caption := ExpandConstant('{cm:Cancelar isto}');
end; //begin + end to make changes only for this single page
end;
[/Code]

_issi-isi 文件存在并且正在被我的应用程序正确寻址。有什么建议吗?提前谢谢你。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com