diff --git a/win/setup/scanner/CumtennScan_App_Setup.iss b/win/setup/scanner/CumtennScan_App_Setup.iss index a5b563a..510391c 100644 --- a/win/setup/scanner/CumtennScan_App_Setup.iss +++ b/win/setup/scanner/CumtennScan_App_Setup.iss @@ -305,8 +305,8 @@ begin end; [Run] -Filename: "{app}\vc_redist.x86.exe"; Flags: runascurrentuser; Check: not Is64BitInstallMode -Filename: "{app}\vc_redist.x64.exe"; Flags: runascurrentuser; Check: Is64BitInstallMode +Filename: "{app}\vc_redist.x86.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: not Is64BitInstallMode +Filename: "{app}\vc_redist.x64.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: Is64BitInstallMode Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser ;Filename: "{app}\CTSUpgradeApp.exe"; Parameters:"-type=postinstallinfo -appName=Scanner -desc=install/upgrade"; Components: Upgrade; Flags: runascurrentuser diff --git a/win/setup/scanner/HanvonScan_App_Setup.iss b/win/setup/scanner/HanvonScan_App_Setup.iss index f753411..f7438db 100644 --- a/win/setup/scanner/HanvonScan_App_Setup.iss +++ b/win/setup/scanner/HanvonScan_App_Setup.iss @@ -319,8 +319,8 @@ begin end; [Run] -Filename: "{app}\vc_redist.x86.exe"; Flags: runascurrentuser; Check: not Is64BitInstallMode -Filename: "{app}\vc_redist.x64.exe"; Flags: runascurrentuser; Check: Is64BitInstallMode +Filename: "{app}\vc_redist.x86.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: not Is64BitInstallMode +Filename: "{app}\vc_redist.x64.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: Is64BitInstallMode Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser ;Filename: "{app}\HWUpgradeApp.exe"; Parameters:"-type=postinstallinfo -appName=Scanner -desc=install/upgrade"; Components: Upgrade; Flags: runascurrentuser diff --git a/win/setup/scanner/HuaGoScan_App_Setup.iss b/win/setup/scanner/HuaGoScan_App_Setup.iss index 06b43dc..b6e7ca2 100644 --- a/win/setup/scanner/HuaGoScan_App_Setup.iss +++ b/win/setup/scanner/HuaGoScan_App_Setup.iss @@ -352,8 +352,8 @@ begin end; [Run] -Filename: "{app}\vc_redist.x86.exe"; Flags: runascurrentuser; Check: not Is64BitInstallMode -Filename: "{app}\vc_redist.x64.exe"; Flags: runascurrentuser; Check: Is64BitInstallMode +Filename: "{app}\vc_redist.x86.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: not Is64BitInstallMode +Filename: "{app}\vc_redist.x64.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: Is64BitInstallMode Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser Filename: "{app}\HGUpgradeApp.exe"; Parameters:"-type=postinstallinfo -appName=Scanner -desc=install/upgrade"; Components: Upgrade; Flags: runascurrentuser diff --git a/win/setup/scanner/LanxumScan_App_Setup.iss b/win/setup/scanner/LanxumScan_App_Setup.iss index 7c2dd0e..552256a 100644 --- a/win/setup/scanner/LanxumScan_App_Setup.iss +++ b/win/setup/scanner/LanxumScan_App_Setup.iss @@ -320,8 +320,8 @@ begin end; [Run] -Filename: "{app}\vc_redist.x86.exe"; Flags: runascurrentuser; Check: not Is64BitInstallMode -Filename: "{app}\vc_redist.x64.exe"; Flags: runascurrentuser; Check: Is64BitInstallMode +Filename: "{app}\vc_redist.x86.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: not Is64BitInstallMode +Filename: "{app}\vc_redist.x64.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: Is64BitInstallMode Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser ;Filename: "{app}\LSCUpgradeApp.exe"; Parameters:"-type=postinstallinfo -appName=Scanner -desc=install/upgrade"; Components: Upgrade; Flags: runascurrentuser diff --git a/win/setup/scanner/MicrotekScan_App_Setup.iss b/win/setup/scanner/MicrotekScan_App_Setup.iss index bc1db0d..7dadac2 100644 --- a/win/setup/scanner/MicrotekScan_App_Setup.iss +++ b/win/setup/scanner/MicrotekScan_App_Setup.iss @@ -295,8 +295,8 @@ begin end; [Run] -Filename: "{app}\vc_redist.x86.exe"; Flags: runascurrentuser; Check: not Is64BitInstallMode -Filename: "{app}\vc_redist.x64.exe"; Flags: runascurrentuser; Check: Is64BitInstallMode +Filename: "{app}\vc_redist.x86.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: not Is64BitInstallMode +Filename: "{app}\vc_redist.x64.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: Is64BitInstallMode Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser Filename: "{app}\MicrotekScan.exe"; Description: "{cm:LaunchProgram, {cm:MyAppName}}"; Parameters:"-language=english"; Flags: postinstall nowait skipifsilent runascurrentuser; Languages: english diff --git a/win/setup/scanner/UniScan_App_Setup.iss b/win/setup/scanner/UniScan_App_Setup.iss index f763905..4c2591d 100644 --- a/win/setup/scanner/UniScan_App_Setup.iss +++ b/win/setup/scanner/UniScan_App_Setup.iss @@ -4,7 +4,7 @@ #define MyAppVersion GetFileVersion('..\..\x64\OEM\unis\sane.dll') #define MyAppSetupName "UniScan_App_Setup" #define MyAppDefSetupDir "UniScan" -#define MyAppPublisher "北京紫光股份有限公司" +#define MyAppPublisher "紫光股份有限公司" [Setup] ; NOTE: The value of AppId uniquely identifies this application. @@ -298,8 +298,8 @@ begin end; [Run] -Filename: "{app}\vc_redist.x86.exe"; Flags: runascurrentuser; Check: not Is64BitInstallMode -Filename: "{app}\vc_redist.x64.exe"; Flags: runascurrentuser; Check: Is64BitInstallMode +Filename: "{app}\vc_redist.x86.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: not Is64BitInstallMode +Filename: "{app}\vc_redist.x64.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: Is64BitInstallMode Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser ;Filename: "{app}\ZGUpgradeApp.exe"; Parameters:"-type=postinstallinfo -appName=Scanner -desc=install/upgrade"; Components: Upgrade; Flags: runascurrentuser diff --git a/win/setup/webscan/HanvonWebScan.ico b/win/setup/webscan/HanvonWebScan.ico deleted file mode 100644 index cf47eb3..0000000 Binary files a/win/setup/webscan/HanvonWebScan.ico and /dev/null differ diff --git a/win/setup/webscan/HanvonWebScan_License.txt b/win/setup/webscan/HanvonWebScan_License.txt deleted file mode 100644 index ef4c727..0000000 --- a/win/setup/webscan/HanvonWebScan_License.txt +++ /dev/null @@ -1,83 +0,0 @@ -请务必认真阅读和理解本《软件许可使用协议》(以下简称《协议》)中规定的所有权利和限制。除非您接受本《协议》条款,否则您无权下载、安装或使用本”软件”及其相关服务。您一旦安装、复制、下载、访问或以其它方式使用本软件产品,将视为对本《协议》的接受,即表示您同意接受本《协议》各项条款的约束。如果您不同意本《协议》中的条款,请不要安装、复制或使用本软件。 - -  1. 权利声明 - -  本”软件”的一切知识产权,以及与”软件”相关的所有信息内容,包括但不限于:文字表述及其组合、图标、图饰、图像、图表、色彩、界面设计、版面框架、有关数据、附加程序、印刷材料或电子文档等均为作者所有,受著作权法和国际著作权条约以及其他知识产权法律法规的保护。 - -  2. 许可范围 - -  2.1 下载、安装和使用:本软件为免费软件,用户可以非商业性、无限制数量地下载、安装及使用本软件。 - -  2.2 复制、分发和传播:用户可以非商业性、无限制数量地复制、分发和传播本软件产品。但必须保证每一份复制、分发和传播都是完整和真实的, 包括所有有关本软件产品的软件、电子文档, 版权和商标,亦包括本协议。 - -  3. 权利限制 - -  3.1 禁止反向工程、反向编译和反向汇编:用户不得对本软件产品进行反向工程(Reverse Engineer)、反向编译(Decompile)或反向汇编(Disassemble),同时不得改动编译在程序文件内部的任何资源。除法律、法规明文规定允许上述活动外,用户必须遵守此协议限制。 - -  3.2 组件分割:本软件产品是作为一个单一产品而被授予许可使用, 用户不得将各个部分分开用于任何目的。 - -  3.3 个别授权: 如需进行商业性的销售、复制、分发,包括但不限于软件销售、预装、捆绑等,必须获得作者的授权和许可。 - -  3.4 保留权利:本协议未明示授权的其他一切权利仍归作者所有,用户使用其他权利时必须获得作者的书面同意。 - -  4. 用户使用须知 - -  4.1 本软件提供以定时关机为代表的计划任务功能:多种定时方式执行关机/注销/重启/锁定桌面/待机/打开文件(或URL)/复合任务,立即关机/注销/重启/锁定桌面/待机,自动同步网络标准时间,方便的计划任务工具等功能。 - -  4.2 本软件仅适用于Windows XP/Vista/7/8/10/11操作系统,软件可随操作系统启动而自动运行,以便随时提供所有功能服务并减少响应时间。如果用户在安装本软件后因任何原因欲放弃使用,可删除本软件。 - -  4.3 本软件由作者提供产品支持。 - -  4.4 软件的修改和升级:作者保留为用户提供本软件的修改、升级版本的权利。 - -  4.5 本软件不含有任何旨在破坏用户计算机数据和获取用户隐私信息的恶意代码,不含有任何跟踪、监视用户计算机的功能代码,不会监控用户网上、网下的行为,不会收集用户使用其它软件、文档等个人信息,不会泄漏用户隐私。 - -  4.6 用户应在遵守法律及本协议的前提下使用本软件。用户无权实施包括但不限于下列行为: - -  4.6.1 不得删除或者改变本软件上的所有权利管理电子信息; - -  4.6.2 不得故意避开或者破坏著作权人为保护本软件著作权而采取的技术措施; - -  4.6.3 用户不得利用本软件误导、欺骗他人; - -  4.6.4 违反国家规定,对计算机信息系统功能进行删除、修改、增加、干扰,造成计算机信息系统不能正常运行, - -  4.6.5 未经允许,进入计算机信息网络或者使用计算机信息网络资源 - -  4.6.6 未经允许,对计算机信息网络功能进行删除、修改或者增加的; - -  4.6.7 未经允许,对计算机信息网络中存储、处理或者传输的数据和应用程序进行删除、修改或者增加; - -  4.6.8 破坏本软件系统或网站的正常运行,故意传播计算机病毒等破坏性程序; - -  4.6.9 其他任何危害计算机信息网络安全的。 - -  4.7 对于从非作者指定站点下载的本软件产品以及从非作者发行的介质上获得的本软件产品,作者无法保证该软件是否感染计算机病毒、是否隐藏有伪装的特洛伊木马程序或者黑客软件,使用此类软件,将可能导致不可预测的风险,建议用户不要轻易下载、安装、使用,作者不承担任何由此产生的一切法律责任。 - -  4.7.1 不得使用本软件发布违反国家法律的非法广告信息,如色情,赌博等,其造成的一切后果与本作者无关,请自觉营造和谐良性的网络营销环境。违法行为一经发现,本作者有权终止服务并追究法律责任。 - -  4.8 隐私权保护:为了更好地改进软件和服务,在用户启动本软件时,本软件会向作者服务器报告软件所在计算机的唯一标识,具体报告方法为访问服务器的一个页面,服务器根据该页面的被访问次数统计软件使用次数。作者不会将此数据与用户的个人身份信息相关联。 - -  5.免责与责任限制 - -  5.1 本软件经过详细的测试,但不能保证与所有的软硬件系统完全兼容,不能保证本软件完全没有错误。如果出现不兼容及软件错误的情况,用户可登录软件官网论坛将情况报告作者,获得技术支持。如果无法解决兼容性问题,用户可以删除本软件。 - -  5.2 使用本软件产品风险由用户自行承担,在适用法律允许的最大范围内,对因使用或不能使用本软件所产生的损害及风险,包括但不限于直接或间接的个人损害、商业赢利的丧失、贸易中断、商业信息的丢失或任何其它经济损失,作者不承担任何责任。 - -  5.3 对于因电信系统或互联网网络故障、计算机故障或病毒、信息损坏或丢失、计算机系统问题或其它任何不可抗力原因而产生损失,作者不承担任何责任。 - -  5.4 用户违反本协议规定,对作者公司造成损害的。作者有权采取包括但不限于中断使用许可、停止提供服务、限制使用、法律追究等措施。 - -  6 . 法律及争议解决 - -  6.1 本协议适用中华人民共和国法律。 - -  6.2 因本协议引起的或与本协议有关的任何争议,各方应友好协商解决;协商不成的,任何一方均可将有关争议提交至郑州仲裁委员会并按照其届时有效的仲裁规则仲裁;仲裁裁决是终局的,对各方均有约束力。 - -  7. 其他条款 - -  7.1 如果本协议中的任何条款无论因何种原因完全或部分无效或不具有执行力,或违反任何适用的法律,则该条款被视为删除,但本协议的其余条款仍应有效并且有约束力。 - -  7.2 作者有权根据有关法律、法规的变化以及公司经营状况和经营策略的调整等修改本协议。修改后的协议会随附于新版本软件。当发生有关争议时,以最新的协议文本为准。如果不同意改动的内容,用户可以自行删除本软件。如果用户继续使用本软件,则视为您接受本协议的变动。 - -  7.3 本协议的一切解释权与修改权归作者。 \ No newline at end of file diff --git a/win/setup/webscan/HanvonWebScan_Setup.iss b/win/setup/webscan/HanvonWebScan_Setup.iss deleted file mode 100644 index 0f4067e..0000000 --- a/win/setup/webscan/HanvonWebScan_Setup.iss +++ /dev/null @@ -1,146 +0,0 @@ -; Script generated by the Inno Setup Script Wizard. -; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! -#define MyAppName "汉王WEBSCAN" -#define MyAppVersion GetFileVersion('..\..\x86\OEM\hanvon\sane.dll') -#define MyAppSetupName "HanvonWebScan_Setup" -#define MyAppDefSetupDir "HanvonWebScan" -#define MyAppPublisher "汉王信息科技有限公司" - -[Setup] -; NOTE: The value of AppId uniquely identifies this application. -; Do not use the same AppId value in installers for other applications. -; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{0C57C0AF-8474-4F0C-A233-1251F20538DF} -AppName={#MyAppName} -AppVerName={#MyAppName} -AppVersion={#MyAppVersion} -DefaultDirName={pf}\{#MyAppDefSetupDir} -DefaultGroupName={#MyAppName} -VersionInfoVersion={#MyAppVersion} -OutputDir=..\..\package -OutputBaseFilename={#MyAppSetupName}_{#MyAppVersion} -Compression=lzma -AppPublisher={#MyAppPublisher} -SolidCompression=yes -UninstallIconFile=uninstall.ico -SetupIconFile=HanvonWebScan.ico -LicenseFile=HanvonWebScan_License.txt -PrivilegesRequired=admin -DisableWelcomePage=no - -[Languages] -Name: "zn"; MessagesFile: "compiler:Languages/ChineseSimp.isl" - -[Files] - -; app -Source: ".\HanvonWebScan.ico"; DestDir: "{app}\"; Flags: ignoreversion - -Source: "..\..\x86\Release\hwusbdev.key"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\宋体.ttf"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\IsTask.dll"; DestDir: "{app}\"; Flags: ignoreversion - -Source: "..\..\x86\Release\HWWebScan.exe"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\..\..\code_app\doc\webscan\国产化设备接口函数标准0816.doc"; DestDir: "{app}\doc\"; Flags: ignoreversion -Source: "..\..\..\..\code_app\test\webscan\*"; DestDir: "{app}\demo\"; Flags: ignoreversion createallsubdirs recursesubdirs - -Source: "..\..\x86\Release\HWBase.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\HWImgFmt.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\HWImgProc.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\OEM\hanvon\sane.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\OEM\hanvon\scanner.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\OEM\hanvon\lang.dll"; DestDir: "{app}\"; Flags: ignoreversion; -Source: "..\..\..\lang\*"; DestDir: "{app}\lang\"; Flags: ignoreversion; - -Source: "..\..\x86\Release\cnocr.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\doc_seg.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\ExportFile.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\FormEx.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\GetPdf.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\GetRtf.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\GetXls.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\hanwangOCRdetect.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\hasp_windows_113819.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\HwOcrSdk.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\libmupdf.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\libzip.org.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\mp30.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\ofd.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\pdflib.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\PDFParse.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\tinyxml2.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\zlib.dll"; DestDir: "{app}\"; Flags: ignoreversion - -Source: "..\..\x86\Release\msvcp140.dll"; DestDir: "{app}\"; Flags: ignoreversion; -Source: "..\..\x86\Release\vcruntime140.dll"; DestDir: "{app}\"; Flags: ignoreversion; -Source: "..\..\x86\Release\concrt140.dll"; DestDir: "{app}\"; Flags: ignoreversion; - -;拷贝驱动 -Source: "..\..\usb\hanvon\hanvonusbscan.inf"; DestDir: "{app}\driver\"; Flags: ignoreversion recursesubdirs; -Source: "..\..\usb\hanvon\hanvonusbscan.cat"; DestDir: "{app}\driver\"; Flags: ignoreversion recursesubdirs; -Source: "..\..\x86\Release\DPInst32.exe"; DestDir: "{app}\"; Flags: ignoreversion recursesubdirs; Check: not IsWin64 -Source: "..\..\x64\Release\DPInst64.exe"; DestDir: "{app}\"; Flags: ignoreversion recursesubdirs; Check: IsWin64 - - -[INI] - -[Icons] -Name: "{group}\汉王WEBSCAN接口文档"; Filename: "{app}\doc\国产化设备接口函数标准0816.doc" -Name: "{group}\汉王WEBSCAN示例网页"; Filename: "{app}\demo\demo.html" -Name: "{group}\{cm:UninstallProgram, {#MyAppName}}"; Filename: "{uninstallexe}"; - -[Registry] -Root: HKLM; Subkey: "Software\HanvonWebScan"; ValueType: string; ValueName: "AppDirectory"; ValueData: "{app}"; Flags: uninsdeletekey -Root: HKLM; Subkey: "Software\HanvonWebScan"; ValueType: string; ValueName: "Application"; ValueData: "{app}\HWWebScan.exe"; Flags: uninsdeletekey -Root: HKLM; Subkey: "Software\HanvonWebScan"; ValueType: string; ValueName: "AppVersion"; ValueData: "{#MyAppVersion}"; Flags: uninsdeletekey -Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "HWWebScan"; ValueData: "{app}\HWWebScan.exe" - -[Code] - -// 卸载前判断进程是否在运行 -function RunTaskU(FileName: string; bFullpath: Boolean): Boolean; - external 'RunTask@{app}/ISTask.dll stdcall delayload uninstallonly'; -function KillTaskU(ExeFileName: string): Integer; - external 'KillTask@{app}/ISTask.dll stdcall delayload uninstallonly'; - -function InitializeUninstall(): Boolean; - begin - Result:= true; - if RunTaskU('HWWebScan.exe', false) then - begin - KillTaskU('HWWebScan.exe'); - Result:= true; - end - else - Result:= true; - UnloadDll(ExpandConstant('{app}/ISTask.dll')); - end; - -function SetUninstallIcon(iconPath:string): Boolean; -var - InstalledVersion,SubKeyName: String; -begin - SubKeyName := 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{0C57C0AF-8474-4F0C-A233-1251F20538DF}_is1'; - RegWriteStringValue(HKLM,SubKeyName,'DisplayIcon',iconPath); -end; - -procedure CurPageChanged(CurPageID: Integer); -begin - if CurPageID = wpFinished then - begin - SetUninstallIcon(ExpandConstant('{app}\HanvonWebScan.ico')); - end; -end; - -procedure CurUninstallStepChanged(CurUninstallStep:TUninstallStep); -begin - if CurUninstallStep = usDone then - begin - DelTree(ExpandConstant('{app}'), True, True, True); - end; - end; - -[Run] -Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser -Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser -Filename: "{app}\HWWebScan.exe"; Description: "{cm:LaunchProgram, {#MyAppName}}"; Flags: nowait runascurrentuser \ No newline at end of file diff --git a/win/setup/webscan/HuaGoWebScan.ico b/win/setup/webscan/HuaGoWebScan.ico deleted file mode 100644 index bb06227..0000000 Binary files a/win/setup/webscan/HuaGoWebScan.ico and /dev/null differ diff --git a/win/setup/webscan/HuaGoWebScan_License.txt b/win/setup/webscan/HuaGoWebScan_License.txt deleted file mode 100644 index ef4c727..0000000 --- a/win/setup/webscan/HuaGoWebScan_License.txt +++ /dev/null @@ -1,83 +0,0 @@ -请务必认真阅读和理解本《软件许可使用协议》(以下简称《协议》)中规定的所有权利和限制。除非您接受本《协议》条款,否则您无权下载、安装或使用本”软件”及其相关服务。您一旦安装、复制、下载、访问或以其它方式使用本软件产品,将视为对本《协议》的接受,即表示您同意接受本《协议》各项条款的约束。如果您不同意本《协议》中的条款,请不要安装、复制或使用本软件。 - -  1. 权利声明 - -  本”软件”的一切知识产权,以及与”软件”相关的所有信息内容,包括但不限于:文字表述及其组合、图标、图饰、图像、图表、色彩、界面设计、版面框架、有关数据、附加程序、印刷材料或电子文档等均为作者所有,受著作权法和国际著作权条约以及其他知识产权法律法规的保护。 - -  2. 许可范围 - -  2.1 下载、安装和使用:本软件为免费软件,用户可以非商业性、无限制数量地下载、安装及使用本软件。 - -  2.2 复制、分发和传播:用户可以非商业性、无限制数量地复制、分发和传播本软件产品。但必须保证每一份复制、分发和传播都是完整和真实的, 包括所有有关本软件产品的软件、电子文档, 版权和商标,亦包括本协议。 - -  3. 权利限制 - -  3.1 禁止反向工程、反向编译和反向汇编:用户不得对本软件产品进行反向工程(Reverse Engineer)、反向编译(Decompile)或反向汇编(Disassemble),同时不得改动编译在程序文件内部的任何资源。除法律、法规明文规定允许上述活动外,用户必须遵守此协议限制。 - -  3.2 组件分割:本软件产品是作为一个单一产品而被授予许可使用, 用户不得将各个部分分开用于任何目的。 - -  3.3 个别授权: 如需进行商业性的销售、复制、分发,包括但不限于软件销售、预装、捆绑等,必须获得作者的授权和许可。 - -  3.4 保留权利:本协议未明示授权的其他一切权利仍归作者所有,用户使用其他权利时必须获得作者的书面同意。 - -  4. 用户使用须知 - -  4.1 本软件提供以定时关机为代表的计划任务功能:多种定时方式执行关机/注销/重启/锁定桌面/待机/打开文件(或URL)/复合任务,立即关机/注销/重启/锁定桌面/待机,自动同步网络标准时间,方便的计划任务工具等功能。 - -  4.2 本软件仅适用于Windows XP/Vista/7/8/10/11操作系统,软件可随操作系统启动而自动运行,以便随时提供所有功能服务并减少响应时间。如果用户在安装本软件后因任何原因欲放弃使用,可删除本软件。 - -  4.3 本软件由作者提供产品支持。 - -  4.4 软件的修改和升级:作者保留为用户提供本软件的修改、升级版本的权利。 - -  4.5 本软件不含有任何旨在破坏用户计算机数据和获取用户隐私信息的恶意代码,不含有任何跟踪、监视用户计算机的功能代码,不会监控用户网上、网下的行为,不会收集用户使用其它软件、文档等个人信息,不会泄漏用户隐私。 - -  4.6 用户应在遵守法律及本协议的前提下使用本软件。用户无权实施包括但不限于下列行为: - -  4.6.1 不得删除或者改变本软件上的所有权利管理电子信息; - -  4.6.2 不得故意避开或者破坏著作权人为保护本软件著作权而采取的技术措施; - -  4.6.3 用户不得利用本软件误导、欺骗他人; - -  4.6.4 违反国家规定,对计算机信息系统功能进行删除、修改、增加、干扰,造成计算机信息系统不能正常运行, - -  4.6.5 未经允许,进入计算机信息网络或者使用计算机信息网络资源 - -  4.6.6 未经允许,对计算机信息网络功能进行删除、修改或者增加的; - -  4.6.7 未经允许,对计算机信息网络中存储、处理或者传输的数据和应用程序进行删除、修改或者增加; - -  4.6.8 破坏本软件系统或网站的正常运行,故意传播计算机病毒等破坏性程序; - -  4.6.9 其他任何危害计算机信息网络安全的。 - -  4.7 对于从非作者指定站点下载的本软件产品以及从非作者发行的介质上获得的本软件产品,作者无法保证该软件是否感染计算机病毒、是否隐藏有伪装的特洛伊木马程序或者黑客软件,使用此类软件,将可能导致不可预测的风险,建议用户不要轻易下载、安装、使用,作者不承担任何由此产生的一切法律责任。 - -  4.7.1 不得使用本软件发布违反国家法律的非法广告信息,如色情,赌博等,其造成的一切后果与本作者无关,请自觉营造和谐良性的网络营销环境。违法行为一经发现,本作者有权终止服务并追究法律责任。 - -  4.8 隐私权保护:为了更好地改进软件和服务,在用户启动本软件时,本软件会向作者服务器报告软件所在计算机的唯一标识,具体报告方法为访问服务器的一个页面,服务器根据该页面的被访问次数统计软件使用次数。作者不会将此数据与用户的个人身份信息相关联。 - -  5.免责与责任限制 - -  5.1 本软件经过详细的测试,但不能保证与所有的软硬件系统完全兼容,不能保证本软件完全没有错误。如果出现不兼容及软件错误的情况,用户可登录软件官网论坛将情况报告作者,获得技术支持。如果无法解决兼容性问题,用户可以删除本软件。 - -  5.2 使用本软件产品风险由用户自行承担,在适用法律允许的最大范围内,对因使用或不能使用本软件所产生的损害及风险,包括但不限于直接或间接的个人损害、商业赢利的丧失、贸易中断、商业信息的丢失或任何其它经济损失,作者不承担任何责任。 - -  5.3 对于因电信系统或互联网网络故障、计算机故障或病毒、信息损坏或丢失、计算机系统问题或其它任何不可抗力原因而产生损失,作者不承担任何责任。 - -  5.4 用户违反本协议规定,对作者公司造成损害的。作者有权采取包括但不限于中断使用许可、停止提供服务、限制使用、法律追究等措施。 - -  6 . 法律及争议解决 - -  6.1 本协议适用中华人民共和国法律。 - -  6.2 因本协议引起的或与本协议有关的任何争议,各方应友好协商解决;协商不成的,任何一方均可将有关争议提交至郑州仲裁委员会并按照其届时有效的仲裁规则仲裁;仲裁裁决是终局的,对各方均有约束力。 - -  7. 其他条款 - -  7.1 如果本协议中的任何条款无论因何种原因完全或部分无效或不具有执行力,或违反任何适用的法律,则该条款被视为删除,但本协议的其余条款仍应有效并且有约束力。 - -  7.2 作者有权根据有关法律、法规的变化以及公司经营状况和经营策略的调整等修改本协议。修改后的协议会随附于新版本软件。当发生有关争议时,以最新的协议文本为准。如果不同意改动的内容,用户可以自行删除本软件。如果用户继续使用本软件,则视为您接受本协议的变动。 - -  7.3 本协议的一切解释权与修改权归作者。 \ No newline at end of file diff --git a/win/setup/webscan/HuaGoWebScan_Setup.iss b/win/setup/webscan/HuaGoWebScan_Setup.iss deleted file mode 100644 index c425e44..0000000 --- a/win/setup/webscan/HuaGoWebScan_Setup.iss +++ /dev/null @@ -1,146 +0,0 @@ -; Script generated by the Inno Setup Script Wizard. -; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! -#define MyAppName "华高WEBSCAN" -#define MyAppVersion GetFileVersion('..\..\x86\OEM\huagao\sane.dll') -#define MyAppSetupName "HuaGoWebScan_Setup" -#define MyAppDefSetupDir "HuaGoWebScan" -#define MyAppPublisher "宁波华高信息科技有限公司" - -[Setup] -; NOTE: The value of AppId uniquely identifies this application. -; Do not use the same AppId value in installers for other applications. -; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{16FBB4EE-7582-4135-BD46-FBA26687A1D5} -AppName={#MyAppName} -AppVerName={#MyAppName} -AppVersion={#MyAppVersion} -DefaultDirName={pf}\{#MyAppDefSetupDir} -DefaultGroupName={#MyAppName} -VersionInfoVersion={#MyAppVersion} -OutputDir=..\..\package -OutputBaseFilename={#MyAppSetupName}_{#MyAppVersion} -Compression=lzma -AppPublisher={#MyAppPublisher} -SolidCompression=yes -UninstallIconFile=uninstall.ico -SetupIconFile=HuaGoWebScan.ico -LicenseFile=HuaGoWebScan_License.txt -PrivilegesRequired=admin -DisableWelcomePage=no - -[Languages] -Name: "zn"; MessagesFile: "compiler:Languages/ChineseSimp.isl" - -[Files] - -; app -Source: ".\HuaGoWebScan.ico"; DestDir: "{app}\"; Flags: ignoreversion - -Source: "..\..\x86\Release\hwusbdev.key"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\宋体.ttf"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\IsTask.dll"; DestDir: "{app}\"; Flags: ignoreversion - -Source: "..\..\x86\Release\HGWebScan.exe"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\..\..\code_app\doc\webscan\国产化设备接口函数标准0816.doc"; DestDir: "{app}\doc\"; Flags: ignoreversion -Source: "..\..\..\..\code_app\test\webscan\*"; DestDir: "{app}\demo\"; Flags: ignoreversion createallsubdirs recursesubdirs - -Source: "..\..\x86\Release\HGBase.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\HGImgFmt.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\HGImgProc.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\OEM\huagao\sane.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\OEM\huagao\scanner.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\OEM\huagao\lang.dll"; DestDir: "{app}\"; Flags: ignoreversion; -Source: "..\..\..\lang\*"; DestDir: "{app}\lang\"; Flags: ignoreversion; - -Source: "..\..\x86\Release\cnocr.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\doc_seg.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\ExportFile.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\FormEx.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\GetPdf.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\GetRtf.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\GetXls.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\hanwangOCRdetect.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\hasp_windows_113819.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\HwOcrSdk.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\libmupdf.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\libzip.org.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\mp30.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\ofd.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\pdflib.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\PDFParse.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\tinyxml2.dll"; DestDir: "{app}\"; Flags: ignoreversion -Source: "..\..\x86\Release\zlib.dll"; DestDir: "{app}\"; Flags: ignoreversion - -Source: "..\..\x86\Release\msvcp140.dll"; DestDir: "{app}\"; Flags: ignoreversion; -Source: "..\..\x86\Release\vcruntime140.dll"; DestDir: "{app}\"; Flags: ignoreversion; -Source: "..\..\x86\Release\concrt140.dll"; DestDir: "{app}\"; Flags: ignoreversion; - -;拷贝驱动 -Source: "..\..\usb\huagao\huagaousb.inf"; DestDir: "{app}\driver\"; Flags: ignoreversion recursesubdirs; -Source: "..\..\usb\huagao\huagaousb.cat"; DestDir: "{app}\driver\"; Flags: ignoreversion recursesubdirs; -Source: "..\..\x86\Release\DPInst32.exe"; DestDir: "{app}\"; Flags: ignoreversion recursesubdirs; Check: not IsWin64 -Source: "..\..\x64\Release\DPInst64.exe"; DestDir: "{app}\"; Flags: ignoreversion recursesubdirs; Check: IsWin64 - - -[INI] - -[Icons] -Name: "{group}\华高WEBSCAN接口文档"; Filename: "{app}\doc\国产化设备接口函数标准0816.doc" -Name: "{group}\华高WEBSCAN示例网页"; Filename: "{app}\demo\demo.html" -Name: "{group}\{cm:UninstallProgram, {#MyAppName}}"; Filename: "{uninstallexe}"; - -[Registry] -Root: HKLM; Subkey: "Software\HuaGoWebScan"; ValueType: string; ValueName: "AppDirectory"; ValueData: "{app}"; Flags: uninsdeletekey -Root: HKLM; Subkey: "Software\HuaGoWebScan"; ValueType: string; ValueName: "Application"; ValueData: "{app}\HGWebScan.exe"; Flags: uninsdeletekey -Root: HKLM; Subkey: "Software\HuaGoWebScan"; ValueType: string; ValueName: "AppVersion"; ValueData: "{#MyAppVersion}"; Flags: uninsdeletekey -Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "HGWebScan"; ValueData: "{app}\HGWebScan.exe" - -[Code] - -// 卸载前判断进程是否在运行 -function RunTaskU(FileName: string; bFullpath: Boolean): Boolean; - external 'RunTask@{app}/ISTask.dll stdcall delayload uninstallonly'; -function KillTaskU(ExeFileName: string): Integer; - external 'KillTask@{app}/ISTask.dll stdcall delayload uninstallonly'; - -function InitializeUninstall(): Boolean; - begin - Result:= true; - if RunTaskU('HGWebScan.exe', false) then - begin - KillTaskU('HGWebScan.exe'); - Result:= true; - end - else - Result:= true; - UnloadDll(ExpandConstant('{app}/ISTask.dll')); - end; - -function SetUninstallIcon(iconPath:string): Boolean; -var - InstalledVersion,SubKeyName: String; -begin - SubKeyName := 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{16FBB4EE-7582-4135-BD46-FBA26687A1D5}_is1'; - RegWriteStringValue(HKLM,SubKeyName,'DisplayIcon',iconPath); -end; - -procedure CurPageChanged(CurPageID: Integer); -begin - if CurPageID = wpFinished then - begin - SetUninstallIcon(ExpandConstant('{app}\HuaGoWebScan.ico')); - end; -end; - -procedure CurUninstallStepChanged(CurUninstallStep:TUninstallStep); -begin - if CurUninstallStep = usDone then - begin - DelTree(ExpandConstant('{app}'), True, True, True); - end; - end; - -[Run] -Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser -Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser -Filename: "{app}\HGWebScan.exe"; Description: "{cm:LaunchProgram, {#MyAppName}}"; Flags: nowait runascurrentuser \ No newline at end of file diff --git a/win/setup/webservice/CumtennWebSdk_Setup.iss b/win/setup/webservice/CumtennWebSdk_Setup.iss index ed7b74e..4d8d3d1 100644 --- a/win/setup/webservice/CumtennWebSdk_Setup.iss +++ b/win/setup/webservice/CumtennWebSdk_Setup.iss @@ -171,8 +171,8 @@ begin end; [Run] -Filename: "{app}\vc_redist.x86.exe"; Flags: runascurrentuser; Check: not Is64BitInstallMode -Filename: "{app}\vc_redist.x64.exe"; Flags: runascurrentuser; Check: Is64BitInstallMode +Filename: "{app}\vc_redist.x86.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: not Is64BitInstallMode +Filename: "{app}\vc_redist.x64.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: Is64BitInstallMode Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser Filename: "{app}\CTSWebService.exe"; Description: "{cm:LaunchProgram, {#MyAppName}}"; Flags: nowait runascurrentuser \ No newline at end of file diff --git a/win/setup/webservice/HanvonWebSdk_Setup.iss b/win/setup/webservice/HanvonWebSdk_Setup.iss index 8084474..dcc6c4f 100644 --- a/win/setup/webservice/HanvonWebSdk_Setup.iss +++ b/win/setup/webservice/HanvonWebSdk_Setup.iss @@ -171,8 +171,8 @@ begin end; [Run] -Filename: "{app}\vc_redist.x86.exe"; Flags: runascurrentuser; Check: not Is64BitInstallMode -Filename: "{app}\vc_redist.x64.exe"; Flags: runascurrentuser; Check: Is64BitInstallMode +Filename: "{app}\vc_redist.x86.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: not Is64BitInstallMode +Filename: "{app}\vc_redist.x64.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: Is64BitInstallMode Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser Filename: "{app}\HWWebService.exe"; Description: "{cm:LaunchProgram, {#MyAppName}}"; Flags: nowait runascurrentuser \ No newline at end of file diff --git a/win/setup/webservice/HuaGoWebSdk_Setup.iss b/win/setup/webservice/HuaGoWebSdk_Setup.iss index f8df25a..c1aa60b 100644 --- a/win/setup/webservice/HuaGoWebSdk_Setup.iss +++ b/win/setup/webservice/HuaGoWebSdk_Setup.iss @@ -170,8 +170,8 @@ begin end; [Run] -Filename: "{app}\vc_redist.x86.exe"; Flags: runascurrentuser; Check: not Is64BitInstallMode -Filename: "{app}\vc_redist.x64.exe"; Flags: runascurrentuser; Check: Is64BitInstallMode +Filename: "{app}\vc_redist.x86.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: not Is64BitInstallMode +Filename: "{app}\vc_redist.x64.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: Is64BitInstallMode Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser Filename: "{app}\HGWebService.exe"; Description: "{cm:LaunchProgram, {#MyAppName}}"; Flags: nowait runascurrentuser \ No newline at end of file diff --git a/win/setup/webservice/LanxumWebSdk_Setup.iss b/win/setup/webservice/LanxumWebSdk_Setup.iss index 1366ff3..9e1e68f 100644 --- a/win/setup/webservice/LanxumWebSdk_Setup.iss +++ b/win/setup/webservice/LanxumWebSdk_Setup.iss @@ -171,8 +171,8 @@ begin end; [Run] -Filename: "{app}\vc_redist.x86.exe"; Flags: runascurrentuser; Check: not Is64BitInstallMode -Filename: "{app}\vc_redist.x64.exe"; Flags: runascurrentuser; Check: Is64BitInstallMode +Filename: "{app}\vc_redist.x86.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: not Is64BitInstallMode +Filename: "{app}\vc_redist.x64.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: Is64BitInstallMode Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser Filename: "{app}\LSCWebService.exe"; Description: "{cm:LaunchProgram, {#MyAppName}}"; Flags: nowait runascurrentuser \ No newline at end of file diff --git a/win/setup/webservice/MicrotekWebSdk_Setup.iss b/win/setup/webservice/MicrotekWebSdk_Setup.iss index 9669460..bfd8399 100644 --- a/win/setup/webservice/MicrotekWebSdk_Setup.iss +++ b/win/setup/webservice/MicrotekWebSdk_Setup.iss @@ -171,8 +171,8 @@ begin end; [Run] -Filename: "{app}\vc_redist.x86.exe"; Flags: runascurrentuser; Check: not Is64BitInstallMode -Filename: "{app}\vc_redist.x64.exe"; Flags: runascurrentuser; Check: Is64BitInstallMode +Filename: "{app}\vc_redist.x86.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: not Is64BitInstallMode +Filename: "{app}\vc_redist.x64.exe"; Parameters: "/s"; Flags: runascurrentuser; Check: Is64BitInstallMode Filename: "{app}\DPInst32"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: not IsWin64; Flags: runascurrentuser Filename: "{app}\DPInst64"; Parameters: "/path ""{app}\driver"" /sw /se /lm /f"; Check: IsWin64; Flags: runascurrentuser Filename: "{app}\ZJWebService.exe"; Description: "{cm:LaunchProgram, {#MyAppName}}"; Flags: nowait runascurrentuser \ No newline at end of file