1-10 of 20 < Previous Next >
1 vote

Migrate to DTF

To support faster code development, move to DTF (now in WiX). Be sure to define alias properties on objects to match what is available now despite slight variations in the classes like ProductInsta...

id# 7171 | Planned Release: None | Last Updated: Aug 1 at 10:32 PM  by heaths
1 vote

Select records from an MSI or MSP database

Implement a cmdlet (select-record?) to select records - either by a SQL expression or for a whole table with a scriptblock for a filter - from either an MSI or MSP database. Another way might be to...

id# 5779 | Planned Release: None | Last Updated: Mar 18 at 6:06 PM  by heaths
1 vote

Provider for mounting MSI files

Create a provider for mounting MSI files as PSDrives so that users can navigate and copy out of the media.

id# 5778 | Planned Release: None | Last Updated: Mar 18 at 6:04 PM  by heaths
1 vote

Cmdlets for querying summary information stream

Create cmdlets to query the summary information stream for any storage passed to it, along with substorages (optionally?). For Windows Installer file types, create handlers to display proper proper...

id# 2756 | Planned Release: 1.0 Release Candidate | Last Updated: Mar 18 at 4:02 PM  by heaths
2 votes

Add source list modification cmdlets

Add a couple of cmdlets like add-msisource, remove-msisource, and get-msisource for both ProductInfo and PatchInfo objects.

id# 1297 | Planned Release: 1.0 Release Candidate | Last Updated: Mar 18 at 4:02 PM  by heaths
0 votes

Error round-tripping from get-msisource

The following expression does not re-bind to the new ProductCode NoteProperty on the pipeline PackageSource object: get-msiproductinfo | select -first 2 | get-msisource | get-msiproductinfo -debug ...

id# 5776 | Planned Release: 1.0 Release Candidate | Last Updated: Mar 18 at 4:00 PM  by heaths
0 votes
closed

Add NoteProperties to all PSObject passed through

Both as an optimization and because the default value for an integer is 0 (as opposed to null like for the MSIFileType property), I don't add notes to directories. But this causes format-* to not a...

id# 5372 | Planned Release: 1.0 Release Candidate | Last Updated: Mar 2 at 1:55 AM  by heaths
0 votes

Cmdlets with PassThru parameters do not chain correctly

For those cmdlets that provide a -PassThru switch, they cannot be chained such that the NoteProperty objects they add are all visible. Repro: dir | get-msifilehash -passthru | get-msifiletype -pass...

id# 5554 | Planned Release: 1.0 Release Candidate | Last Updated: Mar 2 at 1:50 AM  by heaths
0 votes
closed

CA1060 : MovePInvokesToNativeMethodsClass in Msi.cs

Move this and the rest of the P/Invoke methods to NativeMethods.

id# 5371 | Planned Release: 1.0 Release Candidate | Last Updated: Mar 2 at 1:13 AM  by heaths
2 votes
closed

Create help file for Microsoft.Windows.Installer.PowerShell.dll

The assembly Microsoft.Windows.Installer.PowerShell.dll needs a help file, Microsoft.Windows.Installer.PowerShell.dll-Help.xml.

id# 1835 | Planned Release: 1.0 Release Candidate | Last Updated: Feb 11 at 1:36 AM  by heaths

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 20 < Previous 1 2 Next >
Updating...