Help needed - running powershell as part of a setup wizard
hi
i created setup program in c# , execution powershell scripts it.
i have problem executing scripts. script not signed error 1001 "get-help about_signing". tried run unrestricted policy didn't help. signed scripts , verified run on machine allsigned policy. when try execute them setup same error 1001.
is os 32bit or x64? setup app 32bit or 64bit? if app 32bit , os x64, you need set-executionpolicy twice. once powershell x64 , once powershell 32bit.
this reason why seeing error.
ravikanth
http://www.ravichaganti.com/blog
twitter: @ravikanth
powershell 2.0 remoting - ebook
Windows Server > Windows PowerShell
Comments
Post a Comment