Forum: NSIS Discussion
23rd August 2006, 04:00
|
|
Replies: 4
Views: 2,669
|
Forum: NSIS Discussion
4th April 2005, 04:45
|
|
Replies: 2
Views: 1,222
|
Forum: NSIS Discussion
4th April 2005, 04:34
|
|
Replies: 12
Views: 3,823
Donnot forget to insert this Page Macro in the...
Donnot forget to insert this Page Macro in the Page Options
!insertmacro MUI_PAGE_COMPONENTS
If using the HM_NIS you can select the Checkbox"Allow user to select the componnents to install" to...
|
Forum: NSIS Discussion
4th April 2005, 04:23
|
|
Replies: 12
Views: 3,823
Add one Section to be selected..
Section /o...
Add one Section to be selected..
Section /o "Wanna a destop shortcut"
CreateShortCut "$DESKTOP\ShortcutName.lnk" "$INSTDIR\AimName.exe"
SectionEnd
;;---If the user wanna one, he|her can...
|
Forum: NSIS Discussion
4th April 2005, 03:44
|
|
Replies: 1
Views: 1,373
Function un.onInit
!ifndef RUNSAME...
Function un.onInit
!ifndef RUNSAME ;;Èç¹ûûÓж¨ÒåRUNSAME±àÒë
;;½ûÖ¹¶à¸öÐ¶ÔØÊµÁ¦ÔËÐС£
SYSTEM::Call 'kernel32::CreateMutexA(i 0, i 0, t "myMutex") i .r1 ?e'
Pop $R0
StrCmp $R0 0 +2
Quit ...
|
Forum: NSIS Discussion
4th April 2005, 03:34
|
|
Replies: 1
Views: 1,233
How can I use System::call...
How can I use System::call 'kernel32::GetSystemTimeA(................).....????..'to get the current system time? Thanks!
|
Forum: NSIS Discussion
24th March 2005, 17:12
|
|
Replies: 10
Views: 3,231
It's wonderful here..!!~~
Function...
It's wonderful here..!!~~
Function un.oninit
SYSTEM::Call 'kernel32::CreateMutexA(i 0, i 0, t "myMutex") i .r1 ?e'
Pop $R0
StrCmp $R0 0 +2
Quit
Call un.cksundir
|