Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c4abb8d

Browse files
author
U-NVIDIA.COM\sahils
committed
created installer for project
1 parent b939415 commit c4abb8d

File tree

16 files changed

+3090
-1
lines changed

16 files changed

+3090
-1
lines changed

‎AuxiliaryStuff/RegAsm64.exe‎

62.6 KB
Binary file not shown.

‎AuxiliaryStuff/RegisterTypeLib.bat‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cd "%~dp0"
2+
regtlibv12.exe AutomationServerTypeLib.tlb
3+
regsvr32 /s AutomationProxyStub.dll
4+
RegAsm64.exe CalcArea.dll /tlb:CalcArea.tlb
5+
EXIT 0

‎AuxiliaryStuff/UnRegisterTypeLib.bat‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cd "%~dp0"
2+
regtlibv12.exe -u AutomationServerTypeLib.tlb
3+
regsvr32 /s /u AutomationProxyStub.dll
4+
RegAsm64.exe /unregister CalcArea.dll /tlb:CalcArea.tlb
5+
EXIT 0

‎AuxiliaryStuff/cmd2.exe‎

267 KB
Binary file not shown.
244 Bytes
Binary file not shown.

‎GokhaleSirClassPuneWin32DotNetComWinrt.sln‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CCW_ComCallableWrapper_DotN
257257
EndProject
258258
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CCW_NATIVE_DLL", "CCW_NATIVE_DLL\CCW_NATIVE_DLL.vcxproj", "{D7CBE9C3-BCB1-476C-A1D8-F0C65F10DA3B}"
259259
EndProject
260-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "App1", "App1\App1.vcxproj", "{E5449618-F4EE-49E3-B45B-EA02C800F3CD}"
260+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UWP_APP", "App1\App1.vcxproj", "{E5449618-F4EE-49E3-B45B-EA02C800F3CD}"
261+
EndProject
262+
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "win32SdkProjectInstaller", "win32SdkProjectInstaller\win32SdkProjectInstaller.vdproj", "{0E5D79E0-69D8-43BE-B8F1-F07D7DF629D1}"
261263
EndProject
262264
Global
263265
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -935,6 +937,12 @@ Global
935937
{E5449618-F4EE-49E3-B45B-EA02C800F3CD}.Release|x86.ActiveCfg = Release|Win32
936938
{E5449618-F4EE-49E3-B45B-EA02C800F3CD}.Release|x86.Build.0 = Release|Win32
937939
{E5449618-F4EE-49E3-B45B-EA02C800F3CD}.Release|x86.Deploy.0 = Release|Win32
940+
{0E5D79E0-69D8-43BE-B8F1-F07D7DF629D1}.Debug|ARM.ActiveCfg = Debug
941+
{0E5D79E0-69D8-43BE-B8F1-F07D7DF629D1}.Debug|x64.ActiveCfg = Debug
942+
{0E5D79E0-69D8-43BE-B8F1-F07D7DF629D1}.Debug|x86.ActiveCfg = Debug
943+
{0E5D79E0-69D8-43BE-B8F1-F07D7DF629D1}.Release|ARM.ActiveCfg = Release
944+
{0E5D79E0-69D8-43BE-B8F1-F07D7DF629D1}.Release|x64.ActiveCfg = Release
945+
{0E5D79E0-69D8-43BE-B8F1-F07D7DF629D1}.Release|x86.ActiveCfg = Release
938946
EndGlobalSection
939947
GlobalSection(SolutionProperties) = preSolution
940948
HideSolutionNode = FALSE
@@ -1031,6 +1039,7 @@ Global
10311039
{D5F3488F-D293-4244-8376-086B60C2B6D9} = {8342AC80-3DE7-44FC-B19B-88C0327D37F2}
10321040
{D7CBE9C3-BCB1-476C-A1D8-F0C65F10DA3B} = {8342AC80-3DE7-44FC-B19B-88C0327D37F2}
10331041
{E5449618-F4EE-49E3-B45B-EA02C800F3CD} = {8342AC80-3DE7-44FC-B19B-88C0327D37F2}
1042+
{0E5D79E0-69D8-43BE-B8F1-F07D7DF629D1} = {8342AC80-3DE7-44FC-B19B-88C0327D37F2}
10341043
EndGlobalSection
10351044
GlobalSection(ExtensibilityGlobals) = postSolution
10361045
SolutionGuid = {4AE1A065-B741-4555-A616-35C2100732D9}

‎reg/AggregationRegFile.reg‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Windows Registry Editor Version 5.00
2+
[HKEY_CLASSES_ROOT\CLSID\{B1DF3824-DD13-483B-90FC-6F4EC9886D06}]
3+
@="AggregationInnerComponentWithRegFile"
4+
[HKEY_CLASSES_ROOT\CLSID\{B1DF3824-DD13-483B-90FC-6F4EC9886D06}\InprocServer32]
5+
@="C:\\Users\\sahils\\Documents\\Visual Studio 2017\\Projects\\GokhaleSirClassPuneWin32DotNetComWinrt\\x64\\Debug\\AggregationInnerComponentWithRegFile.dll"
6+
[HKEY_CLASSES_ROOT\CLSID\{230A97DE-65C8-43BA-A067-6720E546DB4C}]
7+
@="AggregationOuterComponentWithRegFile"
8+
[HKEY_CLASSES_ROOT\CLSID\{230A97DE-65C8-43BA-A067-6720E546DB4C}\InprocServer32]
9+
@="C:\\Users\\sahils\\Documents\\Visual Studio 2017\\Projects\\GokhaleSirClassPuneWin32DotNetComWinrt\\x64\\Debug\\AggregationOuterComponentWithRegFile.dll"

‎reg/AutomationServerRegFile.reg‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Windows Registry Editor Version 5.00
2+
[HKEY_CLASSES_ROOT\CLSID\{8DCE162D-7C38-4AAF-9CFA-6882EF11FD2D}]
3+
@="AutomationServerWithRegFile"
4+
[HKEY_CLASSES_ROOT\CLSID\{8DCE162D-7C38-4AAF-9CFA-6882EF11FD2D}\InprocServer32]
5+
@="C:\\Users\\sahils\\Documents\\Visual Studio 2017\\Projects\\GokhaleSirClassPuneWin32DotNetComWinrt\\x64\\Debug\\AutomationServerWithRegFile.dll"

‎reg/ServerRegister (2).reg‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Windows Registry Editor Version 5.00
2+
[HKEY_CLASSES_ROOT\CLSID\{51A31E89-0AF6-475A-86DD-2F1FE37DDA2F}]
3+
@="ClassFactoryDllServerWithRegFile"
4+
[HKEY_CLASSES_ROOT\CLSID\{51A31E89-0AF6-475A-86DD-2F1FE37DDA2F}\InprocServer32]
5+
@="C:\\Users\\sahils\\Documents\\Visual Studio 2017\\Projects\\GokhaleSirClassPuneWin32DotNetComWinrt\\x64\\Debug\\ClassFactoryDllServerWithRegFile.dll"

‎reg/ServerRegister (3).reg‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Windows Registry Editor Version 5.00
2+
[HKEY_CLASSES_ROOT\CLSID\{07B477A7-FDA9-44B7-8990-6C195741FCFF}]
3+
@="Chemistry_classFactory"
4+
[HKEY_CLASSES_ROOT\CLSID\{07B477A7-FDA9-44B7-8990-6C195741FCFF}\InprocServer32]
5+
@="C:\\Users\\sahils\\Documents\\Visual Studio 2017\\Projects\\GokhaleSirClassPuneWin32DotNetComWinrt\\x64\\Debug\\Chemistry_classFactory.dll"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /