当前位置:网站首页>Test of NSI script
Test of NSI script
2022-07-01 20:09:00 【juluwangriyue】
NSI Script testing
Use the official script to test
Drag the script to Compile script page
Compile testing
Modify the script to test moving and deleting files
; example1.nsi
;
; This script is perhaps one of the simplest NSIs you can make. All of the
; optional settings are left to their default settings. The installer simply
; prompts the user asking them where to install, and drops a copy of example1.nsi
; there.
;
; example2.nsi expands on this by adding a uninstaller and start menu shortcuts.
;--------------------------------
; The name of the installer
Name "Example1"
; The file to write
OutFile "example1.exe"
; Request application privileges for Windows Vista
RequestExecutionLevel user
; Build Unicode installer
Unicode True
; The default installation directory
InstallDir $DESKTOP\Example1
;--------------------------------
; Pages
Page directory
Page instfiles
;--------------------------------
; The stuff to install
Section "" ;No components page, name is not important
; Set output path to the installation directory.
SetOutPath $INSTDIR
; Put file there
File example1.nsi
CopyFiles $DOCUMENTS\FemurSeg-new.onnx $DESKTOP\FemurSeg-new.onnx
Delete $DESKTOP\FemurSeg-new.onnx
SectionEnd ; end the section
边栏推荐
- 走进如心小镇,数智化变革连接“未来社区”
- 独家消息:阿里云悄然推出RPA云电脑,已与多家RPA厂商开放合作
- Swiftui 4 new features complete toggle and mixed toggle multiple binding components
- 全国职业院校技能大赛网络安全“splunk“详细配置
- [research data] observation on the differences of health preservation concepts among people in 2022 - Download attached
- ORA-01950
- list大集合等比分割成多个小list集合
- Écrire un document de blog
- How can I know if I want to get the preferential link of stock account opening? Is it safe to open an account online?
- [exercise] HashSet
猜你喜欢
Simple but modern server dashboard dashdot
What if the win11 shortcut key switching input method doesn't respond? Shortcut key switching input method does not respond
Powerful, easy-to-use, professional editor / notebook software suitable for programmers / software developers, comprehensive evaluation and comprehensive recommendation
Solve the problem of slow or failed vscode download
独家消息:阿里云悄然推出RPA云电脑,已与多家RPA厂商开放合作
math_利用微分算近似值
STC 32位8051单片机开发实例教程 二 I/O工作模式及其配置
由浅入深学会白盒测试用例设计
Win11暂停更新点不了怎么办?Win11暂停更新是灰色的如何解决?
Gaussdb (for MySQL):partial result cache, which accelerates the operator by caching intermediate results
随机推荐
Iframe 父子页面通信
EURA欧瑞E1000系列变频器使用PID实现恒压供水功能的相关参数设置及接线
Set object value changes null value object
switch 有四样写法你知道么
Interview questions shared in today's group
NSI脚本的测试
网上开户是安全的吗?新手可以开炒股账户吗。
Mo Tianlun salon | Tsinghua qiaojialin: Apache iotdb, originated from Tsinghua, builds an open source ecological road
Related concepts of cookies and sessions
为定时器和延时器等其它情况的回调函数绑定当前作用域的this
[research materials] Huawei Technology ICT 2021: at the beginning of the "Yuan" year, the industry is "new" -- download attached
Stack overflow 2022 developer survey: where is the industry going?
What else do you not know about new set()
寫博客文檔
独家消息:阿里云悄然推出RPA云电脑,已与多家RPA厂商开放合作
fastDFS入门
一个悄然崛起的国产软件,低调又强大!
GaussDB(for MySQL) :Partial Result Cache,通过缓存中间结果对算子进行加速
C # joint Halcon application - Dahua camera acquisition class
使用Zadig从0到1搭建持续交付平台