Line 23:
cd "%LOCAL_INSTALLATION_PATH%" → cd /d "%LOCAL_INSTALLATION_PATH%"
/d also changes the drive. This is needed if the installer is run from outside of the C: drive, otherwise it throws an error and doesn't launch the application after installing
Line 23:
cd "%LOCAL_INSTALLATION_PATH%"
→cd /d "%LOCAL_INSTALLATION_PATH%"
/d also changes the drive. This is needed if the installer is run from outside of the C: drive, otherwise it throws an error and doesn't launch the application after installing