Search found 7666 matches
- Thu Apr 22, 2021 8:55 am
- Forum: Wish List and Feature Requests
- Topic: ARM-compatible/native builds
- Replies: 1
- Views: 33
Re: ARM-compatible/native builds
Thank you for your input. We will investigate the options.
- Wed Apr 21, 2021 12:28 am
- Forum: PowerShell Studio
- Topic: Auto-increment file version no longer working v5.8.188
- Replies: 5
- Views: 382
Re: Auto-increment file version no longer working v5.8.188
We have been able to replicate it, but have not identified the cause yet. We are investigating.
- Tue Apr 20, 2021 5:03 pm
- Forum: PowerShell Studio
- Topic: Auto-increment file version no longer working v5.8.188
- Replies: 5
- Views: 382
Re: Auto-increment file version no longer working v5.8.188
In September 2018 we added some macro expansion when packaging. It scrolled off the changelog by now. Add: Packager expands macros in code from packaging settings, current status: __PRODUCTVERSION__ __FILEVERSION__ __PRODUCTDESCRIPTION__ __PRODUCTNAME__ __COMPANY__ __COPYRIGHT__ __FILE__ __DATE__ __...
- Mon Apr 19, 2021 8:49 am
- Forum: Customer Service
- Topic: You are attempting to launch a trial version on a virtual machine
- Replies: 1
- Views: 134
Re: You are attempting to launch a trial version on a virtual machine
Detecting a virtual machine is not an easy task. It happens that there are false positives. Our apologies if you encountered one of those.
Simply go your SAPIEN account page and get a VM Trial key.
Enter that as activation key along with your SAPIEN username and password and press "Start / Trial"
Simply go your SAPIEN account page and get a VM Trial key.
Enter that as activation key along with your SAPIEN username and password and press "Start / Trial"
- Fri Apr 16, 2021 8:53 am
- Forum: Former and Future Customers - Questions
- Topic: Make files and folder nonreadable to users after MSI install
- Replies: 1
- Views: 231
Re: Make files and folder nonreadable to users after MSI install
A folder and files from which you wish to execute code must be readable. If the OS cannot read a file, it cannot execute it. There really is no way around that. You didn't provide a lot of detail here, so there is some guesswork involved here. Renaming a .ps1 file to .xyz it does not make it any les...
- Thu Apr 15, 2021 5:49 pm
- Forum: PowerShell Studio
- Topic: Unable to retrieve line number of exe from module
- Replies: 4
- Views: 1206
Re: Unable to retrieve line number of exe from module
I apologize, maybe my original answer was not verbose enough. When you package (it is not a compiler) with a SAPIEN Script Host, there is no script FILE. It is executed from memory. That's the point of it. Because there is no FILE, mechanisms like Get-PSCallStack don't work, because they assume that...
- Tue Apr 13, 2021 10:37 am
- Forum: PowerShell Studio
- Topic: Unable to retrieve line number of exe from module
- Replies: 4
- Views: 1206
Re: Unable to retrieve line number of exe from module
Well, as there is no actual script really that is a little tough. I am not certain at this time if PowerShell can provide a location within a script block.
- Tue Apr 13, 2021 10:32 am
- Forum: PowerShell Studio
- Topic: Is there a way to by default run as different user (NOT elevated)?
- Replies: 5
- Views: 1132
Re: Is there a way to by default run as different user (NOT elevated)?
You can also package using RunAs. That does not imply admin.
- Tue Apr 13, 2021 10:27 am
- Forum: PowerShell Studio
- Topic: Is there a way to by default run as different user (NOT elevated)?
- Replies: 5
- Views: 1132
Re: Is there a way to by default run as different user (NOT elevated)?
Create a starter app that prompts and then run the main process as required. Or create the shortcut on install.
Without knowing more about your getup it's a bit hard to tell.
Without knowing more about your getup it's a bit hard to tell.
- Tue Apr 13, 2021 8:51 am
- Forum: PowerShell Studio
- Topic: Is there a way to by default run as different user (NOT elevated)?
- Replies: 5
- Views: 1132