Noob questions
hi!
We are building a big hotel application using powerbuilder.
Till now our setup application was in Powerbuilder.
We decided to use nsis.I have studied the documentation but i have some basic question that it would be very heplful if u could answer
1)Our application is approx 350MB devided into folders.The setupexe that will be produced from nsis compiler will include the whole 350MB product or the folder will be in the cd as they are now and the setup.exe will install them?
2)How does nsis 'understand' that the files to be installed are in the same CD as the it is?Is the var ${NSISDIR} do the job?
3)I have 4 applications that I want to be installed.I found it imposible to define 4 seperate InstallDir vars and screens so I tried to have one InstallDir and with Strcpy
strcpy $1 "$PROGRAMFILES\hotel"
strcpy $1 "pos"
shouldn t $1 be hotelpos?
4)if I want to have uninstallers for each of the 4 apps I should build the uninstallers within each app's section?
5)I tried to use the nsisedit wizard to build a nsis modernui but althouth the script is produced it cannot be compiled
I get the followinf errors
!insertmacro: macro named "MUI_PAGE_WELCOME" not found!
!insertmacro: macro named "MUI_PAGE_LICENSE" not found!
!insertmacro: macro named "MUI_PAGE_LICENSE" not found!
!insertmacro: macro named "MUI_PAGE_INSTFILES" not found!
!insertmacro: macro named "MUI_PAGE_FINISH" not found!
!insertmacro: macro named "MUI_UNPAGE_INSTFILES" not found!
!insertmacro: macro named "MUI_UNPAGE_INSTFILES" not found!
The script produced by nsisedit
edited by kichik. attached below :down:
Any help welcome
Thanx in advance!!!
sorry for the long thread (and my English...)