The packager allows you to add multiple icons to the exe file.
https://learn-powershell.net/2016/01/18 ... owershell/
This explains how you can load an icon from any exe (or dll), including the own process.
Search found 8222 matches
- Fri Mar 31, 2023 2:03 pm
- Forum: Former and Future Customers - Questions
- Topic: Splash Screen Taskbar Icon
- Replies: 3
- Views: 158
- Fri Mar 31, 2023 2:01 pm
- Forum: PowerShell Studio
- Topic: Problem with Windows 10 starting PowerShell Studio.exe instead of PowerShell.exe
- Replies: 2
- Views: 126
Re: Problem with Windows 10 starting PowerShell Studio.exe instead of PowerShell.exe
"all kinds of values" is a little bit of an exaggeration :D HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1 is where the open verb is associated with PowerShell Studio. If you look in HKEY_CLASSES_ROOT for .ps1, it has a default value of "Microsoft.PowerShellScript.1" which brings...
- Fri Mar 31, 2023 11:10 am
- Forum: PowerShell
- Topic: Progress bar with PowerCLI and vCenter
- Replies: 2
- Views: 127
Re: Progress bar with PowerCLI and vCenter
[Topic moved by moderator]
- Wed Mar 29, 2023 2:21 pm
- Forum: PowerShell Studio
- Topic: Have to click "Build Package" multiple times to complete
- Replies: 2
- Views: 108
Re: Have to click "Build Package" multiple times to complete
Most commonly the build process gets interrupted by malware virus checkers when the intermediary file gets created. There are provisions to wait for any pending scan to complete but the
timing very much depends on software used and system load.
Which Antivirus/Malware scanner software are you using?
timing very much depends on software used and system load.
Which Antivirus/Malware scanner software are you using?
- Tue Mar 28, 2023 10:02 am
- Forum: PowerShell Studio
- Topic: Compiled Service hangs with 'command was found in the module'
- Replies: 3
- Views: 931
Re: Compiled Service hangs with 'command was found in the module'
This user here seems to experience a similar problem: https://superuser.com/questions/1613630/most-of-powershell-commands-not-working and here: https://github.com/Azure/azure-functions-powershell-worker/issues/377 It would be worthwhile investigating if you have any commonalities with the issues des...
- Tue Mar 28, 2023 9:54 am
- Forum: PowerShell Studio
- Topic: Compiled Service hangs with 'command was found in the module'
- Replies: 3
- Views: 931
Re: Compiled Service hangs with 'command was found in the module'
I was not able to readily reproduce this, most likely because it would require something more complex to run for a longer time than my test services. I can make some guesses as to what would cause this though. PowerShell Modules, and that includes internal ones that come with PowerShell, are no lock...
- Tue Mar 28, 2023 9:31 am
- Forum: VersionRecall
- Topic: File list refresh
- Replies: 1
- Views: 114
Re: File list refresh
I'll send this to QA. Sounds like a bug.
- Tue Mar 28, 2023 8:42 am
- Forum: VBScript
- Topic: vb script error on Line 13 "Object Required"
- Replies: 1
- Views: 413
Re: vb script error on Line 13 "Object Required"
You set Compan here:
Set Compan = PropertyValues.SearchForProperty(pdC).TypedValue.GetValueAsLookup()
But you do not check if the statement produces a result that is not null.
Set Compan = PropertyValues.SearchForProperty(pdC).TypedValue.GetValueAsLookup()
But you do not check if the statement produces a result that is not null.
- Fri Mar 17, 2023 2:31 pm
- Forum: Customer Service
- Topic: Order not showing in order history and no receipt sent to email
- Replies: 2
- Views: 2524
Re: Order not showing in order history and no receipt sent to email
Apparently a server error at the exact time of your order pushed it into a 'canceled' state. Don't you feel lucky? 
I am told it has been adjusted, so please let me know if you still don't see that update on your account.

I am told it has been adjusted, so please let me know if you still don't see that update on your account.
- Fri Mar 17, 2023 12:25 pm
- Forum: Customer Service
- Topic: Order not showing in order history and no receipt sent to email
- Replies: 2
- Views: 2524
Re: Order not showing in order history and no receipt sent to email
A purchase with Paypal is unfortunately asynchronous. It takes a while until they send a notification which then gets settled in the store.
If you don't see it Monday, please email your PayPal receipt to sales@sapien.com. Don't worry, we get it all adjusted if something got its wires crossed.
If you don't see it Monday, please email your PayPal receipt to sales@sapien.com. Don't worry, we get it all adjusted if something got its wires crossed.