Down-loaded the setup template files to my Downloads folder.
Right clicked then "extracted all" to the folder where my map is located.
Opened the file with Notepad++. Made the appropriate edits and saved the file. Opended NSIS and ran the script. Same error. Line one.
I reopened the script, Clicked Edit-Select all,Control C to copy. Then opened another Notepad++ window clicked Edit-Paste. Saved as a copy in the same folder as original.
Ran the script copy. Now I get an error that it cannot find the license.txt file located in c:gps_map.
So I create a folder named gps_map in C directory then move the license.txt created by MapsetToolkit to that folder.
Ran the set-up script again. Now it completes and puts the install.exe in my release folder.
I test the .exe set up which loads the files to the C directory: Program Files(x86) by default.
Opened BaseCamp --No map

Looked in C:Program Files(x86) and my Vermont Topo files are there.
Wish I knew how to figure out what I'm doing wrong here.
Included is a copy of the result of the install script in Notepad