Page 1 of 1

Filesize incorrect during OS install

Posted: 07. Jan 2014, 15:01
by ivgelder
When OS is installing and the agent installation is finished i get an error that an file is incorrect in filesize.

Error Message is:

The size of the file '[path]\Explcon.cmd" is incorrectly specified in Setup.inf
21 Bytes expected size
23 Bytes real size

How can i solve this?

Re: Filesize incorrect during OS install

Posted: 08. Jan 2014, 09:07
by r.wiegel

Code: Select all

[Application]
...
;SizeWarning=1
SizeWarning=0
...

Re: Filesize incorrect during OS install

Posted: 14. Jan 2014, 08:57
by ivgelder
The solutions was:

please go to the folder %empirumserver%\empirum\EmpInst\wizard\scripts2\.

Make a backup of the file win2000.eis.
After that open the file and search for expicons.cmd.
You will find the line "TEXTOUT %O%del2.inf "1:ExpIcons.cmd, %%CommonStartup%%, NORMAL, 21"" twice.
In this lines change the "21" in "0".

Then test the installation again.