GUI App - Registry Checker with Progress Bar and Status

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 10 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
abrahamlowell
Posts: 24
Last visit: Tue Mar 19, 2024 3:13 am

GUI App - Registry Checker with Progress Bar and Status

Post by abrahamlowell »

hello all,

New to PowerShell Studio here. Was wondering the below application is possible with PowerShell Studio 2012.

Image

1) the following app will access the registry on a local computer to check if the specified components are installed
2) When you press validate, each component will be checked and a progress bar will be shown
3) if the application is installed, a green check will show up
4) if the application is not installed, a red check will show up

is this possible?
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: GUI App - Registry Checker with Progress Bar and Status

Post by davidc »

As far as the GUI side of the script is concerned, you should be able to create it with PowerShell Studio.

If you asking for help for how to implement the script, I recommend posting in the PowerShell GUI forum or the PowerShell forum.

David
David
SAPIEN Technologies, Inc.
User avatar
Srinath
Posts: 111
Last visit: Tue Feb 09, 2016 12:12 pm

Re: GUI App - Registry Checker with Progress Bar and Status

Post by Srinath »

Yup! You can do whatever you want from PowerShell :)

It's very easy. You should be able to accomplish this using Test-Path cmdlet. Based on the result, you have to display green image.

Take a look into this article: http://blogs.technet.com/b/heyscripting ... -2010.aspx
This topic is 10 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.