Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

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.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

Powershell for Vista Business Edition

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 12-11-2006   #1 (permalink)
Rod Hills
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 SpecsSystem Spec
Old 12-11-2006   #2 (permalink)
Chris
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 SpecsSystem Spec
Old 12-11-2006   #3 (permalink)
Gaurhoth
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 SpecsSystem Spec
Old 12-12-2006   #4 (permalink)
Marcel J. Ortiz [MSFT]
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 SpecsSystem Spec
Old 12-12-2006   #5 (permalink)
Gaurhoth
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 SpecsSystem Spec
Closed Thread

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


Update your Vista Drivers Update Your Drivers Now!!

Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008