[ros-diffs] [dreimer] 45486: Oops, forgot one location to fix.

dreimer at svn.reactos.org dreimer at svn.reactos.org
Sun Feb 7 14:58:35 CET 2010


Author: dreimer
Date: Sun Feb  7 14:58:35 2010
New Revision: 45486

URL: http://svn.reactos.org/svn/reactos?rev=45486&view=rev
Log:
Oops, forgot one location to fix.

Modified:
    trunk/tools/RosBE/RosBE-Windows/RosBE.nsi

Modified: trunk/tools/RosBE/RosBE-Windows/RosBE.nsi
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/RosBE.nsi?rev=45486&r1=45485&r2=45486&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] Sun Feb  7 14:58:35 2010
@@ -365,7 +365,8 @@
         File /r Components\Powershell\scut.ps1
         File /r Components\Powershell\sSVN.ps1
         File /r Components\Powershell\update.ps1
-        WriteRegStr HKLM "Software\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell" "ExecutionPolicy" "RemoteSigned"
+        WriteRegStr HKLM "SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell" "ExecutionPolicy" "RemoteSigned"
+        WriteRegStr HKLM "SOFTWARE\Wow6432Node\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell" "ExecutionPolicy" "RemoteSigned"
     ${Endif}
 SectionEnd
 




More information about the Ros-diffs mailing list