what im trying do is create a script file that makes it real easy to create a setup...
this is all i need to create the setup for one of my apps:
!define APP_NAME "YourApp"
!define APP_COMPANY "Nullsoft Fan =)"
!define APPFILE_MAIN_SRCTREEPATH "..\Source\ReleaseU\${APPFILE_MAIN_BINNAME}"
!include "nsw.nsh"
This script will:
-Install ${APPFILE_MAIN_SRCTREEPATH} in $PROGRAMFILES\${APP_NAME}
-Create a uninstaller and register this in the registry.
-Show The License page
-Copy the license file to $InstDir
-AutoCreate Shortcut for the main program file in: (Can be disabled on the componentpage (Classic & Modern GUI))
--The Desktop
--The QuickLaunch area