Search found 30 matches

by WSUsoftware
Wed Jul 03, 2019 1:59 pm
Forum: PowerShell Studio
Topic: Auto-complete fails for dot sourced variables in collection project
Replies: 1
Views: 6402

Auto-complete fails for dot sourced variables in collection project

Product, version and build: SAPIEN Powershell Studio 2019 v5.6.162 32 or 64 bit version of product: 64-bit Operating system: Windows 10 v1809 32 or 64 bit OS: 64-bit I'm currently trying to organize a project that has several different forms that share variables and functions that I currently have t...
by WSUsoftware
Thu Jan 18, 2018 10:15 am
Forum: PowerShell GUIs
Topic: Checkedlistbox Highlighting
Replies: 3
Views: 2102

Re: Checkedlistbox Highlighting

I do not see that property anywhere in the properties panel in PowerShell Studio.
by WSUsoftware
Thu Jan 18, 2018 10:08 am
Forum: PowerShell GUIs
Topic: Checkedlistbox Highlighting
Replies: 3
Views: 2102

Checkedlistbox Highlighting

Is it possible to disable the text highlighting that occurs when you click on a checkedlistbox item like in the image below?
highlight.PNG
highlight.PNG (2.9 KiB) Viewed 2102 times
by WSUsoftware
Thu Dec 21, 2017 11:14 am
Forum: PowerShell
Topic: Help with ACL
Replies: 6
Views: 3325

Re: Help with ACL

Rules are additive. You should never give users full control of system managed folders. You have chosen to use "subfolders and files" which is the default. What did you want? Unfortunately a piece of software we are using requires the Users group for that particular folder to have FullCon...
by WSUsoftware
Thu Dec 21, 2017 10:53 am
Forum: PowerShell
Topic: Help with ACL
Replies: 6
Views: 3325

Re: Help with ACL

The new rule is showing up correctly but is basically having no affect because the "old" Users rules still exists. Is there a way to remove that one first? I tried but was unsuccessful. Below is what the advanced permissions look like; the highlighted rule is the one I just created. Captur...
by WSUsoftware
Thu Dec 21, 2017 7:04 am
Forum: PowerShell
Topic: Help with ACL
Replies: 6
Views: 3325

Re: Help with ACL

jvierra wrote: Wed Dec 20, 2017 12:52 pm It is getting set but it has to be viewed under "Advanced" button. To get the top one set just remove it and re-add the trustee.
When I go to advanced it still does not show up with Full Control
by WSUsoftware
Wed Dec 20, 2017 8:01 am
Forum: PowerShell
Topic: Help with ACL
Replies: 6
Views: 3325

Help with ACL

I have searched the forums first, but I'm still having some troubles. I am trying to simulate checking the Full Control box on the folder below for the Users group. FolderPermissions.PNG I have tried the following lines of code without success: $ACL = Get-Acl -Path 'C:\Program Files\New Folder' $new...
by WSUsoftware
Wed Sep 06, 2017 7:36 am
Forum: PowerShell Studio
Topic: Packaged form project into MSI installer
Replies: 4
Views: 2382

Re: Packaged form project into MSI installer

I didn't realize it would be able to work that way. Tried it out and worked flawlessly. Thank you.
by WSUsoftware
Wed Aug 30, 2017 8:23 am
Forum: PowerShell Studio
Topic: Packaged form project into MSI installer
Replies: 4
Views: 2382

Re: Packaged form project into MSI installer

In an ideal solution, I could just put my CSV file into the form project I have and dot source it that way. Since I will be using this on multiple computers, the cleanest way to achieve this type of functionality was in my opinion to install my compiled form project using an MSI that would also be a...
by WSUsoftware
Wed Aug 30, 2017 7:47 am
Forum: PowerShell Studio
Topic: Packaged form project into MSI installer
Replies: 4
Views: 2382

Packaged form project into MSI installer

Product, version and build: Powershell Studio 2017, version 5.4.143 32 or 64 bit version of product: 64-bit Operating system: Windows 10 32 or 64 bit OS: 64-bit I have a form project I am packaging as an EXE that works well. Currently it references an external file(CSV) that I have to point to that...