Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: hesung
Forum: NSIS Discussion 23rd August 2006, 04:00
Replies: 4
Views: 2,669
Posted By hesung
This header file includes the function...

This header file includes the function ReadRegBin.
This shoud help.

#include header before insert the macro
${ReadRegBin}
Forum: NSIS Discussion 4th April 2005, 04:45
Replies: 2
Views: 1,222
Posted By hesung
hawhaw...

hawhaw...
Forum: NSIS Discussion 4th April 2005, 04:34
Replies: 12
Views: 3,823
Posted By hesung
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
Posted By hesung
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
Posted By hesung
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
Posted By hesung
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
Posted By hesung
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
Showing results 1 to 7 of 7

 
Forum Jump