I'm trying to install the free edition of OpManager on my server, but it just ends the installation with a small input form asking for my username/phone/email then says when I submit that support will be in contact. I do not receive any other errors, but in the install folder I see a couple of text files with worrying information:
- D:\Scrap>set wdir=D:\Scrap
- D:\Scrap>set USERNAME=Files\ManageEngine\OpManager
- D:\Scrap>set PHNO="Fernando Vinan-Cano"
- D:\Scrap>set EMAILID=00123456789
- D:\Scrap>set PRO_HOME=D:\Program
- D:\Scrap>if xD:\Program == x (
- echo home not set
- exit 1;
- )
- D:\Scrap>if NOT EXIST D:\Program exit 1
D:\Scrap is just where I stored the downloaded installation executable, but what is concerning is path for the installation is being mangled, I have chosen "D:\Program Files\ManageEngine\OpManager" and it seems to have not be parsed correctly.