java Programming Glossary: instdir
Packaging Java apps for the Windows/Linux desktop http://stackoverflow.com/questions/7720/packaging-java-apps-for-the-windows-linux-desktop Set output path to the installation directory. SetOutPath INSTDIR File r .. dist layout windows Write the installation path into.. WriteRegStr HKLM SOFTWARE RPG_Audio_Mixer Install_Dir INSTDIR Write the uninstall keys for Windows WriteRegStr HKLM Software.. CurrentVersion Uninstall RPGAudioMixer UninstallString ' INSTDIR uninstall.exe ' WriteRegDWORD HKLM Software Microsoft Windows..
|