Reply To: Script to flash firmware then delete unwanted addons

#15757
ConfGen
Keymaster
  • Total Post: 10696
  • Jedi Master
  • ★★★★★★★

Thanks again for the reply. I already contacted WYSE and tried to get a primer, but they told me that there is no primer for the 3235LE (or the 3150SE), which was my initial problem. The only one they were able to give me was an outdated build of CE for the S30. I’m pretty sure that the primers do exist for the 3235 and 3150, but it looks like they aren’t giving them out anymore.

I made some changes to my script after I had it deleting the addons without locking the terminal, and now it gets stuck in that loop no matter what I do. When it reboots after flashing the firmware, it will try to flash the firmware again instead of going onto the ST and DF commands. The “working” version was slightly different than the one I posted, but I tried to get my script back to the way it was. It’s still “looping”. I should also point out that I’m using a bundled image this time which includes a configuration addon generated by ConfGen.exe, whereas I was using the unmodified firmware when it was working.

Here’s my current script:

[Version]
Number=WT3235LE
Description=WT3235LE Image/Configuration
OS=CEN
Category=Other Packages
ImageSize=32
USE_PXE=NO


[Script]
CO "CEN"
LU "This Terminal is currently being updated. Please wait."
SF "CEFirmware" "WT3235LE.bin"
ST*
DF* "CEAddon" "ACTIONTEC"
DF* "CEAddon" "DIALUP"
DF* "CEAddon" "ELOTOUCH"
DF* "CEAddon" "JETCET"
DF* "CEAddon" "MS-STORAGE"
DF* "CEAddon" "IE"
DF* "CEAddon" "PPTP"
DF* "CEAddon" "PPPOE"
DF* "CEAddon" "PCSC_DRIVER"
DF* "CEAddon" "RDP"
DF* "CEAddon" "ELOTOUCHUSB"
DF* "CEAddon" "SCRLOCK"
DF* "CEAddon" "TEC"
DF* "CEAddon" "USBMGCOM"
DF* "CEAddon" "USBMODEM"
DF* "CEAddon" "CERTIFICATES"
EL
RB

Do you know what causes this “looping” to happen?