uhd/host/cmake/Modules/NSIS.InstallOptions.ini.in
Nicholas Corgan cdb261b45b 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
2013-04-16 11:07:49 -07:00

37 lines
563 B
INI

[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