Skip to content

lhgomes/AppLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AppLauncher

Automatic application update and launcher

Configuration

AppLauncher.exe.config

  • AppArguments: Arguments to be passed to application
  • VersionFolder: Current application version folder
  • KeepLastVersions: How many versions must be keeped
  • AppName: Application name
  • ExecFile: Executable to be called after update
  • LogDebug: Write log file inside the folder %TEMP%
  • IgnoreExtensions: Extensions to be ignored during the update process
  • MultiInstance: Allow application multi instances
  • MultiInstanceMessage: Message to show when multi instance is not allowed

Install

Just copy the AppLauncher.exe and AppLauncher.exe.config to a network folder and out your application release in the same folder.
Ex:

MyApplication
AppLauncher.exe
AppLauncher.exe.config
MyCurrentRelease (This one goes to the VersionFolder parameter)
MyApplication.exe (This one goes to the ExecFile parameter)
...

About

Automatic application update and launcher

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages