Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: nc10
Forum: NSIS Discussion 12th September 2013, 09:17
Replies: 2
Views: 1,793
Posted By nc10
Thanks. Works fine!!!!

Thanks. Works fine!!!!
Forum: NSIS Discussion 12th September 2013, 09:14
Replies: 3
Views: 1,790
Posted By nc10
Thanks for your fast answer. But can u please...

Thanks for your fast answer. But can u please explain me a little bit ...
How can i get access to the Finish.nsh script ?!?

Thanks.
nc10
Forum: NSIS Discussion 12th September 2013, 08:44
Replies: 4
Views: 1,973
Posted By nc10
Thanks. RMDir or RMDir /R or RMDir /R...

Thanks.

RMDir or RMDir /R or RMDir /R /REBOOTOK doesn't work.

After uninstall only the last folder of the path is deleted. For example C:\MyCompany\MyService, MyService will be deleted, but...
Forum: NSIS Discussion 11th September 2013, 14:43
Replies: 3
Views: 1,790
Posted By nc10
Mui_finishpage_text

Hi,

one more little question: I work with MUI_FINISHPAGE_TEXT: So i have the following code in my script:
!define MUI_FINISHPAGE_TEXT "Thank you for installing. Please look in $INSTDIR\logfiles...
Forum: NSIS Discussion 11th September 2013, 13:30
Replies: 4
Views: 1,973
Posted By nc10
delete $INSTDIR

Hi,

one more little question i can not resolve:

In my uninstall section i delete all my installed files.

Example: If i install my app and i choose C:\MyCompany\MyService as Installation...
Forum: NSIS Discussion 11th September 2013, 13:18
Replies: 2
Views: 1,793
Posted By nc10
change icon in system control of windows

Hi,

one little question: I want to change the symbol of my app in the system control of windows, where i can deinstall my software.
I have developped with success an entry in the system control...
Forum: NSIS Discussion 13th August 2013, 10:05
Replies: 6
Views: 1,741
Posted By nc10
my code in setup.nsi SubSection ...

my code in setup.nsi


SubSection
Section /o "-hidden"
SectionEnd

${MementoUnselectedSection} "App1" app1
${MementoSectionEnd}
Forum: NSIS Discussion 13th August 2013, 06:22
Replies: 6
Views: 1,741
Posted By nc10
Hi And thanks. I reached it out myself. It...

Hi
And thanks. I reached it out myself. It Works! Now i see the selected sections in the registry with value 1. So far, fine!

I expected that ${MementoSectionSave} in the callback function...
Forum: NSIS Discussion 12th August 2013, 14:42
Replies: 6
Views: 1,741
Posted By nc10
thanks but if i write SubSection "App" ...

thanks but if i write


SubSection "App"

${MementoSection} /o "Subapp1" subapp1

${MementoSectionEnd}
Forum: NSIS Discussion 12th August 2013, 13:14
Replies: 6
Views: 1,741
Posted By nc10
I resolved it by using SectionGroup instead of...

I resolved it by using SectionGroup instead of SubSection ...



Any ideas?

Thanks!
Forum: NSIS Discussion 12th August 2013, 12:58
Replies: 6
Views: 1,741
Posted By nc10
unselected sub sections per default

Hallo,

one more question:

My Code:


SubSection "App"
Section /o "Subapp1"
SectionEnd
Forum: NSIS Discussion 31st July 2013, 11:55
Replies: 0
Views: 1,515
Posted By nc10
Problems InstallDir und SetOutPath $INSTDIR\test

Hallo again,

i have a strange problem i can not understand ...
In my script, there is an installer instruction:
InstallDir "C:\Test\MyApp"

In an Installer Section i extract many files:
...
Forum: NSIS Discussion 1st July 2013, 08:00
Replies: 9
Views: 2,599
Posted By nc10
Thanks. Good Tip! Now i use a function which...

Thanks. Good Tip! Now i use a function which trims leading and trailing spaces. Now it works.
Now my Code:

FileOpen $0 "$INSTDIR\test_text.txt" r ; open and read line by line
Loop:...
Forum: NSIS Discussion 26th June 2013, 14:47
Replies: 9
Views: 2,599
Posted By nc10
Hey thanks for answer: But i cannot see any...

Hey thanks for answer:
But i cannot see any difference?!?!
my code:
${If} $Save == "logging.log"
MessageBox MB_OK "Ja!"
${EndIf}

(I only forgot to write MB_OK and the formatting in the post...
Forum: NSIS Discussion 26th June 2013, 14:11
Replies: 9
Views: 2,599
Posted By nc10
Thank you very much! I think the command...

Thank you very much!
I think the command CopyFiles also can't handle Variables as Parameters. If i use !define it works.

So far: I have another Problem.
I want to read out filenames (relative...
Forum: NSIS Discussion 20th June 2013, 14:48
Replies: 9
Views: 2,599
Posted By nc10
Problems with CopyFiles

Hi,

sorry i'm new in working with nsis.

I want to copy files using CopyFiles:

CopyFiles "$INSTDIR\$Save" "$INSTDIR\saved"

$Save is a relative path like logs\log.txt
Showing results 1 to 16 of 16

 
Forum Jump