Gday All
In order to prevent memory loss for an application I am using on a Symbol PDT8137 (Windows CE OS). I have developed the below .reg file and placed it in the application folder. under the application folder I have created a separate folder called TNT_Config. Basically after cold booting the Wceload program should then load the cab files in the TNT_Config folder therby automatically re-installing the application. This works really well on a symbol MC9000 unit I am using but does not seem to load on the 8137. I can see that the below registry keys have been updated on the unit however, the application just will not load. Any ideas?
;--------------------------------------------------------------------
; FILENAME: TNT_Config.reg
;
; DESCRIPTION: Automatically run by the Symbol device to set these
; key values in the registry when the device is cold
; booted / hard reset. These registry keys set the
; specified cab files to be run by the wceload program
; (when the device runs the list of programs to be run
; on startup) that will extract their files and install
; them. This file will reconfigure the Eclipse
; application.
;
;
;
;--------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog1]
"Name"="\windows\wceload.exe"
"Command"="/noaskdest /noui /delete 0 \Application\TNT_Config\netcf.core.ppc3.ARM.cab"
"Continue"=dword:0
"ColdBootOnly"=dword:1
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog2]
"Name"="\windows\wceload.exe"
"Command"="/noaskdest /noui /delete 0 \Application\TNT_Config\symbol.all.arm.cab"
"Continue"=dword:0
"ColdBootOnly"=dword:1
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog3]
"Name"="\windows\wceload.exe"
"Command"="/noaskdest /noui /delete 0 \Application\TNT_Config\OpenNETCF_PPC.ARM.CAB"
"Continue"=dword:0
"ColdBootOnly"=dword:1
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog4]
"Name"="\windows\wceload.exe"
"Command"="/noaskdest /noui /delete 0 \Application\TNT_Config\System_SR_enu.cab"
"Continue"=dword:0
"ColdBootOnly"=dword:1
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog5]
"Name"="\windows\wceload.exe"
"Command"="/noaskdest /noui /delete 0 \Application\TNT_Config\Eclipse_PPC.ARM.CAB"
"Continue"=dword:0
"ColdBootOnly"=dword:1
In order to prevent memory loss for an application I am using on a Symbol PDT8137 (Windows CE OS). I have developed the below .reg file and placed it in the application folder. under the application folder I have created a separate folder called TNT_Config. Basically after cold booting the Wceload program should then load the cab files in the TNT_Config folder therby automatically re-installing the application. This works really well on a symbol MC9000 unit I am using but does not seem to load on the 8137. I can see that the below registry keys have been updated on the unit however, the application just will not load. Any ideas?
;--------------------------------------------------------------------
; FILENAME: TNT_Config.reg
;
; DESCRIPTION: Automatically run by the Symbol device to set these
; key values in the registry when the device is cold
; booted / hard reset. These registry keys set the
; specified cab files to be run by the wceload program
; (when the device runs the list of programs to be run
; on startup) that will extract their files and install
; them. This file will reconfigure the Eclipse
; application.
;
;
;
;--------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog1]
"Name"="\windows\wceload.exe"
"Command"="/noaskdest /noui /delete 0 \Application\TNT_Config\netcf.core.ppc3.ARM.cab"
"Continue"=dword:0
"ColdBootOnly"=dword:1
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog2]
"Name"="\windows\wceload.exe"
"Command"="/noaskdest /noui /delete 0 \Application\TNT_Config\symbol.all.arm.cab"
"Continue"=dword:0
"ColdBootOnly"=dword:1
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog3]
"Name"="\windows\wceload.exe"
"Command"="/noaskdest /noui /delete 0 \Application\TNT_Config\OpenNETCF_PPC.ARM.CAB"
"Continue"=dword:0
"ColdBootOnly"=dword:1
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog4]
"Name"="\windows\wceload.exe"
"Command"="/noaskdest /noui /delete 0 \Application\TNT_Config\System_SR_enu.cab"
"Continue"=dword:0
"ColdBootOnly"=dword:1
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog5]
"Name"="\windows\wceload.exe"
"Command"="/noaskdest /noui /delete 0 \Application\TNT_Config\Eclipse_PPC.ARM.CAB"
"Continue"=dword:0
"ColdBootOnly"=dword:1