diff --git a/src/chocolatey.console/Program.cs b/src/chocolatey.console/Program.cs index 537ddf9b31..3340008e09 100644 --- a/src/chocolatey.console/Program.cs +++ b/src/chocolatey.console/Program.cs @@ -119,6 +119,7 @@ private static void Main(string[] args) remove_old_chocolatey_exe(fileSystem); + AssemblyFileExtractor.extract_all_resources_to_relative_directory(fileSystem, Assembly.GetAssembly(typeof(Program)), ApplicationParameters.InstallLocation, new List(), "chocolatey.console"); //refactor - thank goodness this is temporary, cuz manifest resource streams are dumb IList folders = new List { diff --git a/src/chocolatey.console/app.manifest b/src/chocolatey.console/choco.exe.manifest similarity index 82% rename from src/chocolatey.console/app.manifest rename to src/chocolatey.console/choco.exe.manifest index c56df420f0..8a2bc43fb3 100644 --- a/src/chocolatey.console/app.manifest +++ b/src/chocolatey.console/choco.exe.manifest @@ -1,6 +1,6 @@  - + @@ -8,9 +8,9 @@ If you want to change the Windows User Account Control level replace the requestedExecutionLevel node with one of the following. - - - + + + Specifying requestedExecutionLevel node will disable file and registry virtualization. If you want to utilize File and Registry Virtualization for backward @@ -23,7 +23,7 @@ - + diff --git a/src/chocolatey.console/chocolatey.console.csproj b/src/chocolatey.console/chocolatey.console.csproj index bab31e2b48..4add5aa1e1 100644 --- a/src/chocolatey.console/chocolatey.console.csproj +++ b/src/chocolatey.console/chocolatey.console.csproj @@ -74,8 +74,9 @@ chocolatey.console.Program + - app.manifest + true @@ -116,9 +117,9 @@ - + Designer - +