PowerShell Studio • Re: "Product version has incorrect format", but...
Are you packaging your single-form application into an executable before creating an installer? If this is the case, can you provide a screenshot of your settings on the Version Information tab?If...
View ArticlePowerShell Studio • Heat/FIPS error during build (HEAT0308)
Product, version and build: PowerShell Studio 2024, 5.8.237Operating system: Windows 10 22H2, Build 19045.3996PowerShell version(s): 5.1.19041.3996While attempting to build an installer (MSI) the...
View ArticlePowerShell Studio • 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...
View ArticlePowerShell • Same code - different result
I am putting together a simple form for our service desk to use to standardize the process of offboarding users. Part of the process is to disable any account not used for 30 days, so I have put...
View ArticlePowerShell • Re: Same code - different result
https://learn.microsoft.com/en-us/dotne ... esktop-8.0The Focus method of a window returns true or false. I am guessing you wanted to do something else. Statistics: Posted by Alexander Riedel — Thu...
View ArticlePrimalScript • Re: PrimalScript 2024 Startup page - missing recent projects
The recent projects are still on the 'Recent' backstage view as shown here. They are currently not available on the start page.Statistics: Posted by Alexander Riedel — Thu Feb 08, 2024 3:06 pm
View ArticlePowerShell Studio • Can't Debug because AnalyzeScript fails with file not found
*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information....
View ArticlePowerShell Studio • Re: Can't Debug because AnalyzeScript fails with file not...
Try to switch the feature off and see if that works. Please let us know.Statistics: Posted by Alexander Riedel — Fri Feb 09, 2024 12:54 am
View ArticlePowerShell Studio • SQL 2022 Server successfully connect, but an error occurred
To help you better we need some information from you.*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we...
View ArticlePowerShell Studio • HEAT0001
Product: PowerShell Studio 2023 (64 Bit)Build: v5.8.224OS: Windows 10 Enterprise (64 Bit)Build: v10.0.19045.0I have been on this version for several months now.I have been able to build my MSI for...
View ArticlePowerShell Studio • Re: HEAT0001
These are errors from the Wix Toolset. The first one specifically points out that a Windows API function (GetShortPathName) threw an exception.The second one is from a different WiX tool.From what I...
View ArticlePowerShell Studio • Re: SQL 2022 Server successfully connect, but an error...
You may find the following helpful:https://stackoverflow.com/questions/176 ... -when-connhttps://learn.microsoft.com/en-us/troub ... -driver-19Statistics: Posted by brittneyr — Fri Feb 09, 2024 12:14 pm
View ArticleFormer and Future Customers - Questions • I can't install PrimalXML
I can't install PrimalXML as it fails to write the registry then it reverses the entire installation process.Running the installer as an administrator, doesn't work.My antivirus or firewall isn't...
View ArticleFormer and Future Customers - Questions • Re: I can't install PrimalXML
That is a pretty strange link, we have nothing of that sort in our installer. It does not seem to be even a valid registry path. I installed the trial from out website with no errors and searched my...
View ArticlePowerShell GUIs • Relative Element Positioning & Properties Palette
Hey All,If I have a label and a combo box, and I want the combo box to start at the end of the label, I would set its X position to be label.Location.X + label.Size.Width (more or less) and it would...
View ArticlePowerShell GUIs • Re: Relative Element Positioning & Properties Palette
No, you cannot see this in the designer.If you are dynamically setting a property, you need to preview/run the psf to see the results.Statistics: Posted by brittneyr — Mon Feb 12, 2024 7:28 am
View ArticlePowerShell Studio • Re: Different computer, different from designer display
The form shown in the designer with size based on the display and set properties. This means controls will 'resize themselves' in the designer similar to when running the form on different...
View ArticlePowerShell Studio • AccountExpirationDate is returned in american format
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.237OS: Windows 10.0.19045PS Version(s): 5.1.19041.1$UserDetails = Get-ADUser -Identity $UserID -Properties * -Credential $Credential$AccExpire =...
View ArticlePowerShell Studio • Re: AccountExpirationDate is returned in american format
PowerShell very often reverts back to its American roots. I recall reading somewhere that one of the architects of PowerShell insisted that this was intentional.I would post a link but it has been a...
View ArticleWish List and Feature Requests • Azure / Intune
Does Sapian have any plans on making tools that can work with Azure/Intune? Namely, any hope of having a tool that can write to LogAnalytics or reports in Intune for reporting of data? Thank...
View Article