Forum: NSIS Discussion
12th September 2013, 09:17
|
|
Replies: 2
Views: 1,793
|
Forum: NSIS Discussion
12th September 2013, 09:14
|
|
Replies: 3
Views: 1,790
|
Forum: NSIS Discussion
12th September 2013, 08:44
|
|
Replies: 4
Views: 1,973
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
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
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
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
|
Forum: NSIS Discussion
13th August 2013, 06:22
|
|
Replies: 6
Views: 1,741
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
|
Forum: NSIS Discussion
12th August 2013, 13:14
|
|
Replies: 6
Views: 1,741
|
Forum: NSIS Discussion
12th August 2013, 12:58
|
|
Replies: 6
Views: 1,741
|
Forum: NSIS Discussion
31st July 2013, 11:55
|
|
Replies: 0
Views: 1,515
|
Forum: NSIS Discussion
1st July 2013, 08:00
|
|
Replies: 9
Views: 2,599
|
Forum: NSIS Discussion
26th June 2013, 14:47
|
|
Replies: 9
Views: 2,599
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
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
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
|