Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Jar file is extracted in the installer (http://forums.winamp.com/showthread.php?t=244826)

Veerasekar 28th April 2006 10:34

Jar file is extracted in the installer
 
1 Attachment(s)
Your Excellency,

I have attached the Installer Script for your reference.
I have a problem when I click in the Programs ---> XMLVision---XMLVision
The Jar file is extracted from the installer and stored into the Desktop. Please give an Idea.

One More Question.

Can I make unix Installer for using NSIS Script.

Thanks
veerasekar
japan,

The Script is attached here. Thanks

Edit (Afrow UK, 28th April 2006, 11:37)
I have removed the code from your post. Please only include your source code as a file attachment using the attach feature.

Afrow UK 28th April 2006 10:43

Your InstallDirRegKey is set to:
InstallDirRegKey HKCU "Software\xmleditor" ""

And yet, you are writing $INSTDIR to a different registry key:
WriteRegStr HKLM SOFTWARE\xmleditor "Install_Dir" "$INSTDIR"

No doubt the default registry key under "Software\xmleditor" is empty and so $INSTDIR will be empty as well. If $INSTDIR is empty, then Desktop is used.

-Stu


All times are GMT. The time now is 04:35.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.