Search found 19 matches

by dhedges
Thu Aug 27, 2015 9:09 am
Forum: PowerShell Studio
Topic: Packaged MSI's do not support INSTALLDIR or TARGETDIR
Replies: 1
Views: 2511

Packaged MSI's do not support INSTALLDIR or TARGETDIR

I am working on several projects that require me to package up my scripts and associated files for installation to several systems. The requirements are to have these installed via MSI so we can identify outdated versions of the files and perform upgrades. Packaging these up isn't a problem however ...
by dhedges
Fri Sep 26, 2014 5:33 pm
Forum: PowerShell Studio
Topic: Program Files (x86) Environment Code is incorrect
Replies: 4
Views: 10088

Re: Program Files (x86) Environment Code is incorrect

Confirmed that the latest build resolves the issue. Thank you for such a fast turnaround!

-Dustin
by dhedges
Tue Sep 23, 2014 1:35 pm
Forum: PowerShell Studio
Topic: Program Files (x86) Environment Code is incorrect
Replies: 4
Views: 10088

Program Files (x86) Environment Code is incorrect

In PowerShell Studio 2014 (latest release), when using PrimalSense for $env: variables, the pre-defined varilable for ProgramFiles (x86) is: $env:ProgramFiles(x86) however when using the PowerShell ISE it is ${env:ProgramFiles(x86)} When running Test-Path with the above two variables on a Windows 8....
by dhedges
Wed Apr 16, 2014 9:09 am
Forum: ChangeVue
Topic: Use ChangeVue 2014 on 2 PC's with the same Repo (SkyDrive)
Replies: 1
Views: 16286

Use ChangeVue 2014 on 2 PC's with the same Repo (SkyDrive)

Is it possible to use ChangeVue on two PC's (Laptop & Desktop) where the repos are stored in a Cloud Sync/Storage service such as SkyDrive or Dropbox?

The repos are local of course (sync'd via the cloud).
by dhedges
Sun Apr 06, 2014 8:11 pm
Forum: Wish List and Feature Requests
Topic: PowerShell Studio 2014 Function Builder - Parametersets
Replies: 1
Views: 3002

PowerShell Studio 2014 Function Builder - Parametersets

Love the new function builder. I'd like to see the ability to assign more than one Parameter Set to a parameter name. Example, in many instances you may need to handle the Parameter 'Version' using more than one parameter set (i.e. 'File','ProductVersion'). I'd like to see the function builder handl...
by dhedges
Wed Apr 02, 2014 6:18 am
Forum: Wish List and Feature Requests
Topic: Script Packager (PrimalScript & PowerShell Studio)
Replies: 1
Views: 3631

Script Packager (PrimalScript & PowerShell Studio)

The new 2014 versions removed a very common feature and that is the ability to create an executable (EXE) out of one or more script files and data files. Now, the only option is to use an Installer (MSI) to deliver such payload however there are many instances in which the content I'm delivering isn...
by dhedges
Thu Mar 20, 2014 1:13 pm
Forum: PowerShell Studio
Topic: PowerShell Studio 2014 v4.1.47 - Console Window Crash
Replies: 5
Views: 3538

Re: PowerShell Studio 2014 v4.1.47 - Console Window Crash

I'm running the command against a remote SCCM Server. Produces a (potentially) large output of information. Get-WMIObject -ComputerName <ServerName> -Namespace "Root\SMS\Site_<SITECODE>" -Class "SMS_Application" This command alone produces a large output however I can reproduce w...
by dhedges
Thu Mar 20, 2014 10:11 am
Forum: PowerShell Studio
Topic: PowerShell Studio 2014 v4.1.47 - Console Window Crash
Replies: 5
Views: 3538

Re: PowerShell Studio 2014 v4.1.47 - Console Window Crash

Windows 8 Enterprise x64
PowerShell v3.0 (x64)

Text copy of logs attached.
by dhedges
Wed Mar 19, 2014 7:52 pm
Forum: PowerShell Studio
Topic: PowerShell Studio 2014 v4.1.47 - Console Window Crash
Replies: 5
Views: 3538

PowerShell Studio 2014 v4.1.47 - Console Window Crash

If resizing the built-in console window (while docked) when executing a long-running command (
PowerShell Code
Double-click the code block to select all.
Get-WMIObject
) the whole application crashes.
by dhedges
Tue Mar 18, 2014 2:19 pm
Forum: PowerShell Studio
Topic: v4.1.47 - Fatal: Cannot create executable file
Replies: 3
Views: 2423

Re: v4.1.47 - Fatal: Cannot create executable file

Windows 8 Enterprise x64 Script is located in my local SkyDrive folder under my user profile. PowerShell Studio is executing under my user context. I did just attempt to create an executable for a single script file and it worked. I also searched my system and the ConfigureTPM.exe.intermediate file ...