Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: goab
Forum: NSIS Discussion 14th January 2006, 04:19
Replies: 1
Views: 1,011
Posted By goab
how can i wait til unstaller finishes?

ExecWait '../uninstall.exe /S'

my uninstaller copy itself to temp and delete itself,
how can i wait for it to be finish?
Forum: NSIS Discussion 12th January 2006, 19:28
Replies: 8
Views: 2,805
Posted By goab
i think nsis should add a manual for section.nsi ...

i think nsis should add a manual for section.nsi

or the manual is exist that i cannot find?
Forum: NSIS Discussion 12th January 2006, 11:08
Replies: 8
Views: 2,805
Posted By goab
thank you i did it, but i changed something and...

thank you
i did it, but i changed something and it worked

!include Sections.nsh

!insertmacro MUI_PAGE_COMPONENTS

...

Section "-section1" Sec1
Forum: NSIS Discussion 11th January 2006, 22:50
Replies: 8
Views: 2,805
Posted By goab
i deleted the "-" for testing, so i can see the...

i deleted the "-" for testing, so i can see the status of the selection,

sorry my english is bad, when i say enable, it means select

i want my secton to look like ...
Forum: NSIS Discussion 11th January 2006, 19:50
Replies: 8
Views: 2,805
Posted By goab
thanks for your help but the code is not working ...

thanks for your help but the code is not working

section1 is visible for testing, section1 is not always enabled when other sections are enabled, and i want auto disable section1 when no other...
Forum: NSIS Discussion 11th January 2006, 01:44
Replies: 8
Views: 2,805
Posted By goab
how can i do this?

i have 4 sections,,

section1
section2
section3
section4

section1 is hidden, others are visible

they are in the same group
Forum: NSIS Discussion 10th January 2006, 17:01
Replies: 9
Views: 5,488
Posted By goab
thanks for the help!

thanks for the help!
Forum: NSIS Discussion 10th January 2006, 11:48
Replies: 9
Views: 5,488
Posted By goab
my installer does not ExecWait '$0 /S' the...

my installer does not ExecWait '$0 /S'

the reg entry is exist
Forum: NSIS Discussion 10th January 2006, 11:36
Replies: 9
Views: 5,488
Posted By goab
ReadRegStr $0 HKLM...

ReadRegStr $0 HKLM SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\test UninstallString
IfErrors 0 +2
ExecWait '$0 /S'
SetOutPath "$INSTDIR"...
Forum: NSIS Discussion 10th January 2006, 11:32
Replies: 9
Views: 5,488
Posted By goab
i dont have,, do i need it?

i dont have,,
do i need it?
Forum: NSIS Discussion 10th January 2006, 11:14
Replies: 9
Views: 5,488
Posted By goab
cannot compile it Usage: ReadRegStr $(user_var:...

cannot compile it
Usage: ReadRegStr $(user_var: output) rootkey subkey entry
root_key=(HKCR|HKLM|HKCU|HKU|HKCC|HKDD|HKPD|SHCTX)
Error in script "C:\save\nsis-2.12\test.nsi" on line 41 --...
Forum: NSIS Discussion 10th January 2006, 11:06
Replies: 9
Views: 5,488
Posted By goab
readRegSTr not working

Section
ReadRegStr $W HKLM SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\test UninstallString
IfErrors 0 +2
ExecWait '$W /S'
SectionEnd

is there anything incorrect in this?
Showing results 1 to 12 of 12

 
Forum Jump