OLD | NEW |
| (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 | |
OLD | NEW |