Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - PowerShell installation for application deploymet for Exchange2k7

Reply
 
Old 11-26-2007   #1 (permalink)
Cyber Friend


 
 

PowerShell installation for application deploymet for Exchange2k7

Hi there,

I have to deploy my application on client machine. My application
manages mailboxes on E2k7 and uses PowerShell API 1.0. I downloaded this
separate installation setup for PowerShell 1.0:

http://www.microsoft.com/downloads/d...10EE29AF-7C3A-
4057-8367-C9C1DAB6E2BF&displaylang=en

but after installing it on client machine, I dont have powershell DLLs which
I used on my system. Do I need to install PowerShell using Windows SDK on
client machine? I need to install PowerShell as a separate installation, not
with Windows SDK. Is it possible?

best regards,
--
Cyber Friend

My System SpecsSystem Spec
Old 11-26-2007   #2 (permalink)
Marco Shaw [MVP]


 
 

Re: PowerShell installation for application deploymet for Exchange2k7

Cyber Friend wrote:
Quote:

> Hi there,
>
> I have to deploy my application on client machine. My application
> manages mailboxes on E2k7 and uses PowerShell API 1.0. I downloaded this
> separate installation setup for PowerShell 1.0:
>
> http://www.microsoft.com/downloads/d...10EE29AF-7C3A-
> 4057-8367-C9C1DAB6E2BF&displaylang=en
>
> but after installing it on client machine, I dont have powershell DLLs which
> I used on my system. Do I need to install PowerShell using Windows SDK on
> client machine? I need to install PowerShell as a separate installation, not
> with Windows SDK. Is it possible?
>
> best regards,
If you only need System.Management.Automation:
PSH> [psobject].assembly.location
C:\WINDOWS\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll

If you need the other PSH DLLs, then you have to install the entire SDK.

But you mention that you created an application... If it is a compiled
..NET app, the DLLs you'd likely need should be packaged with your
application when you copy it to other machines and install it.

Marco

--
Microsoft MVP - Windows PowerShell
http://www.microsoft.com/mvp

PowerGadgets MVP
http://www.powergadgets.com/mvp

Blog:
http://marcoshaw.blogspot.com
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
RE: How do you run a One-Click application from PowerShell PowerShell
How to install an application using PowerShell PowerShell
Uninstall an application using Powershell PowerShell
Creating an IIS7 application with PowerShell PowerShell
Using Powershell to script existing application, HomeSite PowerShell


Vista Forums 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 Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46