De-fuglify the service path in Windows
The default service path in Windows is fugly and not very convenient. I2P uses the correct path, but if you want to access snark or eepsite data, one must go to %SYSTEMROOT%\config\systemprofile\AppData\Roaming\I2P\ (Vista/7) or %SYSTEMROOT%\system32\config\systemprofile\Application Data\I2P (XP/2003). If this wasn't bad enough, in some cases one must take ownership of this path and grant permission to him- or herself to access the folder. With this changeset, I'm setting the path to %ALLUSERSPROFILE%\Application Data\I2P as well as adding a shortcut to the I2P folder in the Start menu.
Showing
- installer/install.xml 2 additions, 2 deletionsinstaller/install.xml
- installer/resources/install_i2p_service_winnt.bat 3 additions, 1 deletioninstaller/resources/install_i2p_service_winnt.bat
- installer/resources/set_config_dir_for_nt_service.bat 16 additions, 2 deletionsinstaller/resources/set_config_dir_for_nt_service.bat
- installer/resources/shortcutSpec.xml 10 additions, 0 deletionsinstaller/resources/shortcutSpec.xml
- installer/resources/uninstall_i2p_service_winnt.bat 1 addition, 0 deletionsinstaller/resources/uninstall_i2p_service_winnt.bat
- router/java/src/net/i2p/router/RouterVersion.java 1 addition, 1 deletionrouter/java/src/net/i2p/router/RouterVersion.java