Skip to content

Commit

Permalink
Detect if home directory already encrypted
Browse files Browse the repository at this point in the history
Do not allow user to run Encrypt Home if it's already done
Bugfix: robocopy error code is == 16 (we expect some files to fail)
Added progress bar
  • Loading branch information
jetwhiz committed Nov 9, 2015
1 parent cf6273c commit 040be6b
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 164 deletions.
2 changes: 1 addition & 1 deletion Keenou/Keenou.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -25,7 +26,6 @@
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down
Loading

0 comments on commit 040be6b

Please sign in to comment.