Search found 107 matches

by StupidSexyFlanders
Fri Nov 08, 2013 2:16 pm
Forum: PowerShell Studio
Topic: Cannot upgrade or uninstall with 'My Documents' access error
Replies: 11
Views: 6490

Re: Cannot upgrade or uninstall with 'My Documents' access e

Ok, I think I was able to fix this. I found that this wasn't a problem with the PSS at all. I started examining several files & folders that appeared on my local workstation 'My Documents' folder and found that many did not exist on the remote server (where said folder was being redirected to). ...
by StupidSexyFlanders
Fri Nov 08, 2013 8:35 am
Forum: PowerShell Studio
Topic: Cannot upgrade or uninstall with 'My Documents' access error
Replies: 11
Views: 6490

Re: Cannot upgrade or uninstall with 'My Documents' access e

This is the message that pops up just as the process is about done. The first redacted field is the remote server and the second is my user name. FWIW, I can navigate to this path fine and have full R/W access.
by StupidSexyFlanders
Wed Nov 06, 2013 3:23 pm
Forum: PowerShell Studio
Topic: Cannot upgrade or uninstall with 'My Documents' access error
Replies: 11
Views: 6490

Re: Cannot upgrade or uninstall with 'My Documents' access e

When I initially had the installation problem the first thing I tried was fully uninstalling the existing version. I did get errors indicating the uninstallation process failed. However after a reboot PSS was no longer showing as an installed application so I assumed it had successfully uninstalled ...
by StupidSexyFlanders
Wed Nov 06, 2013 1:28 pm
Forum: PowerShell Studio
Topic: Cannot upgrade or uninstall with 'My Documents' access error
Replies: 11
Views: 6490

Re: Cannot upgrade or uninstall with \\\'My Documents\\\' ac

Just tried again with a newly downloaded file. The installer reports version 3.1.26.0. Interestingly, this latest download was flagged by Chrome as "malicious software". Same thing came up for any other application I download from my registered software page. That's never happened before. ...
by StupidSexyFlanders
Wed Nov 06, 2013 12:58 pm
Forum: PowerShell Studio
Topic: Cannot upgrade or uninstall with 'My Documents' access error
Replies: 11
Views: 6490

Re: Cannot upgrade or uninstall with 'My Documents' access e

I thought the latest. I will download a new copy just in case I was working with some antiquated version of the installer.
by StupidSexyFlanders
Thu Oct 31, 2013 3:45 pm
Forum: PowerShell Studio
Topic: Cannot upgrade or uninstall with 'My Documents' access error
Replies: 11
Views: 6490

Cannot upgrade or uninstall with 'My Documents' access error

Trying to upgrade PSS to the latest version and am getting an error right before the installation process completes. The popup indicates an issue contacting my 'My Documents' folder. The location of the folder is on a network share but the path displayed in the popup is incorrect (that folder doesn'...
by StupidSexyFlanders
Thu Jul 18, 2013 4:13 pm
Forum: PowerShell GUIs
Topic: Trigger event on any change within a groupbox
Replies: 6
Views: 11338

Re: Trigger event on any change within a groupbox

The blog post mentioned previously indicated that each event must also check for the 'Checked' state: We set the same CheckChanged event for all the radio buttons and use the $this variable to access the radio button that triggered the event. $radiobutton_CheckedChanged={ #Use the $this variable to ...
by StupidSexyFlanders
Wed Jul 17, 2013 5:05 pm
Forum: PowerShell GUIs
Topic: Trigger event on any change within a groupbox
Replies: 6
Views: 11338

Re: Trigger event on any change within a groupbox

Yeah, I am familiar with using the checkchanged event to manage the checkstate of radio buttons. I was just hoping that there was a way to avoid going through each button one at a time and defining essentially the same action for each one. I thought there was a general click event for groupboxes tha...
by StupidSexyFlanders
Wed Jul 17, 2013 2:57 pm
Forum: PowerShell GUIs
Topic: Trigger event on any change within a groupbox
Replies: 6
Views: 11338

Trigger event on any change within a groupbox

If you have a groupbox with several controls can the state of those controls be queried whenever any control within the groupbox is changed? For example, say I have a groupbox with 20 radiobuttons within it. How can I get a loop like this to start?: foreach($control in $groupbox.Controls) { if($cont...
by StupidSexyFlanders
Tue Jun 18, 2013 11:27 am
Forum: PowerShell Studio
Topic: Release Notes
Replies: 1
Views: 1713

SOLVED: Release Notes

I found it by filtering the blog by the 'service release' tag :)

http://www.sapien.com/blog/tag/service-release/