Reply To: Package Issue

#9283
rigs
Member
  • Total Post: 12
  • Regular Joe
  • ★★

here is rsp….as I said, its very basic.
Im only patching with released Wyse patches…..this process is for reporting purposes only ….

[Version]
Number=runreport
Description=Runs qfecheck and directs out to Server
OS=XP
Category=Other

[Script]
;
;DATE: 16 Mar 2007
;
;Prepared and Written by me
;
; This package is for use on XPe builds with SP2 only. It will fail
; on other builds.
;
;


; Check Operating System, Check SP level and Confirm free space
;


CO “XP”
CV “c:windowssystem32ntoskrnl.exe” “>=” “5.1.2600.2622”
CF “C” “5000”
;
;


; No Lockout
;


;LU
;


; Copy over the update files
;


SF “Crunreport.exe” “c:runreport.exe”

;
;


; Execute the update file
;


EX “c:runreport.exe” “+”
;
;


; Local Pause
;


LP “10”
;
;;


; Delete the file
;


DF “c:runreport.exe”