OrganizrInstaller
OrganizrInstaller copied to clipboard
Windows installer fails to install if the user password includes the '&' character.
In the owi_installer.bat file, there are 2 instances where the user's input password is used for nginx and php. If the user has the '&' character in their password, the install will fail. The fix is to add "" around the %pass% variable as "%pass%" both instances.