Forum: NSIS Discussion
2nd January 2007, 14:39
|
|
Replies: 7
Views: 1,863
|
Forum: NSIS Discussion
2nd January 2007, 14:15
|
|
Replies: 7
Views: 1,863
Function SetCustom
!insertmacro...
Function SetCustom
!insertmacro MUI_HEADER_TEXT "$(LABEL_TITEL)" ""
!insertmacro MUI_INSTALLOPTIONS_EXTRACT "Custom.ini"
!insertmacro MUI_INSTALLOPTIONS_WRITE "Custom.ini" "Field 1"...
|
Forum: NSIS Discussion
2nd January 2007, 13:59
|
|
Replies: 7
Views: 1,863
This is how I have used the custom page:
;...
This is how I have used the custom page:
; Customer page
Page custom SetCustom ValidateCustom
; Instfiles page
!insertmacro MUI_PAGE_INSTFILES
When I press on install from the page det...
|
Forum: NSIS Discussion
2nd January 2007, 09:54
|
|
Replies: 7
Views: 1,863
Problem with NSIS install
Hi
I have a problem with the install file I have made with NSIS. When I make the exe file it all works fine and I can run the Install shield and then the program that I want to install is...
|