Forum: NSIS Discussion
9th April 2008, 13:56
|
|
Replies: 5
Views: 4,253
|
Forum: NSIS Discussion
25th March 2008, 19:02
|
|
Replies: 5
Views: 1,926
|
Forum: NSIS Discussion
25th March 2008, 17:40
|
|
Replies: 5
Views: 1,926
|
Forum: NSIS Discussion
25th March 2008, 12:30
|
|
Replies: 5
Views: 1,926
using CDrom plugin for DVD
I have an external dvd rom reader/burner which I can use to burn an installer to span unzipping files across two DVD's. I get the "ready" status when I put in the 2nd DVD and it works. In QA, the...
|
Forum: NSIS Discussion
19th February 2008, 14:27
|
|
Replies: 4
Views: 2,286
more info
1- no - my regular installer did not use the module.
2- I just sent the UAC_AllowLUA.exe to someone with a real Vista machine and from the output it looks like it worked.
I'm deducting that the...
|
Forum: NSIS Discussion
19th February 2008, 00:49
|
|
Replies: 4
Views: 2,286
|
Forum: NSIS Discussion
18th February 2008, 21:51
|
|
Replies: 4
Views: 2,286
UAC plug in
I'm having difficulty getting the examples nsi scripts to "install" on a virtual vista machine. I'm compiling it on windows-xp. In order for this to work, do I need to compile it in a Vista...
|
Forum: NSIS Discussion
28th June 2007, 15:41
|
|
Replies: 3
Views: 1,467
|
Forum: NSIS Discussion
28th June 2007, 14:53
|
|
Replies: 3
Views: 1,467
desktop icons
I'm doing a new installer that will delete any old application on a user's computer. The user may have renamed the desktop icon for these older systems. Does anyone know of a way to to read the lnk...
|
Forum: NSIS Discussion
29th March 2007, 18:12
|
|
Replies: 5
Views: 4,253
|
Forum: NSIS Discussion
29th March 2007, 17:11
|
|
Replies: 5
Views: 4,253
${xml::FindNextElement}
I'm trying to pull values from one xml file and insert them in another. It works as long as all the elements exist in the file.
Here's the snippet (after the file is loaded)
...
|
Forum: NSIS Discussion
21st March 2007, 19:03
|
|
Replies: 13
Views: 8,173
|
Forum: NSIS Discussion
21st March 2007, 18:09
|
|
Replies: 13
Views: 8,173
syntax information
It's hard to search for special characters for an explanation of how they are used.
Can someone explain the use of the forward-slash in
!define /date DATE "%H:%M:%S"
Is /date calling an NSIS...
|
Forum: NSIS Discussion
16th March 2007, 17:30
|
|
Replies: 3
Views: 1,547
|
Forum: NSIS Discussion
16th March 2007, 15:59
|
|
Replies: 3
Views: 1,547
IfFileExists
I have a test for a file, and I get "true" when the file does not exist:
ClearErrors
; first check to see if file exists and skip if it doesn't
IfFileExists "c:\test.txt" Here NoFile...
|
Forum: NSIS Discussion
14th March 2007, 17:10
|
|
Replies: 1
Views: 1,178
|