Install script MC55E0 / MC55x

P Paul Admiraal 3 years 5 months ago
3 0 0

Hi,

For the MC55A0 we had this install script running, and it worked perfectly. But now with the MC55E0 it doesn't work anymore.

The MC55A0 seemed to wait at the align screen, after alignment the install took place, but the MC55E0 just installs intermediately. And it seems to fail because of that. The packages are not installed on the MC55E0.

Below the used script.

SetVar String Msg = "Initializing..." MessageDialog FULLSCREEN SHOW FONTSIZE 14 BOLDFONT MsgIF ( FileExists("\Windows\Init.txt") != 1 )SetVar String Msg = "Start Installing software"MessageDialog FULLSCREEN SHOW FONTSIZE 14 BOLDFONT Msg ; Terminal not yet initialized    SetVar String Msg = "Installing software (1/4)" MessageDialog FULLSCREEN SHOW FONTSIZE 14 BOLDFONT MsgSetFileAttrib "\Application\VelocityCE_1002.ARM.cab" 0x00000001RUNWAIT "\Windows\wceload.exe" "\Application\VelocityCE_1002.ARM.cab /noui"SetVar String Msg = "Installing software (2/4)" MessageDialog FULLSCREEN SHOW FONTSIZE 14 BOLDFONT MsgSetFileAttrib "\Application\VelocityCE_1002_CONFIG.CAB" 0x00000001RUNWAIT "\Windows\wceload.exe" "\Application\VelocityCE_1002_CONFIG.CAB /noui"SetVar String Msg = "Installing software (3/4)" MessageDialog FULLSCREEN SHOW FONTSIZE 14 BOLDFONT MsgSetFileAttrib "\Application\VelocityCE_1002_HOST.CAB" 0x00000001RUNWAIT "\Windows\wceload.exe" "\Application\VelocityCE_1002_HOST.CAB /noui"SetVar String Msg = "Installing software (4/4)" MessageDialog FULLSCREEN SHOW FONTSIZE 14 BOLDFONT MsgSetFileAttrib "\Application\NETCFv2.wm.armv4i.cab" 0x00000001RUNWAIT "\Windows\wceload.exe" "\Application\NETCFv2.wm.armv4i.cab /noui"SetVar String Msg = "Installing registry files" MessageDialog FULLSCREEN SHOW FONTSIZE 14 BOLDFONT MsgMERGEREGFILE "\Application\WCS_OPTIONS.REG"MERGEREGFILE "\Application\WCS_PROFILES.REG"MERGEREGFILE "\Application\PowerSettings.reg"MERGEREGFILE "\Application\RadioEnable.reg"MERGEREGFILE "\Application\Region.reg"MERGEREGFILE "\Application\HideNotification.reg"SetVar String Msg = Msg + "\n\nApplying Settings (Finalizing)"MessageDialog FULLSCREEN SHOW FONTSIZE 14 BOLDFONT MsgCopyFile "\Application\Init.txt" "\Windows\Init.txt"WARMBOOTENDIFMessageDialog HIDERUN "\Program Files\AppCenter\AppCenter.exe":End

CONTACT
Can’t find what you’re looking for?