Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 25 of 37
Search took 0.00 seconds.
Search: Posts Made By: Laslie
Forum: NSIS Discussion 6th March 2008, 06:41
Replies: 1
Views: 3,678
Posted By Laslie
ButtonEvent

Use ButtonEvent (http://nsis.sourceforge.net/ButtonEvent_plug-in) Plug-in.
Forum: NSIS Discussion 25th January 2008, 14:13
Replies: 5
Views: 1,931
Posted By Laslie
Well, really this parameter was problem. The size...

Well, really this parameter was problem. The size is not problem. :)
Thanks again.
Forum: NSIS Discussion 25th January 2008, 14:10
Replies: 5
Views: 1,931
Posted By Laslie
Thanks kichik but I found the problem. The old...

Thanks kichik but I found the problem. The old modern.exe contain dialog 111 size iz 0,0,178,42, the new dialog size is 0,0,167,42. When I changed dialog size the verify window show.
Forum: NSIS Discussion 25th January 2008, 13:59
Replies: 5
Views: 1,931
Posted By Laslie
Found

I use a modified modern.exe (help button, modified sectuion description dialog). When I use it from 2.34 ver the CRC verify window correct. :(
Forum: NSIS Discussion 25th January 2008, 13:44
Replies: 5
Views: 1,931
Posted By Laslie
CRC Verify window error in NSIS 2.34

When upgrade NSIS to 2.34 version and recompile my script and run my install the CRC verify window don't show. Is it a bug? Or I need set some new settings?
Forum: NSIS Discussion 3rd October 2007, 09:15
Replies: 6
Views: 2,423
Posted By Laslie
I solve the problem. :) I wrote a plugin with...

I solve the problem. :)
I wrote a plugin with this function.
Forum: NSIS Discussion 2nd October 2007, 18:50
Replies: 6
Views: 2,423
Posted By Laslie
OK, I understand you. But than how can I read...

OK, I understand you. But than how can I read names of scheduled tasks?
Forum: NSIS Discussion 2nd October 2007, 14:08
Replies: 6
Views: 2,423
Posted By Laslie
Yes, I sure. I try sample C++ program from MS,...

Yes, I sure. I try sample C++ program from MS, and works fine on Win9x/2k/XP.
Forum: NSIS Discussion 2nd October 2007, 13:43
Replies: 6
Views: 2,423
Posted By Laslie
Problem System plugin on win98

I have a problem. I list scheduled tasks and GPF on win98. It works fine on win2k/xp.


!define GUIDTask "{148BD520-A2AB-11CE-B11F-00AA00530503}"
!define GUIDITask...
Forum: NSIS Discussion 4th September 2007, 13:16
Replies: 1
Views: 1,568
Posted By Laslie
How can I process pointer array?

I retrieve a pointer array from System plugin (IEnumWorkItem->Next function), but I can't how process it.
Anybody help me?
Forum: NSIS Discussion 29th August 2007, 13:36
Replies: 16
Views: 3,234
Posted By Laslie
Try this: Function PickDirectoryPre ...

Try this:
Function PickDirectoryPre
!insertmacro SectionFlagIsSet ${Server_Docs} ${SF_SELECTED} end ""
Abort
end:
FunctionEnd
Forum: NSIS Discussion 29th August 2007, 13:26
Replies: 16
Views: 3,234
Posted By Laslie
The MUI know this.

The MUI know this.
Forum: NSIS Discussion 29th August 2007, 13:24
Replies: 16
Views: 3,234
Posted By Laslie
The other way round. Function PickDirectoryPre ...

The other way round.
Function PickDirectoryPre
!insertmacro SectionFlagIsSet ${Server_Recreate} ${SF_SELECTED} +2 0
Abort ; hide screen

; show screen
FunctionEnd
Forum: NSIS Discussion 29th August 2007, 13:13
Replies: 16
Views: 3,234
Posted By Laslie
To create the global variable use Var command,...

To create the global variable use Var command, not !define.
If you need show or not pick directory page check it in PickDirectoryPre function. Pages code running before section code running. Section...
Forum: NSIS Discussion 29th August 2007, 12:29
Replies: 16
Views: 3,234
Posted By Laslie
The 3 functions together need using! ... ...

The 3 functions together need using!
...
!define MUI_PAGE_CUSTOMFUNCTION_PRE PickDirectoryPre
!define MUI_PAGE_CUSTOMFUNCTION_SHOW PickDirectoryShow
!define MUI_PAGE_CUSTOMFUNCTION_LEAVE...
Forum: NSIS Discussion 29th August 2007, 12:24
Replies: 16
Views: 3,234
Posted By Laslie
Don't mention it. :) Yes, you cannot use it...

Don't mention it. :)

Yes, you cannot use it in a function.
Rightly:
...
!insertmacro MUI_PAGE_COMPONENTS
Page custom ServerSettingsPageDBShow ServerSettingsPageDBLeave ""
!define...
Forum: NSIS Discussion 29th August 2007, 11:44
Replies: 16
Views: 3,234
Posted By Laslie
Oops, sorry! Miss 0. Correct script: ... ...

Oops, sorry! Miss 0.

Correct script:
...
Function ServerSettingsPageDBShow
!insertmacro SectionFlagIsSet ${Server_Recreate} ${SF_SELECTED} +2 0
Abort
...

Abort calling from Page Pre...
Forum: NSIS Discussion 29th August 2007, 11:12
Replies: 16
Views: 3,234
Posted By Laslie
Use pre function for Page command and check in...

Use pre function for Page command and check in the section is selected or not. If section is not selected use abort command.
for example:
...
!insertmacro MUI_PAGE_COMPONENTS
Page custom...
Forum: NSIS Discussion 29th August 2007, 10:36
Replies: 16
Views: 3,234
Posted By Laslie
Don't call the SettingsPageDB function in...

Don't call the SettingsPageDB function in section. Use the Page command outside the sections.
Forum: NSIS Discussion 29th March 2007, 06:35
Replies: 6
Views: 2,153
Posted By Laslie
BrandingText

Brandingext (http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.6)
Forum: NSIS Discussion 29th March 2007, 06:34
Replies: 6
Views: 2,153
Posted By Laslie
BrandingText

http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.6
Forum: NSIS Discussion 12th March 2007, 11:21
Replies: 11
Views: 3,087
Posted By Laslie
The Components page is Dialog 104 in modern.exe.

The Components page is Dialog 104 in modern.exe.
Forum: NSIS Discussion 12th March 2007, 11:19
Replies: 11
Views: 3,087
Posted By Laslie
Modify modern.exe with ResHacker and insert your...

Modify modern.exe with ResHacker and insert your script
!define MUI_UI "modern.exe"
Forum: NSIS Discussion 30th November 2006, 14:09
Replies: 3
Views: 1,792
Posted By Laslie
write a text file for example temp.txt wich...

write a text file
for example temp.txt wich contains:
!define DEF 1

and include your script file
!include temp.txt
Forum: NSIS Discussion 21st November 2006, 13:49
Replies: 206
Views: 107,648
Posted By Laslie
thanks

thanks
Showing results 1 to 25 of 37

 
Forum Jump