Forum: NSIS Discussion
8th June 2004, 10:11
|
|
Replies: 13
Views: 4,389
|
Forum: NSIS Discussion
7th June 2004, 12:55
|
|
Replies: 13
Views: 4,389
|
Forum: NSIS Discussion
4th June 2004, 11:22
|
|
Replies: 5
Views: 2,678
|
Forum: NSIS Discussion
4th June 2004, 10:30
|
|
Replies: 5
Views: 2,678
|
Forum: NSIS Discussion
3rd June 2004, 13:33
|
|
Replies: 5
Views: 2,678
I hv also tried. It only deletes Desktop...
I hv also tried. It only deletes Desktop Shortcuts and not the Start Menu ShortCuts. Code :
Delete "$DESKTOP\Application.lnk"
Delete "$SMPROGRAMS\$STARTMENU_FOLDER\Application.lnk"
Delete...
|
Forum: NSIS Discussion
3rd June 2004, 12:45
|
|
Replies: 9
Views: 3,535
|
Forum: NSIS Discussion
3rd June 2004, 10:28
|
|
Replies: 9
Views: 3,535
|
Forum: NSIS Discussion
2nd June 2004, 10:02
|
|
Replies: 9
Views: 3,535
|
Forum: NSIS Discussion
1st June 2004, 12:35
|
|
Replies: 13
Views: 4,389
|
Forum: NSIS Discussion
1st June 2004, 12:15
|
|
Replies: 13
Views: 4,389
|
Forum: NSIS Discussion
1st June 2004, 12:09
|
|
Replies: 13
Views: 4,389
Its tooooooo confusing..
I tried updating...
Its tooooooo confusing..
I tried updating by downloading the development files from CVS server. It says.........
Initializing CVS Update...
Error connecting to host cvs1: No such host is...
|
Forum: NSIS Discussion
1st June 2004, 10:30
|
|
Replies: 13
Views: 4,389
|
Forum: NSIS Discussion
28th May 2004, 10:16
|
|
Replies: 3
Views: 2,260
but i hv to set more than 100 jars in the...
but i hv to set more than 100 jars in the classpath and its not possible to first store each of them in a variable & then put in the classpath.
Also if i use like
GetFullPathName $0 "$OUTDIR\.."...
|
Forum: NSIS Discussion
27th May 2004, 11:06
|
|
Replies: 3
Views: 2,260
Some problem with setting path
Hi,
I want to set the working directory as
\webserver-catalina so i used
SetOutPath "$EXEDIR\webserver-catalina"
Now in classpath, every path starts from $EXEDIR
so, i used ../ at...
|
Forum: NSIS Discussion
26th May 2004, 11:11
|
|
Replies: 13
Views: 4,389
|
Forum: NSIS Discussion
25th May 2004, 12:11
|
|
Replies: 9
Views: 3,535
|
Forum: NSIS Discussion
25th May 2004, 11:24
|
|
Replies: 9
Views: 3,535
|
Forum: NSIS Discussion
21st May 2004, 12:23
|
|
Replies: 9
Views: 3,535
Output redirection to a 3 respective files.
Hi,
I want to put three different kinds of output(lik standard output, error and log) in 3 respective file(say, stdout,stderr and log). How can i do this using script?
I searched the forum and...
|
Forum: NSIS Discussion
20th May 2004, 12:54
|
|
Replies: 17
Views: 4,480
|
Forum: NSIS Discussion
20th May 2004, 11:37
|
|
Replies: 17
Views: 4,480
|
Forum: NSIS Discussion
20th May 2004, 11:27
|
|
Replies: 17
Views: 4,480
|
Forum: NSIS Discussion
20th May 2004, 09:51
|
|
Replies: 17
Views: 4,480
Yeh I did that and it shows only half of the...
Yeh I did that and it shows only half of the command.
Actually my classpath itself is too long so it shows only part of the classpath.
Yeh this is the problem but whats the solution for this ?
|
Forum: NSIS Discussion
19th May 2004, 12:14
|
|
Replies: 17
Views: 4,480
Hey please help me. I did much of RnD in java...
Hey please help me. I did much of RnD in java launcher.
I tried executing the command specified in 'Exec' at the command prompt & it ran fine. So, why its not working in the script with the Exec...
|
Forum: NSIS Discussion
17th May 2004, 12:32
|
|
Replies: 17
Views: 4,480
|
Forum: NSIS Discussion
17th May 2004, 12:18
|
|
Replies: 17
Views: 4,480
yeh Joost,
I tried both the installer, one...
yeh Joost,
I tried both the installer, one with java.exe and other with javaw.exe and changed them according to my application i.e i set the classpath, main class name , command line arg. and VM...
|