app updates, re-work NetworkDrivers.script

This commit is contained in:
Homes32
2021-03-22 20:04:27 -05:00
parent c564e5b0be
commit ccd714c22a
19 changed files with 559 additions and 202 deletions

View File

@@ -112,7 +112,7 @@ If,Not,%ExitCode%,Equal,0,Halt,"ERROR: Image conversion failed. [%ExitCode%]"
[SetDefaultOptions]
System,Cursor,Wait
WriteInterface,Value,%ScriptFile%,Interface,txt_Manufacturer,"PhoenixPE"
WriteInterface,Value,%ScriptFile%,Interface,txt_Model,"{ProjectTitle} (Build: {Date} {Time})"
WriteInterface,Value,%ScriptFile%,Interface,txt_Model,"{ProjectTitle} (Build {Date} {Time})"
WriteInterface,Value,%ScriptFile%,Interface,txt_SupportHrs,""
WriteInterface,Value,%ScriptFile%,Interface,txt_SupportPh,""
WriteInterface,Value,%ScriptFile%,Interface,txt_SupportURL,"https://www.github.com/PhoenixPE"
@@ -164,7 +164,7 @@ btn_AdvancedOptions=,1,8,571,5,25,25,ToggleAdvancedOptions,Advanced_16.png,True,
btn_ScriptInfo=,1,8,601,5,25,25,ShowScriptInfo,Help_16.png,True,"__Script Info"
bvl_OEMInfo="OEM Information",1,12,5,50,440,206,8,Bold
txt_Manufacturer=Manufacturer,1,0,16,82,200,21,PhoenixPE,"__Manufacturer name"
txt_Model=Model,1,0,230,82,200,21,"{ProjectTitle} (Build: {Date} {Time})","__Model information#$xThe following text macros may be used to include additional information: {ProjectTitle}, {ProjectVer}, {Username}, {ComputerName}, {Date}, {Time}#$x#$xeg.Build Info: {ProjectTitle} v{ProjectVer} {Date}"
txt_Model=Model,1,0,230,82,200,21,"{ProjectTitle} (Build {Date} {Time})","__Model information#$xThe following text macros may be used to include additional information: {ProjectTitle}, {ProjectVer}, {Username}, {ComputerName}, {Date}, {Time}#$x#$xeg.Build Info: {ProjectTitle} v{ProjectVer} {Date}"
txt_SupportHrs="Support Hours",1,0,16,126,200,21,,"__Hours support is available#$x#$xeg. 24-Hrs or Mon-Fri 8am to 5pm"
txt_SupportPh="Support Phone",1,0,230,126,200,21,,"__Support Phone Number#$x#$xeg. 1-800-555-5555"
txt_SupportURL="Support URL",1,0,16,172,415,21,https://www.github.com/PhoenixPE,"__URL of the support website.#$xThis will be a clickable link titled 'Online Support'.#$x#$xeg. https://github.com/PhoenixPE"