Forum: NSIS Discussion
25th February 2009, 07:32
|
|
Replies: 5
Views: 2,200
I ended up doing the "detect where java is"...
I ended up doing the "detect where java is" thing, modeled after http://nsis.sourceforge.net/Get_full_Java_version .
The sf java launchers i saw were all 'conceptual' for 5 years now; or one that...
|
Forum: NSIS Discussion
22nd February 2009, 22:55
|
|
Replies: 5
Views: 2,200
I am fresh out of win2k boxes, but this works...
I am fresh out of win2k boxes, but this works swell on XP-Pro and Vista (32|64).
I would prefer doing a .jar like this because then i don't care what version of java the user has; and when he...
|
Forum: NSIS Discussion
22nd February 2009, 18:21
|
|
Replies: 5
Views: 2,200
CreateShortcut prepends system32
Hi ho,
I am trying to create a shortcut to launch java and point it at my jar.
CreateShortCut "$SMPROGRAMS\BuckoFIBS\BuckoFIBS.lnk" 'java' "$INSTDIR\[JARFILE]" "" 0
This ends up pointing at...
|