Search found 8476 matches

by Alexander Riedel
Wed Feb 07, 2024 11:28 am
Forum: PowerShell Studio
Topic: Heat/FIPS error during build (HEAT0308)
Replies: 17
Views: 898

Re: Heat/FIPS error during build (HEAT0308)

Actually I have heard of it before, just forgotten about it :D
Please stand by.
by Alexander Riedel
Wed Feb 07, 2024 11:11 am
Forum: PowerShell Studio
Topic: Heat/FIPS error during build (HEAT0308)
Replies: 17
Views: 898

Re: Heat/FIPS error during build (HEAT0308)

I will have to look into the FIPS thing. I have never encountered this before. As for hanging when signing, 99% of the time this is related to time stamp servers. Remove the time stamp URL or select another suitable URL and see if that helps. Make sure you use the same time stamp URL as when packagi...
by Alexander Riedel
Mon Feb 05, 2024 2:59 pm
Forum: PowerShell Studio
Topic: Exception calling SetValue
Replies: 6
Views: 729

Re: Exception calling SetValue

Happens to everyone. No worries
by Alexander Riedel
Mon Feb 05, 2024 2:34 pm
Forum: PowerShell Studio
Topic: Exception calling SetValue
Replies: 6
Views: 729

Re: Exception calling SetValue

I have put one of your lines in a sample service and packaged it as Windows Service for PowerShell 5.1
2024-02-05_14-29-26.png
2024-02-05_14-29-26.png (32.3 KiB) Viewed 704 times
I modified the setting's name so not to mess with anything and it seems to operate as designed.
2024-02-05_14-32-06.png
2024-02-05_14-32-06.png (95.28 KiB) Viewed 704 times
by Alexander Riedel
Mon Feb 05, 2024 1:44 pm
Forum: PowerShell Studio
Topic: Exception calling SetValue
Replies: 6
Views: 729

Re: Exception calling SetValue

The engine for Windows PowerShell 5.1 services has not changed. I am assuming that this is what you are packaging for, based on your input. PowerShell messages can sometimes miss the mark. The -Type parameter is only available in some specific parameter sets. It is possible that Windows PowerShell i...
by Alexander Riedel
Mon Feb 05, 2024 10:48 am
Forum: PowerShell GUIs
Topic: include files inside of .EXE or .MSI
Replies: 7
Views: 3276

Re: include files inside of .EXE or .MSI

Please do not use the term 'compile'. It just creates confusion. You package a script to make an exe (that is also not a compiler). Or you build/create/make an MSI. The term "to compile" in this context means to translate source code into binary machine instructions or at least ILASM (Inte...
by Alexander Riedel
Fri Feb 02, 2024 12:49 pm
Forum: PowerShell Studio
Topic: Manually Add Help Files
Replies: 11
Views: 3362

Re: Manually Add Help Files

Please run the attached file on your machine for a module you want help for. Use as ImportOnlineHelp [/5|/7] <Module> So for example Importonlinehelp /7 Microsoft.Graph.Groups This will download the online help for each cmdlet in that module and generate a help file as used by PrimalScript and Power...
by Alexander Riedel
Thu Feb 01, 2024 2:27 pm
Forum: PowerShell Studio
Topic: Different computer, different from designer display
Replies: 16
Views: 4115

Re: Different computer, different from designer display

On the laptop, can you pull the bottom scrollbar of the design view all the way to the right and take a screenshot then, please?
by Alexander Riedel
Tue Jan 30, 2024 4:31 pm
Forum: Former and Future Customers - Questions
Topic: PrimalScript IDE "Use Arguments"
Replies: 1
Views: 991

Re: PrimalScript IDE "Use Arguments"

Seems to operate fine here. What are you doing differently?
2024-01-30_16-29-43.png
2024-01-30_16-29-43.png (227.97 KiB) Viewed 960 times