Forum: NSIS Discussion
28th September 2010, 20:42
|
|
Replies: 111
Views: 70,652
|
Forum: NSIS Discussion
27th September 2010, 22:03
|
|
Replies: 111
Views: 70,652
|
Forum: NSIS Discussion
27th September 2010, 17:21
|
|
Replies: 111
Views: 70,652
|
Forum: NSIS Discussion
20th April 2009, 14:22
|
|
Replies: 4
Views: 2,881
|
Forum: NSIS Discussion
17th April 2009, 22:45
|
|
Replies: 4
Views: 2,881
ExecWait with double quote
the command fails with double quotes with the command area.
all fail:
ExecWait '"${DOTNETPATH20}regasm /nologo /codebase "${JROOT}bin\board.dll"" x -y' ExecWait '"${DOTNETPATH20}regasm /nologo...
|
Forum: NSIS Discussion
14th January 2009, 16:16
|
|
Replies: 4
Views: 2,799
|
Forum: Winamp Development
14th January 2009, 16:14
|
|
Replies: 3
Views: 3,139
|
Forum: NSIS Discussion
14th January 2009, 16:09
|
|
Replies: 1
Views: 1,498
|
Forum: NSIS Discussion
13th January 2009, 20:26
|
|
Replies: 0
Views: 1,482
MS Access query question
How can I query a MS Access database in NSIS?
I want to query the DB and then Insert data in to it.
I looked at Create_an_ODBC_entry_for_a_MS_Access_database...
|
Forum: NSIS Discussion
10th July 2007, 22:34
|
|
Replies: 2
Views: 3,744
|
Forum: NSIS Discussion
10th July 2007, 18:19
|
|
Replies: 2
Views: 3,744
NSIS Env Variables windows XP
Can someone tell me how I can get the environment vars to show up immediately after the installer is complete? In windows XP
We do not what to restart, but we would like to run an executable...
|
Forum: NSIS Discussion
18th June 2007, 21:50
|
|
Replies: 3
Views: 2,869
|
Forum: NSIS Discussion
18th June 2007, 21:36
|
|
Replies: 3
Views: 2,869
Add files and folders recursively
I am trying to add three folders on the c: drive root level to the installer.
I can not get NSIS to recursively get all folder under the folders specified. It will get all files but not folders....
|