summaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/NSIS.InstallOptions.ini.in
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2013-04-12 15:28:14 -0700
committerNicholas Corgan <nick.corgan@ettus.com>2013-04-16 11:07:49 -0700
commitcdb261b45bfae35818f3d07955e2b9406ee15e38 (patch)
treeff055ab3ab139add7accdb7fe77653575b168449 /host/cmake/Modules/NSIS.InstallOptions.ini.in
parent3405201567c4479e97749d0b4b8862f0e8c0d055 (diff)
downloaduhd-cdb261b45bfae35818f3d07955e2b9406ee15e38.tar.gz
uhd-cdb261b45bfae35818f3d07955e2b9406ee15e38.tar.bz2
uhd-cdb261b45bfae35818f3d07955e2b9406ee15e38.zip
cmake: Added custom NSIS templates
* More personalized messages * Unused "UHD Desktop Icon" option removed * UHD Images Downloader, USRP2 Card Burner, and USRP-N2XX Net Burner added to Start Menu
Diffstat (limited to 'host/cmake/Modules/NSIS.InstallOptions.ini.in')
-rw-r--r--host/cmake/Modules/NSIS.InstallOptions.ini.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/host/cmake/Modules/NSIS.InstallOptions.ini.in b/host/cmake/Modules/NSIS.InstallOptions.ini.in
new file mode 100644
index 000000000..969a3ae52
--- /dev/null
+++ b/host/cmake/Modules/NSIS.InstallOptions.ini.in
@@ -0,0 +1,37 @@
+[Settings]
+NumFields=4
+
+[Field 1]
+Type=label
+Text=By default the USRP Hardware Driver (UHD) does not add its directory to the system PATH.
+Left=0
+Right=-1
+Top=0
+Bottom=20
+
+[Field 2]
+Type=radiobutton
+Text=Do not add @CPACK_PACKAGE_NAME@ to the system PATH
+Left=0
+Right=-1
+Top=30
+Bottom=40
+State=1
+
+[Field 3]
+Type=radiobutton
+Text=Add @CPACK_PACKAGE_NAME@ to the system PATH for all users
+Left=0
+Right=-1
+Top=40
+Bottom=50
+State=0
+
+[Field 4]
+Type=radiobutton
+Text=Add @CPACK_PACKAGE_NAME@ to the system PATH for current user
+Left=0
+Right=-1
+Top=50
+Bottom=60
+State=0