mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
1) Add new code-signing certificate (signed under Cloud.com)
2) Rename vmops->Cloud in places that have customer exposure
This commit is contained in:
parent
7fa8ad1b1d
commit
5dcc70c8d2
BIN
pwdmgr-win/win/codesign/code_signing_cert.pfx
Normal file
BIN
pwdmgr-win/win/codesign/code_signing_cert.pfx
Normal file
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
signtool sign /f vmopscert.pfx /p vmops /t http://tsa.starfieldtech.com %1\VMOpsInstanceManager.msi
|
REM signtool sign /f vmopscert.pfx /p vmops /t http://tsa.starfieldtech.com %1\CloudInstanceManager.msi
|
||||||
signtool sign /f vmopscert.pfx /p vmops /t http://tsa.starfieldtech.com %1\VMOpsInstanceManager.msi
|
REM signtool sign /f vmopscert.pfx /p vmops /t http://tsa.starfieldtech.com %1\CloudInstanceManager.msi
|
||||||
|
signtool sign /f code_signing_cert.pfx /p vmops.com /t http://tsa.starfieldtech.com %1\CloudInstanceManager.msi
|
||||||
|
signtool sign /f code_signing_cert.pfx /p vmops.com /t http://tsa.starfieldtech.com %1\CloudInstanceManager.msi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,8 +2,8 @@ HKCR
|
|||||||
{
|
{
|
||||||
NoRemove AppID
|
NoRemove AppID
|
||||||
{
|
{
|
||||||
'%APPID%' = s 'VMOpsInstanceManager'
|
'%APPID%' = s 'CloudInstanceManager'
|
||||||
'vmopsservice.exe'
|
'cloudservice.exe'
|
||||||
{
|
{
|
||||||
val AppID = s '%APPID%'
|
val AppID = s '%APPID%'
|
||||||
}
|
}
|
||||||
|
|||||||
@ -79,7 +79,7 @@
|
|||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>netapi32.lib;iphlpapi.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>netapi32.lib;iphlpapi.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<OutputFile>$(OutDir)vmopsservice.exe</OutputFile>
|
<OutputFile>$(OutDir)cloudservice.exe</OutputFile>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
<TargetMachine>MachineX86</TargetMachine>
|
||||||
@ -120,7 +120,7 @@
|
|||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>netapi32.lib;iphlpapi.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>netapi32.lib;iphlpapi.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<OutputFile>$(OutDir)vmopsservice.exe</OutputFile>
|
<OutputFile>$(OutDir)cloudservice.exe</OutputFile>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
<OptimizeReferences>true</OptimizeReferences>
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
|
|||||||
@ -40,7 +40,7 @@ BOOL CLogger::Initialize()
|
|||||||
|
|
||||||
GetModuleFileName(NULL, achPath, _MAX_PATH);
|
GetModuleFileName(NULL, achPath, _MAX_PATH);
|
||||||
_tsplitpath(achPath, achDrive, achDir, NULL, NULL);
|
_tsplitpath(achPath, achDrive, achDir, NULL, NULL);
|
||||||
_tmakepath(achPath, achDrive, achDir, _T("vmops"), _T(".log"));
|
_tmakepath(achPath, achDrive, achDir, _T("cloud"), _T(".log"));
|
||||||
m_pFile = _tfopen(achPath, _T("a+"));
|
m_pFile = _tfopen(achPath, _T("a+"));
|
||||||
|
|
||||||
return m_pFile != NULL;
|
return m_pFile != NULL;
|
||||||
@ -54,12 +54,12 @@ void CLogger::RotateLog()
|
|||||||
|
|
||||||
GetModuleFileName(NULL, achPath, _MAX_PATH);
|
GetModuleFileName(NULL, achPath, _MAX_PATH);
|
||||||
_tsplitpath(achPath, achDrive, achDir, NULL, NULL);
|
_tsplitpath(achPath, achDrive, achDir, NULL, NULL);
|
||||||
_tmakepath(achPath, achDrive, achDir, _T("vmops"), _T(".log"));
|
_tmakepath(achPath, achDrive, achDir, _T("cloud"), _T(".log"));
|
||||||
|
|
||||||
TCHAR achPath2[_MAX_PATH];
|
TCHAR achPath2[_MAX_PATH];
|
||||||
GetModuleFileName(NULL, achPath2, _MAX_PATH);
|
GetModuleFileName(NULL, achPath2, _MAX_PATH);
|
||||||
_tsplitpath(achPath2, achDrive, achDir, NULL, NULL);
|
_tsplitpath(achPath2, achDrive, achDir, NULL, NULL);
|
||||||
_tmakepath(achPath2, achDrive, achDir, _T("vmops"), _T(".log.bak"));
|
_tmakepath(achPath2, achDrive, achDir, _T("cloud"), _T(".log.bak"));
|
||||||
|
|
||||||
MoveFileEx(achPath, achPath2, MOVEFILE_REPLACE_EXISTING);
|
MoveFileEx(achPath, achPath2, MOVEFILE_REPLACE_EXISTING);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -15,13 +15,7 @@
|
|||||||
{
|
{
|
||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
"MsmKey" = "8:_55A9B5507C4141F2854209DAF400F795"
|
"MsmKey" = "8:_4BD24FEDCF1C454D97CAB3043F1B4532"
|
||||||
"OwnerKey" = "8:_UNDEFINED"
|
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
|
||||||
}
|
|
||||||
"Entry"
|
|
||||||
{
|
|
||||||
"MsmKey" = "8:_D7F1DD58C60C46D1BDEB8499DC8150FA"
|
|
||||||
"OwnerKey" = "8:_UNDEFINED"
|
"OwnerKey" = "8:_UNDEFINED"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
}
|
}
|
||||||
@ -33,7 +27,7 @@
|
|||||||
"DisplayName" = "8:Debug"
|
"DisplayName" = "8:Debug"
|
||||||
"IsDebugOnly" = "11:TRUE"
|
"IsDebugOnly" = "11:TRUE"
|
||||||
"IsReleaseOnly" = "11:FALSE"
|
"IsReleaseOnly" = "11:FALSE"
|
||||||
"OutputFilename" = "8:..\\bin\\Debug\\VMOpsInstanceManager.msi"
|
"OutputFilename" = "8:..\\bin\\Debug\\CloudInstanceManager.msi"
|
||||||
"PackageFilesAs" = "3:2"
|
"PackageFilesAs" = "3:2"
|
||||||
"PackageFileSize" = "3:-2147483648"
|
"PackageFileSize" = "3:-2147483648"
|
||||||
"CabType" = "3:1"
|
"CabType" = "3:1"
|
||||||
@ -65,7 +59,7 @@
|
|||||||
"DisplayName" = "8:Release"
|
"DisplayName" = "8:Release"
|
||||||
"IsDebugOnly" = "11:FALSE"
|
"IsDebugOnly" = "11:FALSE"
|
||||||
"IsReleaseOnly" = "11:TRUE"
|
"IsReleaseOnly" = "11:TRUE"
|
||||||
"OutputFilename" = "8:..\\bin\\Release\\VMOpsInstanceManager.msi"
|
"OutputFilename" = "8:..\\bin\\Release\\CloudInstanceManager.msi"
|
||||||
"PackageFilesAs" = "3:2"
|
"PackageFilesAs" = "3:2"
|
||||||
"PackageFileSize" = "3:-2147483648"
|
"PackageFileSize" = "3:-2147483648"
|
||||||
"CabType" = "3:1"
|
"CabType" = "3:1"
|
||||||
@ -97,31 +91,31 @@
|
|||||||
{
|
{
|
||||||
"CustomAction"
|
"CustomAction"
|
||||||
{
|
{
|
||||||
"{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_135C0FC6511049DC8A04B3F7710C26AB"
|
"{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_5F8C50B71E4B4A658082C37C55C89C43"
|
||||||
{
|
{
|
||||||
"Name" = "8:vmopsservice.exe"
|
"Name" = "8:cloudservice.exe"
|
||||||
"Condition" = "8:"
|
"Condition" = "8:"
|
||||||
"Object" = "8:_55A9B5507C4141F2854209DAF400F795"
|
"Object" = "8:_4BD24FEDCF1C454D97CAB3043F1B4532"
|
||||||
"FileType" = "3:2"
|
|
||||||
"InstallAction" = "3:1"
|
|
||||||
"Arguments" = "8:/Service"
|
|
||||||
"EntryPoint" = "8:"
|
|
||||||
"Sequence" = "3:1"
|
|
||||||
"Identifier" = "8:_44CA86D9_1902_4A87_81E5_A2898BB288F1"
|
|
||||||
"InstallerClass" = "11:FALSE"
|
|
||||||
"CustomActionData" = "8:"
|
|
||||||
}
|
|
||||||
"{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_A2F9F0CBAE284171BD966C402B687EFB"
|
|
||||||
{
|
|
||||||
"Name" = "8:vmopsservice.exe"
|
|
||||||
"Condition" = "8:"
|
|
||||||
"Object" = "8:_55A9B5507C4141F2854209DAF400F795"
|
|
||||||
"FileType" = "3:2"
|
"FileType" = "3:2"
|
||||||
"InstallAction" = "3:4"
|
"InstallAction" = "3:4"
|
||||||
"Arguments" = "8:/UnregServer"
|
"Arguments" = "8:/UnregServer"
|
||||||
"EntryPoint" = "8:"
|
"EntryPoint" = "8:"
|
||||||
"Sequence" = "3:1"
|
"Sequence" = "3:1"
|
||||||
"Identifier" = "8:_23916BF0_68CC_41A8_9C61_70A444549196"
|
"Identifier" = "8:_4D65764C_D67E_4B27_87E7_B37C4A531116"
|
||||||
|
"InstallerClass" = "11:FALSE"
|
||||||
|
"CustomActionData" = "8:"
|
||||||
|
}
|
||||||
|
"{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_8414EE7730664D4A9997F8DD95926204"
|
||||||
|
{
|
||||||
|
"Name" = "8:cloudservice.exe"
|
||||||
|
"Condition" = "8:"
|
||||||
|
"Object" = "8:_4BD24FEDCF1C454D97CAB3043F1B4532"
|
||||||
|
"FileType" = "3:2"
|
||||||
|
"InstallAction" = "3:1"
|
||||||
|
"Arguments" = "8:/Service"
|
||||||
|
"EntryPoint" = "8:"
|
||||||
|
"Sequence" = "3:1"
|
||||||
|
"Identifier" = "8:_1556871C_D5B0_4B13_8B8B_2B74B72211B7"
|
||||||
"InstallerClass" = "11:FALSE"
|
"InstallerClass" = "11:FALSE"
|
||||||
"CustomActionData" = "8:"
|
"CustomActionData" = "8:"
|
||||||
}
|
}
|
||||||
@ -136,14 +130,22 @@
|
|||||||
{
|
{
|
||||||
"LaunchCondition"
|
"LaunchCondition"
|
||||||
{
|
{
|
||||||
|
"{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_E12834A9B12C4927A9DB4525051DF55C"
|
||||||
|
{
|
||||||
|
"Name" = "8:.NET Framework"
|
||||||
|
"Message" = "8:[VSDNETMSG]"
|
||||||
|
"FrameworkVersion" = "8:.NETFramework,Version=v4.0,Profile=Client"
|
||||||
|
"AllowLaterVersions" = "11:FALSE"
|
||||||
|
"InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=131000"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"File"
|
"File"
|
||||||
{
|
{
|
||||||
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_55A9B5507C4141F2854209DAF400F795"
|
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4BD24FEDCF1C454D97CAB3043F1B4532"
|
||||||
{
|
{
|
||||||
"SourcePath" = "8:..\\bin\\Release\\vmopsservice.exe"
|
"SourcePath" = "8:..\\bin\\Release\\cloudservice.exe"
|
||||||
"TargetName" = "8:vmopsservice.exe"
|
"TargetName" = "8:cloudservice.exe"
|
||||||
"Tag" = "8:"
|
"Tag" = "8:"
|
||||||
"Folder" = "8:_C239EFF6D5514C779D4C4F9566A171B8"
|
"Folder" = "8:_C239EFF6D5514C779D4C4F9566A171B8"
|
||||||
"Condition" = "8:"
|
"Condition" = "8:"
|
||||||
@ -160,26 +162,6 @@
|
|||||||
"IsDependency" = "11:FALSE"
|
"IsDependency" = "11:FALSE"
|
||||||
"IsolateTo" = "8:"
|
"IsolateTo" = "8:"
|
||||||
}
|
}
|
||||||
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D7F1DD58C60C46D1BDEB8499DC8150FA"
|
|
||||||
{
|
|
||||||
"SourcePath" = "8:header_logo.JPG"
|
|
||||||
"TargetName" = "8:header_logo.JPG"
|
|
||||||
"Tag" = "8:"
|
|
||||||
"Folder" = "8:_C239EFF6D5514C779D4C4F9566A171B8"
|
|
||||||
"Condition" = "8:"
|
|
||||||
"Transitive" = "11:FALSE"
|
|
||||||
"Vital" = "11:FALSE"
|
|
||||||
"ReadOnly" = "11:FALSE"
|
|
||||||
"Hidden" = "11:FALSE"
|
|
||||||
"System" = "11:FALSE"
|
|
||||||
"Permanent" = "11:FALSE"
|
|
||||||
"SharedLegacy" = "11:FALSE"
|
|
||||||
"PackageAs" = "3:1"
|
|
||||||
"Register" = "3:1"
|
|
||||||
"Exclude" = "11:FALSE"
|
|
||||||
"IsDependency" = "11:FALSE"
|
|
||||||
"IsolateTo" = "8:"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
"FileType"
|
"FileType"
|
||||||
{
|
{
|
||||||
@ -237,7 +219,7 @@
|
|||||||
"Name" = "8:Microsoft Visual Studio"
|
"Name" = "8:Microsoft Visual Studio"
|
||||||
"ProductName" = "8:Cloud.com VM Instance Manager"
|
"ProductName" = "8:Cloud.com VM Instance Manager"
|
||||||
"ProductCode" = "8:{CF1EDAC1-1EF6-495A-8211-8EECEE496060}"
|
"ProductCode" = "8:{CF1EDAC1-1EF6-495A-8211-8EECEE496060}"
|
||||||
"PackageCode" = "8:{BC086418-B24B-4152-AA2B-12178382DD18}"
|
"PackageCode" = "8:{F17332D4-9B0F-4876-BCC5-DDAE675ED23B}"
|
||||||
"UpgradeCode" = "8:{24149E96-AFD7-4183-8507-7778FC637D39}"
|
"UpgradeCode" = "8:{24149E96-AFD7-4183-8507-7778FC637D39}"
|
||||||
"AspNetVersion" = "8:4.0.30319.0"
|
"AspNetVersion" = "8:4.0.30319.0"
|
||||||
"RestartWWWService" = "11:FALSE"
|
"RestartWWWService" = "11:FALSE"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user