Sync Update Detection Expected ValueCopy link to this sectionLink to this section copied!

Command SyntaxCopy link to this sectionLink to this section copied!

/SynchUpdateDetectionExpectedValue <update_name> 
      [-path <source_path>]
      [-disable]

Use this command line to sync the expected value from an update contained in your Update Configuration project. You can synchronize the expected value with the file version from an EXE or DLL file from disk. Synchronization is recommended when an old update is modified to obtain a new one, each time a new update is wanted.

ImportantSynchronization only makes sense when you have a single update that you modify periodically. Under no circumstances should there be multiple updates of the same application that have the same source for synchronization!

Parameters:

  • -path <source_path>
  • The path of the exe/dll from where the value is extracted.
  • -disable
  • An optional flag that disables the synchronization.

ExampleCopy link to this sectionLink to this section copied!

AdvancedInstaller.com /edit MyUpdatesConfigurationProject.aip
    /SynchUpdateDetectionExpectedValue Update1 
    -path "c:\app.exe"