To run this program properly with Vista or Windows 7 you need to do the following steps:
- Download and unzip the program
- Go to the Directory where the "javaw.exe" is located
(normally in C:\Program Files\Java\...\bin\javaw.exe)
- Right click on the "javaw.exe" and go to properties
- select "Run Program as administrator" (below)
- make the same with "java.exe"
- your're done
OR (if you don't want to give admin rights by default):
Create a batch file named runme.bat with this content: (change X:\Path\to\PartyTools to YOUR real path)
cd X:\Path\to\PartyTools
start /b /low javaw -jar "X:\Path\to\PartyTools\PartyTools.jar"
and put it into PartyTools folder. Then make a shortcut to this batch file and in "Properties-Advanced-Shortcut" check "Run as Administrator".
Now everytime you double click the shortcut you get PartyTools to run with admin rights.