当前位置:网站首页>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

边栏推荐
- Interview question 1
- February 15, 2022: sweeping robot. There is a floor sweeping robot in the room (represented by a grid). Each grid in the grid has two possibilities: empty and obstacles. The sweeping robot provides fo
- Getting started with fastdfs
- On the next generation entrance of the metauniverse -- the implementation of brain computer interface
- docker ubuntu容器中安装mysql遇到的问题
- Procédure de mesure du capteur d'accord vibrant par le module d'acquisition d'accord vibrant
- Flask 常用组件
- 【let var const】
- STC 32位8051单片机开发实例教程 三 程序编译设置与下载
- Understand the structure in C language in one article
猜你喜欢

cocoaPods 添加成功后,导入不了头文件或者not found file 报错

RichView 文档中的 ITEM
![[research materials] national second-hand housing market monthly report January 2022 - Download attached](/img/c8/a205ddc2835c87efa38808cf31f59e.jpg)
[research materials] national second-hand housing market monthly report January 2022 - Download attached

Win11暂停更新点不了怎么办?Win11暂停更新是灰色的如何解决?

Procédure de mesure du capteur d'accord vibrant par le module d'acquisition d'accord vibrant

【多线程】 实现单例模式 ( 饿汉、懒汉 ) 实现线程安全的单例模式 (双重效验锁)

Entering Ruxin Town, digital intelligence transformation connects "future community"

EasyCVR通过国标GB28181协议接入设备,出现设备自动拉流是什么原因?

面试题篇一

Bind this of the current scope for callback functions in other cases such as timers and delayers
随机推荐
Face recognition system opencv face detection
Interview questions shared in today's group
[research data] observation on the differences of health preservation concepts among people in 2022 - Download attached
1592 example 1 King (sgu223 loj10170 luogu1896 increase + / provincial election -) violent thinking pressure DP 01 Backpack
为定时器和延时器等其它情况的回调函数绑定当前作用域的this
What if the win11 shortcut key switching input method doesn't respond? Shortcut key switching input method does not respond
What if win11 can't pause the update? Win11 pause update is gray. How to solve it?
Swiftui 4 new features complete toggle and mixed toggle multiple binding components
[research materials] national second-hand housing market monthly report January 2022 - Download attached
Servlet knowledge points
Related concepts of cookies and sessions
Hls4ml entry method
docker ubuntu容器中安装mysql遇到的问题
实例讲解将Graph Explorer搬上JupyterLab
Win11快捷键切换输入法无反应怎么办?快捷键切换输入法没有反应
关于元宇宙下一代入口——脑机接口的实现
The large list set is divided into multiple small list sets in equal proportion
【let var const】
【C语言】详解 memset() 函数用法
[C language] explain the usage of memset() function in detail