Search found 7662 matches
- 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: 177
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: 926
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: 926
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: 824
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: 824
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: 824
- Tue Apr 13, 2021 6:09 am
- Forum: Customer Service
- Topic: Unable to post in powershell forum
- Replies: 3
- Views: 151
Re: Unable to post in powershell forum
Please send the text you wanted to post to websupport@sapien.com
The SPAM plugin is probably overeager and needs to be adjusted.
We apologize for the inconvenience.
The SPAM plugin is probably overeager and needs to be adjusted.
We apologize for the inconvenience.
- Mon Apr 12, 2021 2:33 pm
- Forum: PowerShell Studio
- Topic: Error with P/S7.1.3 (Forms) EXE's running "error executing script"
- Replies: 7
- Views: 922
Re: Error with P/S7.1.3 (Forms) EXE's running "error executing script"
If you have PowerShell 7.1.3 itself installed, you do not need to install the 7.1.3 runtime.
- Mon Apr 12, 2021 1:04 pm
- Forum: PowerShell Studio
- Topic: Error with P/S7.1.3 (Forms) EXE's running "error executing script"
- Replies: 7
- Views: 922
Re: Error with P/S7.1.3 (Forms) EXE's running "error executing script"
I cannot determine if you are saying that a) packaged executables run on the development machine but not on the test machines b) or packaged executable don't run anywhere but you can execute your forms app from within PowerShell Studio c) or nothing runs anywhere You have also not expressly stated i...
- Mon Apr 12, 2021 11:32 am
- Forum: PowerShell Studio
- Topic: How to Block Application Update
- Replies: 1
- Views: 1133
Re: How to Block Application Update
Please see the reply in the PrimalScript forum section.