#At file:///D:/Work/MySQL/installer/ based on revid:mike.lischke@stripped
412 Mike Lischke 2011-04-07
Mising installer configuration setting (also for later stats collection).
modified:
WexInstaller.Core/InstallerConfiguration.cs
=== modified file 'WexInstaller.Core/InstallerConfiguration.cs'
=== modified file 'WexInstaller.Core/InstallerConfiguration.cs'
--- a/WexInstaller.Core/InstallerConfiguration.cs 2011-03-30 15:08:55 +0000
+++ b/WexInstaller.Core/InstallerConfiguration.cs 2011-04-07 14:19:22 +0000
@@ -27,6 +27,12 @@
set { if (value) instance.LicenseAgreement = 1; else instance.LicenseAgreement = 0; }
}
+ public static bool SendSystemInfo
+ {
+ get { return instance.SendSystemInfo > 0; }
+ set { if (value) instance.SendSystemInfo = 1; else instance.SendSystemInfo = 0; }
+ }
+
public static Point Location
{
get { return instance.Location; }
@@ -186,6 +192,7 @@
public string ProductCachePath { get; set; }
public string InstallationRoot { get; set; }
public int LicenseAgreement { get; set; }
+ public int SendSystemInfo { get; set; }
public Point Location { get; set; }
public string ProductCode { get; set; }
public string ActiveCatalog { get; set; }
Attachment: [text/bzr-bundle] bzr/mike.lischke@oracle.com-20110407141922-nnxvhkfzjrriu9ig.bundle
| Thread |
|---|
| • bzr commit into wex-installer-1.0 branch (mike.lischke:412) | Mike Lischke | 7 Apr |