Forum: NSIS Discussion
10th August 2009, 14:44
|
|
Replies: 1
Views: 1,379
Problem with CopyFiles
Hey,
i have a problem with CopyFiles.
The CopyFiles command copied the folder with the invisible folders too. But i only want to copy the visible files and folders.
Could anyone help me?
...
|
Forum: NSIS Discussion
18th June 2009, 13:27
|
|
Replies: 3
Views: 1,669
|
Forum: NSIS Discussion
18th June 2009, 12:02
|
|
Replies: 3
Views: 1,669
Environment Variables
Hello,
i have a new problem. I write a new Environment-Variable in my installer like this
${EnvVarUpdate} $0 "VarName" "A" "HKLM" "$INSTDIR" this works fine.
But later in my installer i start...
|
Forum: NSIS Discussion
17th April 2009, 09:42
|
|
Replies: 3
Views: 2,428
|
Forum: NSIS Discussion
17th April 2009, 08:26
|
|
Replies: 3
Views: 2,428
Installoptions -Radiobutton
Hello,
i have a new Problem. I want to creat a custom page.
My Ini-File:
; Ini file generated by the HM NIS Edit IO designer.
[Settings]
NumFields=4
[Field 1]
|
Forum: NSIS Discussion
25th March 2009, 13:20
|
|
Replies: 3
Views: 1,616
i have in my directory some files: ...
i have in my directory some files:
aa2008.01.zip
ab2008.01.zip
ac2008.01.zip
and now i have to know which files are in the directory.
how can i use the FindFirst here?
Sorry but i'm new on...
|
Forum: NSIS Discussion
25th March 2009, 12:52
|
|
Replies: 3
Views: 1,616
Commandline
Hey everyone,
i have a question. I try to do an commandline command in nsis.
This is my Code:
Exec "dir $verzeichnis_karten *$datum /B > $INSTDIR\maps.txt"
I want all Files from a directory...
|