[inno setup] 去除所有提示 == 静默安装

[Setup]
AppName=ReYo DRP
AppVerName=ReYo DRP
AppPublisher=ReYo Inc
AppVersion=2009.1201.0.1518
DefaultDirName={pf}\ReYoWebPrint\
DefaultGroupName=ReYoWebPrint
OutputDir=E:\锐洋WEB打印控件\
OutputBaseFilename=setup
;压缩相关
Compression=lzma/max
SolidCompression=true
PrivilegesRequired=admin
;-------------------------------
CreateUninstallRegKey=true
Uninstallable=true
;--------------------------------------
WizardImageFile=InterDrpWizard.bmp
WizardSmallImageFile=InterDrpWizardsmall.bmp
VersionInfoVersion=2009.1201.0.1518
VersionInfoCompany=ReYo Software Setup
VersionInfoDescription=锐洋软件安装程序
InternalCompressLevel=ultra
EnableDirDoesntExistWarning=false
AllowRootDirectory=true
ShowLanguageDialog=yes
VersionInfoCopyright=版权所有 (C) 锐洋软件。保留所有权利。
AppPublisherURL=http://www.interdrp.com
AllowNoIcons=yes
UserInfoPage=True
SetupLogging=True
LanguageDetectionMethod=locale
WizardImageStretch=true

[Languages]
Name: "chinesesimp"; MessagesFile: "compiler:Default.isl"

[Files]
Source: ReYoPrint.dll; DestDir: {sys}; Flags: restartreplace sharedfile regserver

[UninstallDelete]
Type: filesandordirs; Name: {app};

[Code]
//关键代码
procedure CurPageChanged(CurPageID: Integer);
begin
if CurPageID = wpWelcome then
WizardForm.NextButton.OnClick(WizardForm);
end;

function ShouldSkipPage(PageID: Integer): Boolean;
begin
result := true;
end;


 

转载于:https://www.cnblogs.com/interdrp/archive/2009/12/01/1614620.html

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值