Microsoft
Software
Hardware
Network
Question : PowerShell installation and pop-up dialog box capability
I'm interested in starting to use PowerShell to install my database on users PC. I've got a few questions:
1) Can PowerShell display a dialog box? If so how would I do the following:
a) Display dialog asking user "Do you want to install the database", with Yes/No buttons
b) Code to process Yes or No response
2) Can my users run my PowerShell script by clicking on a shortcut? If so, what do I need for shortcut properties (e.g., c:\winnt\powershell j:\commonstorage\myscript.
scr).
3) Can all my users run PowerShell without installation of any additional software? They all have Windows XT SP2.
Answer : PowerShell installation and pop-up dialog box capability
VbScript should be good, even if it's a bit short on the interactive side unless you're digging into HTA. At least it's available by default :)
Chris
Random Solutions
Add column to existing table, populate with default value
Whats disable NVRAM/ESCD updates?
Print a report with three colums by 4 rows and with duplex printing
MS SqL query
Help on FTP
Problem using ActiveSync w/ Palm OS - SSL Certificates
Account Unknown in 2003 Server
how use javascript to expand and close div tags in asp.net page
Server time count down timer
How do I get IIS 6.0 to server .docx and .xlsx formats to browsers? (without converting back to 2003 formats)