Version=1170 : : ***** WordTricks Auxillary Update Routines ***** : : This allows certain functions to be performed by the WordTricks : Update utility (WTX_Update.exe) based on the version number above. : : The version number is compared to a user's version number which : is stored in the User portion of the Windows Registry. If the : version number is greater than the user's, then the commands are : processed. : : IF the version is 0, or it is less than or equal to the user's : version number, this file is ignored. : : Lines starting with a : are ignored as comments. : : : The syntax is: COMMAND|Parameter 1|Parameter 2|, etc. : (Pipe Symbol Separator) : : The general commands are as follows: : : EXIT (No Parameters) Terminates WTX_Update.exe : : : RESTART (No Parameters) Restarts WTX_Start.exe : (After commands are processed) : : : RUN | Path [|Arguments] Executes Programs or Batch Files : : Example: Run|"S:\WordTricks\WTX_Update.BAT"|"Flag 1"|"Flag 2"|"Flag 3" : : : RegKeyDelete | UserRegistryKey Deletes an HKEY_CURRENT_USER key : : Example: RegKeyDelete|Software\WordTricks\Admin : : : RegEntryDelete | RegistryEntry Deletes an HKEY_CURRENT_USER Entry : : Example: RegEntryDelete|Software\WordTricks\DocIDFoot\CheckMatter : : : RegSetLong | Entry | Value Set a numeric User Value : : Example: RegSetLong|Software\WordTricks\DocIDFoot\LateralPosition|2 : : : RegSetString|Entry|Value Set a text User Value : : Example: RegSetString|Software\WordTricks\UserFontSize|12 : : : These are typical user settings when upgrading : to WordTricks version 9.2 : RegSetLong|Software\WordTricks\UseExpandedBar|1 RegSetLong|Software\WordTricks\ListTricks\UseInsertPrompt|1 RegSetLong|Software\WordTricks\ListTricks\UseGraphicSave|1 RegSetLong|Software\WordTricks\ListTricks\PromptOnEmptyLeadIn|0 RegSetLong|Software\WordTricks\ListTricks\NewParaLeadIn|1 RegSetLong|Software\WordTricks\ListTricks\AutoRepairSchemes|0 RegSetLong|Software\WordTricks\ListTricks\AutoApplyLeadIn|1 RegSetLong|Software\WordTricks\ListTricks\ApplyNumWScheme|1 RegSetLong|Software\WordTricks\ListTricks\AllowStyleSepBttn|0 RegSetLong|Software\WordTricks\ListTricks\AllowRemoveHPPs|0