Skip to content

Commit 801a806

Browse files
committed
Adding code signing tasks
1 parent e38255f commit 801a806

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

PIFShellExtensionsInstaller32/PIFShellExtensionsInstaller32.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"Name" = "8:Microsoft Visual Studio"
184184
"ProductName" = "8:Portable Image Format Windows Shell Extension"
185185
"ProductCode" = "8:{AEFF6D1E-0CFC-4BE9-B55E-625ED19EE615}"
186-
"PackageCode" = "8:{3C82E041-5B4E-4C7A-9867-1D3493F0C17C}"
186+
"PackageCode" = "8:{EED42950-56D5-468B-99EE-88DA3F101CC2}"
187187
"UpgradeCode" = "8:{DAE6DEC5-EED7-4743-BA34-BEAFA8BC7CE8}"
188188
"AspNetVersion" = "8:4.0.30319.0"
189189
"RestartWWWService" = "11:FALSE"
@@ -205,8 +205,8 @@
205205
"SearchPath" = "8:"
206206
"UseSystemSearchPath" = "11:TRUE"
207207
"TargetPlatform" = "3:0"
208-
"PreBuildEvent" = "8:"
209-
"PostBuildEvent" = "8:"
208+
"PreBuildEvent" = "8:signtool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)..\\win32\\release\\PIFShellExtensions32.dll"
209+
"PostBuildEvent" = "8:signtool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)release\\win32\\PIFShellExtensionsSetup32.msi\r\nsigntool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)release\\win32\\setup.exe"
210210
"RunPostBuildEvent" = "3:0"
211211
}
212212
"Registry"

PIFShellExtensionsInstaller64/PIFShellExtensionsInstaller64.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"Name" = "8:Microsoft Visual Studio"
210210
"ProductName" = "8:Portable Image Format Windows Shell Extension"
211211
"ProductCode" = "8:{AEFF6D1E-0CFC-4BE9-B55E-625ED19EE615}"
212-
"PackageCode" = "8:{7EC7C546-56A2-47F6-A88D-C574FB96A196}"
212+
"PackageCode" = "8:{882D22E3-0F0D-4750-AB60-98A33D5F099B}"
213213
"UpgradeCode" = "8:{DAE6DEC5-EED7-4743-BA34-BEAFA8BC7CE8}"
214214
"AspNetVersion" = "8:4.0.30319.0"
215215
"RestartWWWService" = "11:FALSE"
@@ -231,8 +231,8 @@
231231
"SearchPath" = "8:"
232232
"UseSystemSearchPath" = "11:TRUE"
233233
"TargetPlatform" = "3:1"
234-
"PreBuildEvent" = "8:"
235-
"PostBuildEvent" = "8:"
234+
"PreBuildEvent" = "8:signtool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)..\\win32\\release\\PIFShellExtensions32.dll\r\nsigntool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)..\\x64\\release\\PIFShellExtensions64.dll"
235+
"PostBuildEvent" = "8:signtool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)release\\x64\\PIFShellExtensionsSetup64.msi\r\nsigntool sign /t http://timestamp.comodoca.com/authenticode /f %CERTPATH% /p %CERTPW% $(ProjectDir)release\\x64\\setup.exe"
236236
"RunPostBuildEvent" = "3:0"
237237
}
238238
"Registry"

0 commit comments

Comments
 (0)