Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: tools/OmahaCompatibility/common/example_config.txt

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ; NOTE TO ALL COPYING THIS FILE FOR MODIFICATIONS.
2 ; 1. Please do not add spaces in the AppName. This tool does not support
3 ; it although omaha itself does.
4 ; 2. For now we only support one application and two versions.
5 ; 3. Please note that for now we only support this exact format
6 ; and nothing else. ONLY change the values below i.e. the
7 ; value part of key=value.
8 ; 4. The AppName, Appguid, NeedsAdmin, and Language are self explanatory,
9 ; Version1, and Version2 indicate the versions that the installers
10 ; pointed by Installer1 and Installer2 Install.
11
12 [Application]
13 AppName=YouTubeUploader
14 AppGuid={A4F7B07B-B9BD-4a33-B136-96D2ADFB60CB}
15 NeedsAdmin=False
16 Language=en
17
18 Version1=1.0.24.0
19 Installer1=c:\Builds\youtubeuploader.msi
20
21 Version2=2.0.0.0
22 Installer2=c:\Builds\youtubeuploader.msi
OLDNEW
« no previous file with comments | « tools/OmahaCompatibility/common/error.h ('k') | tools/OmahaCompatibility/common/ping_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698