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

Unified Diff: standalone/standalone_installers.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « standalone/standalone_installer.py ('k') | statsreport/aggregator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: standalone/standalone_installers.txt
diff --git a/standalone/standalone_installers.txt b/standalone/standalone_installers.txt
deleted file mode 100644
index 6a8f48e5412cceae580497838930bd6f850da30a..0000000000000000000000000000000000000000
--- a/standalone/standalone_installers.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-# Each line is evaluated as a tuple by the build script.
-#
-# The second and fourth fields are always required. Most other fields are required if "Build Enterprise MSI" is true.
-# When updating the version, update the second, third, and fourth fields.
-#
-# The fields are:
-# * Friendly product name (required for MSI). Can include spaces, etc.
-# * Standalone installer exe name base (required) - everything but '.exe'.
-# * We recommend including the version of your app in the name so that it is
-# easy to differentiate different copies of the standalone installer. The
-# version properties of the standalone installer have Omaha's version, not
-# the app's, so the only way to determine the app version is to install it.
-# * List of (App Version, App Installer Location, App ID) tuples (required).
-# * MSI installer name base (required for MSI) - everything but '.msi'. Cannot change! Thus, should not include version info. Also, the resulting MSI must not be renamed.
-# * Custom tag parameters for MSI installer (optional). Example: '&brand=FOOB&ap=enterprise'
-# * Silent uninstall args (required for MSI). Args to add to the default uninstall command line to cause the uninstall to be silent.
-# * Whether to build an enterprise MSI - True/False.
-# * MSI Installer data (optional)
-# * File Containing Tagging Info (optional)
-
-('Test Foo', 'TestFooStandaloneInstaller', [('1.0.101.0', '$STAGING_DIR/unittest_support/test_foo_v1.0.101.0.msi', '{D6B08267-B440-4C85-9F79-E195E80D9937}')], None, None, None, False, '', '$MAIN_DIR/installers/SampleApp_installers.txt')
-
-# Not a real installer.
-('Save Arguments', 'SaveArgumentsStandaloneInstaller', [('0.1.2.0', '$STAGING_DIR/unittest_support/SaveArguments.exe', '{7DD1EF7B-D075-47c0-BD51-F624ED87CCF0}')], 'SaveArgumentsStandaloneEnterprise', '', '/silentuninstall', True, '', '')
-('Bundle_Foo_Argument', 'Bundle_Foo_Argument_StandaloneInstaller', [('0.1.2.0', '$STAGING_DIR/unittest_support/SaveArguments.exe', '{7DD1EF7B-D075-47c0-BD51-F624ED87CCF0}'), ('1.0.101.0', '$STAGING_DIR/unittest_support/test_foo_v1.0.101.0.msi', '{D6B08267-B440-4C85-9F79-E195E80D9937}')], None, None, None, False, '', '')
« no previous file with comments | « standalone/standalone_installer.py ('k') | statsreport/aggregator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698