|
|
#1 |
|
Junior Member
Join Date: May 2007
Posts: 2
|
Disable MUI_PAGE_DIRECTORY on runtime?
Hello
I made an installer that checks in the function .onInit if its the first installation or not (update). If its an update, i want to change the title of the MUI_PAGE_WELCOME and the MUI_PAGE_DIRECTORY should not appear. Here's some code: Function .onInit ReadRegStr $0 HKLM "Software\${APPNAME}" "" StrCmp $0 "" firstinstall 0 ;change title of MUI_PAGE_WELCOME ;disable MUI_PAGE_DIRECTORY? firstinstall: FunctionEnd Is there any easy way to realize this? Thanks! |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: May 2007
Posts: 2
|
Thx a lot. This helped me. Here is my solution:
code: |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|