Search found 10 matches

by rob.barker@outlook.com
Tue Mar 24, 2015 12:33 pm
Forum: PowerShell Studio
Topic: Requiring PowerShell Version #
Replies: 5
Views: 2387

Re: Requiring PowerShell Version #

I am setting #Requires -Version 3 in PSM1. Then MSI Options I am selecting 64 bit installer, install for all users, require admin and Min PowerShell version PSVer 3.
by rob.barker@outlook.com
Tue Mar 17, 2015 11:16 am
Forum: PowerShell Studio
Topic: Requiring PowerShell Version #
Replies: 5
Views: 2387

Re: Requiring PowerShell Version #

Is there anyone that can help with a basic answer?
by rob.barker@outlook.com
Fri Mar 13, 2015 2:40 pm
Forum: PowerShell Studio
Topic: Requiring PowerShell Version #
Replies: 5
Views: 2387

Requiring PowerShell Version #

My build package requires WinRM3 (PowerShell 3) and when testing on a system that has WinRM4 it errors out saying that winRM3 is required. WinRM4 should met the requirement. Is this an issue with the package builder? Product Version: PowerShell Studio 2015 (4.2.80) - 64bit OS: Windows 8.1 (x64) Than...
by rob.barker@outlook.com
Thu Mar 05, 2015 11:14 am
Forum: PowerShell HelpWriter
Topic: HelpWriter consistently crashes when saving
Replies: 9
Views: 20701

Re: HelpWriter consistently crashes when saving

The interesting thing in this scenario is that the Box folder is really just a local folder C:\Users\barkz\Box Folders\FOOBAR that then is synchronized through Box services. It saves to the local folder before synchronizing so I'm not sure why the crash happens during the save process.
by rob.barker@outlook.com
Thu Mar 05, 2015 11:07 am
Forum: PowerShell HelpWriter
Topic: HelpWriter consistently crashes when saving
Replies: 9
Views: 20701

Re: HelpWriter consistently crashes when saving

I think I found my problem. Internally we re-direct to Box folders which are constantly synchronizing on file changes. If I Save As to a local (C:\Folder) location it works fine. If I save it to a Box folder then it crashes consistently. But now I wonder how you are reproducing the crash b/c I canno...
by rob.barker@outlook.com
Thu Mar 05, 2015 10:45 am
Forum: PowerShell HelpWriter
Topic: HelpWriter consistently crashes when saving
Replies: 9
Views: 20701

Re: HelpWriter consistently crashes when saving

All I have to do is open the file, under Add-PfaHostGroupHosts add a Note enter is some basic text for title/remark. Hit save and get unresponsive dialog (attached). I choose Wait for the program to respond and eventually I have to task manager kill the process as it never responds. My laptop has 8G...
by rob.barker@outlook.com
Thu Mar 05, 2015 9:46 am
Forum: PowerShell HelpWriter
Topic: HelpWriter consistently crashes when saving
Replies: 9
Views: 20701

HelpWriter consistently crashes when saving

ENV: HelpWriter 1.0.9 (64-bit) running on Windows 8.1 (64-bit) Problem: I have a psm1-Help.xml file for a functional module with 158 cmdlets. I noticed 2 problems (1) I was able to Import my existing help from the psm1 file to create the initial seeding for further editing in HelpWriter. I can brows...
by rob.barker@outlook.com
Wed Oct 01, 2014 11:51 am
Forum: PowerShell Studio
Topic: Deploy Issue
Replies: 3
Views: 1836

Re: Deploy Issue

Thanks, this should be a configurable property IMO vs deriving from the Project Name.

Thanks,
barkz
by rob.barker@outlook.com
Wed Oct 01, 2014 10:34 am
Forum: PowerShell Studio
Topic: Deploy Issue
Replies: 3
Views: 1836

Re: Deploy Issue

I can easily work around this issue by manually adding the (dot) version of the PSM1 file in the Settings then run a Remove-Item to delete the (non-dot) version of the PSM1 but that is not a long-term solution.
by rob.barker@outlook.com
Wed Oct 01, 2014 10:28 am
Forum: PowerShell Studio
Topic: Deploy Issue
Replies: 3
Views: 1836

Deploy Issue

I am using PowerShell Studio 4.1.70 and have developed a .PSM1 and .PSD1. When using the Deploy (Deployment Group) my .PSM1 module is renamed to MY(space)MODULE(space)NAME.PSM1 when I want it to be MY.MODULE.NAME.PSM1. If I manually select the (.) name version of the file as an additional file it wi...