#At file:///C:/work/connector-net/trunk/ based on revid:reggie.burnett@stripped
870 Reggie Burnett 2010-05-19
removing Sun registration from installer
removed:
Installer/registration/
Installer/registration.wxs
Installer/registration/loginhdr.jpg
Installer/registration/mysql_ca.dll
Installer/registration/register.htm
Installer/registration/svctag.xml
Installer/registration/webpage.ico
=== removed directory 'Installer/registration'
=== removed file 'Installer/registration.wxs'
=== removed directory 'Installer/registration'
=== removed file 'Installer/registration.wxs'
--- a/Installer/registration.wxs 2009-08-03 17:41:43 +0000
+++ b/Installer/registration.wxs 1970-01-01 00:00:00 +0000
@@ -1,118 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
- xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
- <!-- Define the servicetag and offline regirations files. -->
- <Fragment Id="RegistrationFragment">
- <Property Id='STCLIENT'>
- <DirectorySearch Path='[ProgramFilesFolder]\Sun\servicetag' Depth='1' Id='FindSTClient'>
- <FileSearch Name='stclient.exe' />
- </DirectorySearch>
- </Property>
- <Property Id='WindowsVerName' Value='Unk' />
- <Property Id='WindowsVerSP' Value=' '/>
- <Property Id='WMIQuery' Value='Set via CustomActions' />
- <Property Id='NewURN' Value='Set via CustomActions' />
- <Property Id='InstanceUrn' Value=' ' />
- <Property Id='RegistryUrn' Value=' ' />
- <Property Id="RegisterServer">1</Property>
-
- <Icon Id='SunReg.exe' src='./registration/webpage.ico' />
- <!-- WiX Query WMI Custom Action DLL Definition -->
- <Binary Id='mysqlca' SourceFile='./registration/mysql_ca.dll' />
-
- <DirectoryRef Id='INSTALLDIR'>
- <Component Id='Registration' Guid='F3F8CC64-6169-4b23-9972-9C56855AF39A'>
- <File Id='RegisterSVCTag' Name='register.htm' Source='./registration/register.htm' DiskId='1'>
- <Shortcut Id='RegisterSVCTag.Shortcut' Directory='ShortCutDir' Name='Register'
- LongName='SunInventory Registration'
- Description='SunInventory Registration'
- Icon='SunReg.exe' IconIndex='0' />
- </File>
- <File Id='XmlSettings' Name='svctag.xml' Source='./registration/svctag.xml' DiskId='1' />
- <File Id='RegisterLoginHeader' Name='loginhdr.jpg' Source='./registration/loginhdr.jpg' DiskId='1' />
- <util:XmlFile Id='XmlSettings1' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[%COMPUTERNAME]' ElementPath='//registration_data/environment/hostname' Sequence='1' />
- <util:XmlFile Id='XmlSettings2' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[%OS]' ElementPath='//registration_data/environment/osName' Sequence='2' />
- <util:XmlFile Id='XmlSettings3' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[WindowsVerName] [WindowsVerSP] ([VersionNT].[WindowsBuild])' ElementPath='//registration_data/environment/osVersion' Sequence='3' />
- <util:XmlFile Id='XmlSettings4' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[%PROCESSOR_ARCHITECTURE]' ElementPath='//registration_data/environment/osArchitecture' Sequence='4' />
- <util:XmlFile Id='XmlSettings5' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[ComputerSystem_Model]' ElementPath='//registration_data/environment/systemModel' Sequence='5' />
- <util:XmlFile Id='XmlSettings6' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[ComputerSystem_Manufacturer]' ElementPath='//registration_data/environment/systemManufacturer' Sequence='6' />
- <util:XmlFile Id='XmlSettings7' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[Processor_Manufacturer]' ElementPath='//registration_data/environment/cpuManufacturer' Sequence='7' />
- <util:XmlFile Id='XmlSettings8' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[BIOS_SerialNumber]' ElementPath='//registration_data/environment/serialNumber' Sequence='8' />
- <util:XmlFile Id='XmlSettings9' File='[INSTALLDIR]svctag.xml' Action='setValue' Name='urn' Value='[RegistryUrn]' ElementPath='//registration_data/registry' Sequence='9' />
- <util:XmlFile Id='XmlSettings10' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[InstanceUrn]' ElementPath='//registration_data/registry/service_tag/instance_urn' Sequence='10' />
- <util:XmlFile Id='XmlSettings11' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[ProductName]' ElementPath='//registration_data/registry/service_tag/product_name' Sequence='11' />
- <util:XmlFile Id='XmlSettings12' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[ProductVersion]' ElementPath='//registration_data/registry/service_tag/product_version' Sequence='12' />
- <util:XmlFile Id='XmlSettings13' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[ProductURN]' ElementPath='//registration_data/registry/service_tag/product_urn' Sequence='13' />
- <util:XmlFile Id='XmlSettings14' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='N/A' ElementPath='//registration_data/registry/service_tag/product_parent_urn' Sequence='14' />
- <util:XmlFile Id='XmlSettings15' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='license=gpl' ElementPath='//registration_data/registry/service_tag/product_defined_inst_id' Sequence='15' />
- <util:XmlFile Id='XmlSettings16' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[Manufacturer]' ElementPath='//registration_data/registry/service_tag/product_vendor' Sequence='16' />
- <util:XmlFile Id='XmlSettings17' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[SysDateTime]' ElementPath='//registration_data/registry/service_tag/timestamp' Sequence='17' />
- <util:XmlFile Id='XmlSettings18' File='[INSTALLDIR]svctag.xml' Action='setValue' Value='[RegistrationPackage].msi' ElementPath='//registration_data/registry/service_tag/source' Sequence='18' />
- </Component>
- </DirectoryRef>
-
- <!-- Now we define our custom actions -->
- <!-- OS String Generation -->
- <CustomAction Id='SetWin2K' Property='WindowsVerName' Value='Microsoft Windows 2000' />
- <CustomAction Id='SetWinXP' Property='WindowsVerName' Value='Microsoft Windows XP' />
- <CustomAction Id='SetWin2K3' Property='WindowsVerName' Value='Microsoft Windows 2003' />
- <CustomAction Id='SetWinVista' Property='WindowsVerName' Value='Microsoft Windows Vista' />
- <CustomAction Id='SetWin2K8' Property='WindowsVerName' Value='Microsoft Windows 2008' />
- <CustomAction Id='SetSP' Property='WindowsVerSP' Value='SP([ServicePackLevel])' />
- <!-- WMI Queries -->
- <CustomAction Id='SetCPUManufactQuery' Property='WMIQuery' Value='SELECT Manufacturer FROM Win32_Processor' />
- <CustomAction Id='QWMICPUMan' BinaryKey='mysqlca' DllEntry='CAQueryWMI' Execute='immediate' Return='ignore' />
- <CustomAction Id='SetSerialNumberQuery' Property='WMIQuery' Value='SELECT SerialNumber FROM Win32_BIOS' />
- <CustomAction Id='QWMISerNum' BinaryKey='mysqlca' DllEntry='CAQueryWMI' Execute='immediate' Return='ignore' />
- <CustomAction Id='SetMakeModelQuery' Property='WMIQuery' Value='SELECT Model, Manufacturer FROM Win32_ComputerSystem' />
- <CustomAction Id='QWMIMakMod' BinaryKey='mysqlca' DllEntry='CAQueryWMI' Execute='immediate' Return='ignore' />
- <!-- Generate URNs -->
- <CustomAction Id='GenInstanceUrn' BinaryKey='mysqlca' DllEntry='CACreateURN' Execute='immediate' Return='ignore' />
- <CustomAction Id='SetInstanceUrn' Property='InstanceUrn' Value='[NewURN]' />
- <CustomAction Id='GenRegistryUrn' BinaryKey='mysqlca' DllEntry='CACreateURN' Execute='immediate' Return='ignore' />
- <CustomAction Id='SetRegistryUrn' Property='RegistryUrn' Value='[NewURN]' />
- <!-- Set registration Date Time -->
- <CustomAction Id='SetDateTime' BinaryKey='mysqlca' DllEntry='CASetRegDateTime' Execute='immediate' Return='ignore' />
- <!-- Update Offline Registration -->
- <CustomAction Id="UpdateRegistration.SetProperty" Return="check" Property="UpdateRegistration" Value="[INSTALLDIR]" />
- <CustomAction Id="UpdateRegistration" BinaryKey="mysqlca" DllEntry="CAUpdateOfflineReg" Execute="deferred" Return="ignore" HideTarget="yes" Impersonate="no"/>
- <!-- POST Registration to RegistrationRelay Service if no STCLIENT -->
- <CustomAction Id="PostRegistration.SetProperty" Return="check" Property="PostRegistration" Value="[INSTALLDIR]" />
- <CustomAction Id="PostRegistration" BinaryKey="mysqlca" DllEntry="CASendServiceTag" Execute="immediate" Return="ignore" HideTarget="yes"/>
- <!-- Use Service Tag Client Registration -->
- <CustomAction Id='STClientRegister.SetProperty' Property='QtExecCmdLine'
- Value='"[STCLIENT]" -a -i [InstanceUrn] -p "[ProductName]" -e [ProductVersion] -t [ProductURN] -S [RegistrationPackage].msi -F N/A -P N/A -m "[Manufacturer]" -A [%PROCESSOR_ARCHITECTURE] -z N/A -I -1' />
- <CustomAction Id='STClientRegister' BinaryKey='WixCA' DllEntry='CAQuietExec' Execute='immediate' Return='check'/>
-
- <InstallExecuteSequence>
- <!-- Formatted ENV variables -->
- <Custom Action='SetWin2K' After='InstallInitialize'>(VersionNT = 500) AND (WindowsBuild = 2195)</Custom>
- <Custom Action='SetWinXP' After='SetWin2K'>(VersionNT = 501) AND (WindowsBuild = 2600)</Custom>
- <Custom Action='SetWin2K3' After='SetWinXP'>(VersionNT = 502) AND (WindowsBuild = 3790)</Custom>
- <Custom Action='SetWinVista' After='SetWin2K3'>(VersionNT = 600) AND (WindowsBuild = 6000)</Custom>
- <Custom Action='SetWin2K8' After='SetWinVista'>(VersionNT = 600) AND (WindowsBuild = 6001)</Custom>
- <Custom Action='SetSP' After='SetWin2K8'>ServicePackLevel</Custom>
- <!-- WMI Queries -->
- <Custom Action='SetCPUManufactQuery' After='SetSP' />
- <Custom Action='QWMICPUMan' After='SetCPUManufactQuery' />
- <Custom Action='SetSerialNumberQuery' After= 'QWMICPUMan' />
- <Custom Action='QWMISerNum' After='SetSerialNumberQuery' />
- <Custom Action='SetMakeModelQuery' After= 'QWMISerNum' />
- <Custom Action='QWMIMakMod' After='SetMakeModelQuery' />
- <!-- Local URNs -->
- <Custom Action='GenInstanceUrn' After='QWMIMakMod' />
- <Custom Action='SetInstanceUrn' After='GenInstanceUrn' />
- <Custom Action='GenRegistryUrn' After='SetInstanceUrn' />
- <Custom Action='SetRegistryUrn' After='GenRegistryUrn' />
- <!-- Date/Time -->
- <Custom Action='SetDateTime' After='SetRegistryUrn' />
- <!-- Update Offline Registration -->
- <Custom Action='UpdateRegistration.SetProperty' After='PublishProduct'>NOT Installed And ACTION="INSTALL"</Custom>
- <Custom Action='UpdateRegistration' After='UpdateRegistration.SetProperty'>NOT Installed And ACTION="INSTALL"</Custom>
- <!-- The POST Registration CustomAction is triggered by the UI's Finish button in ui.wxs. -->
- <!-- Use local servicetag client if available -->
- <Custom Action='STClientRegister.SetProperty' Before='STClientRegister'>STCLIENT And NOT Installed And ACTION="INSTALL"</Custom>
- <Custom Action='STClientRegister' Before='InstallFinalize'>STCLIENT And NOT Installed And ACTION="INSTALL"</Custom>
- </InstallExecuteSequence>
- </Fragment>
-</Wix>
=== removed file 'Installer/registration/loginhdr.jpg'
Binary files a/Installer/registration/loginhdr.jpg 2009-08-03 17:05:05 +0000 and b/Installer/registration/loginhdr.jpg 1970-01-01 00:00:00 +0000 differ
=== removed file 'Installer/registration/mysql_ca.dll'
Binary files a/Installer/registration/mysql_ca.dll 2009-08-03 17:41:43 +0000 and b/Installer/registration/mysql_ca.dll 1970-01-01 00:00:00 +0000 differ
=== removed file 'Installer/registration/register.htm'
--- a/Installer/registration/register.htm 2009-08-03 17:05:05 +0000
+++ b/Installer/registration/register.htm 1970-01-01 00:00:00 +0000
@@ -1,105 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Register your Connector/NET Library</title>
-<style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
-.style3 {font-family: Arial, Helvetica, sans-serif; font-size: small;}
-input.buttonblue,input.defbutton{ background: #3F6580;
- border-right:1px solid #304C60;
- border-bottom:1px solid #304C60;
- border-left:1px solid #BACDD9;
- border-top:1px solid #BACDD9;
- font-weight:bold;
- color:#FFFFFF;
- font-size:.8em;
- height:1.9em}
-input.buttonblue:hover{color:#fbe249;}
-a:link,a.named:visited{color:#3E6B8A}
-a:hover{text-decoration:underline}
-a{text-decoration:none}
-a:visited,a:visited code{color:#917E9C}
--->
-</style>
-</head>
-
-<body>
-<table width="813" border="0" cellpadding="3" cellspacing="0">
- <tr>
- <td width="7" height="78"> </td>
- <td width="794" align="left" valign="top">
- <img src="loginhdr.jpg" width="655" height="168"></td>
- </tr>
- <tr>
- <td> </td>
- <td><p class="style1">Thank you for installing the
- <strong> MySQL Cliect Connector .NET </strong>
- from Sun Microsystems. </p>
- <p class="style1">
- Registering your product will give you the following benefits:</p>
- <ul class="style1">
- <li>Notification of new versions, patches, and updates</li>
- <li>Special offers on Sun developer products, services and
- training</li>
- <li>Access to early releases and documentation </li>
- </ul>
- <p class="style1">Product registration is FREE, quick and easy!</p>
- <blockquote>
- <p class="style1">All you need is a Sun Developer Network or other
- Sun Online account. If you don't already have one, you will be
- prompted to create one. </p>
- <table width="708" border="0" cellspacing="0" cellpadding="3">
- <tr valign="top">
- <td width="126" height="35">
- <form name="form1" method="post"
-action="https://inventory.sun.com/RegistrationWeb/register/WXYZ?product=mysqlconnectornet&locale=en_US"
- enctype="text/xml">
- <input type="hidden" name="servicetag_payload"
- value="TUVW">
- <input type="submit" name="Submit"border="0" class="buttonblue"
- onmouseover="this.style.color='#fbe249';"
- onmouseout="this.style.color='#FFF';"
- value="Submit">
- </form></td>
- <td width="570">
- <span class="style3">You need to be connected to the Internet
- to register this Sun product. </span>
- </td>
- </tr>
- </table>
- </blockquote>
- </td>
- </tr>
- <tr>
- <td> </td>
- <td bgcolor="#f1f7df">
- <p class="style3">Sun Microsystems, Inc. respects your privacy.
- We will use your personal information for communications
- and management of your Sun Online Account, the services
- and applications you access using your Sun Online Account,
- and the products you register with your Sun Online Account.</p>
- <p class="style3">For more information on the data that will be
- collected as part of the registration process and how it will
- be managed <br>see
- <a href="http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html">
- http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html</a>.
- <br><br>
- For more information on Sun's Privacy Policy see
- <a href="http://www.sun.com/privacy/">http://www.sun.com/privacy/</a>
- or contact <a class="moz-txt-link-rfc2396E" href="mailto:privacy@stripped">
- privacy@strippedm.</a></p></td>
- </tr>
- <tr>
- <td> </td>
- <td> </td>
- </tr>
- <tr>
- <td> </td>
- <td> </td>
- </tr>
-</table>
-</body>
-</html>
=== removed file 'Installer/registration/svctag.xml'
--- a/Installer/registration/svctag.xml 2009-08-03 17:05:05 +0000
+++ b/Installer/registration/svctag.xml 1970-01-01 00:00:00 +0000
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<registration_data version="1.0">
- <environment>
- <hostname></hostname>
- <hostId />
- <osName></osName>
- <osVersion></osVersion>
- <osArchitecture></osArchitecture>
- <systemModel></systemModel>
- <systemManufacturer></systemManufacturer>
- <cpuManufacturer></cpuManufacturer>
- <serialNumber></serialNumber>
- </environment>
- <registry version="1.0">
- <service_tag>
- <instance_urn></instance_urn>
- <product_name></product_name>
- <product_version></product_version>
- <product_urn></product_urn>
- <product_parent_urn></product_parent_urn>
- <product_parent>N/A</product_parent>
- <product_defined_inst_id></product_defined_inst_id>
- <product_vendor></product_vendor>
- <platform_arch>Windows</platform_arch>
- <timestamp></timestamp>
- <container />
- <source></source>
- <installer_uid>-1</installer_uid>
- </service_tag>
- </registry>
-</registration_data>
-
=== removed file 'Installer/registration/webpage.ico'
Binary files a/Installer/registration/webpage.ico 2009-08-03 17:05:05 +0000 and b/Installer/registration/webpage.ico 1970-01-01 00:00:00 +0000 differ
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20100519212131-1gcp7sr9we2ug1hw.bundle
| Thread |
|---|
| • bzr commit into connector-net-trunk branch (reggie.burnett:870) | Reggie Burnett | 19 May |