Skip to content

Commit

Permalink
Got the PscxSetup project building with EV cert. Also added Src/PscxH…
Browse files Browse the repository at this point in the history
…elp/Output/ to .gitignore.
  • Loading branch information
rkeithhill committed Sep 20, 2015
1 parent 0fc688b commit 7edb06a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -21,6 +21,7 @@ build/
bld/
[Bb]in/
[Oo]bj/
Src/PscxHelp/Output/

# Visual Studo 2015 cache/options directory
.vs/
Expand Down Expand Up @@ -129,7 +130,7 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
Expand Down
4 changes: 2 additions & 2 deletions Src/PscxSetup/PscxSetup.wixproj
Expand Up @@ -48,8 +48,8 @@
<Import Project="$(WixTargetsPath)" />
<PropertyGroup>
<PostBuildEvent>if "$(ConfigurationName)" == "Release-Signed" (
%40echo "C:\Program Files (x86)\Windows Kits\8.0\bin\x86\signtool.exe" sign /t http://timestamp.digicert.com /sha1 C32F6C34C7B557B7DAB321FD802E5422B0171B1B /d "$(TargetFileName)" "$(TargetPath)"
"C:\Program Files (x86)\Windows Kits\8.0\bin\x86\signtool.exe" sign /t http://timestamp.digicert.com /sha1 C32F6C34C7B557B7DAB321FD802E5422B0171B1B /d "$(TargetFileName)" "$(TargetPath)"
%40echo "C:\Program Files (x86)\Windows Kits\8.1\bin\x86\signtool.exe" sign /t http://timestamp.digicert.com /sha1 C32F6C34C7B557B7DAB321FD802E5422B0171B1B /d "$(TargetFileName)" "$(TargetPath)"
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\signtool.exe" sign /t http://timestamp.digicert.com /sha1 C32F6C34C7B557B7DAB321FD802E5422B0171B1B /d "$(TargetFileName)" "$(TargetPath)"
)</PostBuildEvent>
</PropertyGroup>
<!--
Expand Down

0 comments on commit 7edb06a

Please sign in to comment.