-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vulpesfox
committed
Jun 10, 2019
1 parent
38111e2
commit a0a8e70
Showing
20 changed files
with
57 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -272,3 +272,5 @@ Vulpes_Main.cer | |
|
||
AutoVersion.cs | ||
Licenses.licx | ||
|
||
INSTALL/CD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
using System; | ||
namespace System | ||
{ | ||
public static class VulpesBranding | ||
{ | ||
public const string BuiltInOnPremURL = "https://sdc.your-own-url-for-service.lu/sdc"; | ||
public const string MSIGUID = "{A6F066EE-E795-4C65-8FE4-2D93AB52BC36}"; | ||
public const string AgentUITitle = "Fox SDC Agent"; | ||
public const string AgentUIMutex = "Fox-SDC-AgentMutex-FFE87757-F4A8-4F21-AE70-BD31A9D696A2"; | ||
public const string MGMTTitle = "Fox SDC"; | ||
public const string PKGTitle = "Fox SDC Package Creator"; | ||
public const string REDIRTitle = "Fox SDC Redirection Console"; | ||
public const string REMOTECONNTitle = "Fox SDC Remote Connect"; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
call initvars.cmd | ||
|
||
cd .. | ||
call msbuild "Fox Software Deployment and Control.sln" /property:Configuration=Release | ||
timeout 10 | ||
call signall.cmd | ||
cd INSTALL | ||
call collect.cmd | ||
call collect.cmd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SET SHACERT=48b804f3d3be6c5f06e72d94be29b10601b2d820 | ||
SET PKG=CERT "CN=GitHub Test - Vulpes Main" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
signtool sign /sha1 BLAHBLAH Release\FoxSDC_Agent.exe Release\FoxSDC_Agent_UI.exe Release\FoxSDC_AgentDLL32.dll Release\FoxSDC_AgentDLL64.dll Release\FoxSDC_ApplyUserSettings.exe Release\FoxSDC_Common.dll Release\FoxSDC_MGMT.exe Release\FoxSDC_PackageCreator.exe Release\FoxSDC_Selfupdate.exe Release\FoxSDC_Server.exe Release\FoxSDC_UninstallData.exe Release\MyUCID.exe Release\FoxSDC_Configure.exe Release\FoxSDC_PackageCreatorC.exe Release\FoxSDC_RedirConsole.exe Release\FoxSDC_RemoteConnect.exe Release\FoxSDC_ManageScreen.exe Release\FoxSDC_SAS32.dll Release\FoxSDC_SAS64.dll | ||
signtool sign /sha1 %SHACERT% Release\FoxSDC_Agent.exe Release\FoxSDC_Agent_UI.exe Release\FoxSDC_AgentDLL32.dll Release\FoxSDC_AgentDLL64.dll Release\FoxSDC_ApplyUserSettings.exe Release\FoxSDC_Common.dll Release\FoxSDC_MGMT.exe Release\FoxSDC_PackageCreator.exe Release\FoxSDC_Selfupdate.exe Release\FoxSDC_Server.exe Release\FoxSDC_UninstallData.exe Release\MyUCID.exe Release\FoxSDC_Configure.exe Release\FoxSDC_PackageCreatorC.exe Release\FoxSDC_RedirConsole.exe Release\FoxSDC_RemoteConnect.exe Release\FoxSDC_ManageScreen.exe Release\FoxSDC_SAS32.dll Release\FoxSDC_SAS64.dll |