![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Powershell for Vista Business Edition I just installed Windows Vista Business Edition and would like to put PowerShell on it, but the only download available is for Vista RC1. Anyone hear of when a version of PowerShell will be available to Business Edition. Or is their a way to hack the registery and allow the RC1 to work with BE? Thanks in Advance Rod Hills |
My System Specs![]() |
| | #2 (permalink) |
| Guest | RE: Powershell for Vista Business Edition From everything I've heard on the interwebs it's not going to be release until the retail version of Vista in Jan '07. It really sucks that in XP I can run the final build, but in Vista I have to run RC1. There is a hack to get PS RTM running under Vista RTM found here: http://stimpy77.spaces.live.com/blog/cns!FE05918FD4D775C5!296.entry#comment I couldn't get this to work as I couldn't find all the assemblies that were needed. -Chris "Rod Hills" wrote: > I just installed Windows Vista Business Edition and would like to put > PowerShell on it, but the only download available is for Vista RC1. > > Anyone hear of when a version of PowerShell will be available to Business > Edition. > > Or is their a way to hack the registery and allow the RC1 to work with BE? > > Thanks in Advance > > Rod Hills |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: Powershell for Vista Business Edition Chris, Run the Powershell installer on a machine without Powershell already installed and when you get the first wizard prompt, look in C:\ for an oddly named string of random numbers/letters (guid-like). Use Folder Options to unhide hidden and system files if you don't see it. You'll find every file that Powershell needs to be installed including the assemblies. You can just copy them from there and continue with the hack you posted a link to. You can also see one of my other posts titled "homebrew powershell installer for vista" that shows how I installed Powershell on Vista. It's a bit different from the other hacks, but it does require downloading "Inno Setup" (http://www.jrsoftware.org/isinfo.php - free download) in order to turn the script into an executable... but it's not terribly difficult. gaurhoth "Chris" <Chris@discussions.microsoft.com> wrote in message news:E053B07C-E740-4472-890C-7B75A946D5DB@microsoft.com... > From everything I've heard on the interwebs it's not going to be release > until the retail version of Vista in Jan '07. It really sucks that in XP I > can run the final build, but in Vista I have to run RC1. There is a hack > to > get PS RTM running under Vista RTM found here: > http://stimpy77.spaces.live.com/blog/cns!FE05918FD4D775C5!296.entry#comment > > I couldn't get this to work as I couldn't find all the assemblies that > were > needed. > > -Chris > > "Rod Hills" wrote: > >> I just installed Windows Vista Business Edition and would like to put >> PowerShell on it, but the only download available is for Vista RC1. >> >> Anyone hear of when a version of PowerShell will be available to Business >> Edition. >> >> Or is their a way to hack the registery and allow the RC1 to work with >> BE? >> >> Thanks in Advance >> >> Rod Hills |
My System Specs![]() |
| | #4 (permalink) |
| Guest | Re: Powershell for Vista Business Edition > Run the Powershell installer on a machine without Powershell already > installed and when you get the first wizard prompt, look in C:\ for an > oddly named string of random numbers/letters (guid-like). Use Folder > Options to unhide hidden and system files if you don't see it. Actually, a lot of installers, including the PoweShell installer, have some way to extract the files contained in the package. If you run the installer with /? you'll see all the options including one called /extract which will let you extract all the contents to any directory you want. -- Marcel Ortiz [MSFT] Windows PowerShell Microsoft Corporation This posting is provided "AS IS" with no warranties, and confers no rights. "Gaurhoth" <gaurhoth@live.com> wrote in message news:uqYzU0VHHHA.3780@TK2MSFTNGP02.phx.gbl... > Chris, > > Run the Powershell installer on a machine without Powershell already > installed and when you get the first wizard prompt, look in C:\ for an > oddly named string of random numbers/letters (guid-like). Use Folder > Options to unhide hidden and system files if you don't see it. You'll find > every file that Powershell needs to be installed including the assemblies. > You can just copy them from there and continue with the hack you posted a > link to. > > You can also see one of my other posts titled "homebrew powershell > installer for vista" that shows how I installed Powershell on Vista. It's > a bit different from the other hacks, but it does require downloading > "Inno Setup" (http://www.jrsoftware.org/isinfo.php - free download) in > order to turn the script into an executable... but it's not terribly > difficult. > > gaurhoth > > "Chris" <Chris@discussions.microsoft.com> wrote in message > news:E053B07C-E740-4472-890C-7B75A946D5DB@microsoft.com... >> From everything I've heard on the interwebs it's not going to be release >> until the retail version of Vista in Jan '07. It really sucks that in XP >> I >> can run the final build, but in Vista I have to run RC1. There is a hack >> to >> get PS RTM running under Vista RTM found here: >> http://stimpy77.spaces.live.com/blog/cns!FE05918FD4D775C5!296.entry#comment >> >> I couldn't get this to work as I couldn't find all the assemblies that >> were >> needed. >> >> -Chris >> >> "Rod Hills" wrote: >> >>> I just installed Windows Vista Business Edition and would like to put >>> PowerShell on it, but the only download available is for Vista RC1. >>> >>> Anyone hear of when a version of PowerShell will be available to >>> Business >>> Edition. >>> >>> Or is their a way to hack the registery and allow the RC1 to work with >>> BE? >>> >>> Thanks in Advance >>> >>> Rod Hills > |
My System Specs![]() |
| | #5 (permalink) |
| Guest | Re: Powershell for Vista Business Edition Duh! Of course you are right... I have no clue why that didn't occur to me. Based on this, I've updated the installer to use the actual windows 2003 installer instead of requiring the manual extraction. I've posted the new instructions (as well as a link to the compiled installer for those not wishing to mess with Inno Setup) at http://gaurhothw.spaces.live.com/blog/cns!52B0837064D0B275!106.entry. Thanks for the heads up. Gaurhoth "Marcel J. Ortiz [MSFT]" <mosoto@online.microsoft.com> wrote in message news:%23YvTo2iHHHA.1280@TK2MSFTNGP04.phx.gbl... >> Run the Powershell installer on a machine without Powershell already >> installed and when you get the first wizard prompt, look in C:\ for an >> oddly named string of random numbers/letters (guid-like). Use Folder >> Options to unhide hidden and system files if you don't see it. > > Actually, a lot of installers, including the PoweShell installer, have > some way to extract the files contained in the package. If you run the > installer with /? you'll see all the options including one called /extract > which will let you extract all the contents to any directory you want. > > -- > Marcel Ortiz [MSFT] > Windows PowerShell > Microsoft Corporation > This posting is provided "AS IS" with no warranties, and confers no > rights. > > "Gaurhoth" <gaurhoth@live.com> wrote in message > news:uqYzU0VHHHA.3780@TK2MSFTNGP02.phx.gbl... >> Chris, >> >> Run the Powershell installer on a machine without Powershell already >> installed and when you get the first wizard prompt, look in C:\ for an >> oddly named string of random numbers/letters (guid-like). Use Folder >> Options to unhide hidden and system files if you don't see it. You'll >> find every file that Powershell needs to be installed including the >> assemblies. You can just copy them from there and continue with the hack >> you posted a link to. >> >> You can also see one of my other posts titled "homebrew powershell >> installer for vista" that shows how I installed Powershell on Vista. It's >> a bit different from the other hacks, but it does require downloading >> "Inno Setup" (http://www.jrsoftware.org/isinfo.php - free download) in >> order to turn the script into an executable... but it's not terribly >> difficult. >> >> gaurhoth >> >> "Chris" <Chris@discussions.microsoft.com> wrote in message >> news:E053B07C-E740-4472-890C-7B75A946D5DB@microsoft.com... >>> From everything I've heard on the interwebs it's not going to be release >>> until the retail version of Vista in Jan '07. It really sucks that in XP >>> I >>> can run the final build, but in Vista I have to run RC1. There is a hack >>> to >>> get PS RTM running under Vista RTM found here: >>> http://stimpy77.spaces.live.com/blog/cns!FE05918FD4D775C5!296.entry#comment >>> >>> I couldn't get this to work as I couldn't find all the assemblies that >>> were >>> needed. >>> >>> -Chris >>> >>> "Rod Hills" wrote: >>> >>>> I just installed Windows Vista Business Edition and would like to put >>>> PowerShell on it, but the only download available is for Vista RC1. >>>> >>>> Anyone hear of when a version of PowerShell will be available to >>>> Business >>>> Edition. >>>> >>>> Or is their a way to hack the registery and allow the RC1 to work with >>>> BE? >>>> >>>> Thanks in Advance >>>> >>>> Rod Hills >> > > |
My System Specs![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vista 32 bit business edition with SP1 hang on boot sometimes... | Luka Manojlovic [MVP] | Vista General | 5 | 03-03-2008 07:39 PM |
| Vista Business Edition and LIP English | meo | Vista installation & setup | 5 | 02-04-2008 02:36 PM |
| Re: language for vista business edition. | Kai-Uwe v. d. Ohe | Vista General | 0 | 12-21-2007 05:14 PM |
| Windows Vista Business edition | mikebear45 | Vista General | 3 | 06-27-2007 09:17 PM |
| Vista Business Edition | Tim Carroll | Vista General | 6 | 01-29-2007 07:16 AM |