- Change Windows 7 virtual memory from automatic to manually since OUI do not recognize automatic virtual memory ( set it from 6000M to 12000M on 4GB Ram machine)
- In setup.exe change compatibility mode to "Windows XP SP2 (or 3)" and set "Run As Administrator"
- Ignore PSAPI.DLL errors for now. I did not come to any problems for now ignoring this errors.
- baseHTML=base.htm --> baseHTML=basejpi.htm
- baseHTMLjinitiator=basejini.htm --> baseHTMLjinitiator=basejpi.htm
- jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06 --> jpi_mimetype=application/x-java-applet
With mimetype i ommit the version number so there is no need to instal JRE 1.4.2_06. Instead forms runtime process is using any JRE installed on system (in my case it is 1.7.0_21)
I read that on Firefox 12 version number is a must but did not tested that.