# Installing Package issue

**URL:** https://forums.powershell.org/t/installing-package-issue/4397
**Category:** DSC
**Created:** [June 19, 2015, 12:25am UTC](https://forums.powershell.org/t/installing-package-issue/4397 "2015-06-19T00:25:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![aravinda-cat](https://avatars.discourse-cdn.com/v4/letter/a/a8b319/32.png) [@aravinda-cat](https://forums.powershell.org/u/aravinda-cat)
#### Post date: [June 19, 2015, 12:25am UTC](https://forums.powershell.org/t/installing-package-issue/4397/1 "2015-06-19T00:25:48Z")

</div>

Hi Team,

I am trying to install Report Viewer through Package resource which was running correctly in PUSH mode, but after setting up pull mode , throwing the below error…

PowerShell DSC resource MSFT\_PackageResource failed to execute Set-TargetResource functionality with error message: The specified Name (MicrosoftSystemCLRTypesforSQLServer2012  
(x64)) and IdentifyingNumber ({F1949145-EB64-4DE7-9D81-E6D27937146C}) do not match Name () and IdentifyingNumber () in the MSI file  
+ CategoryInfo : InvalidOperation: (🙂 , CimException  
+ FullyQualifiedErrorId : ProviderOperationExecutionFailure  
+ PSComputerName : localhost

Now it is not working in PUSH mode also. Showing the same error. but the same thing was working fine and the location from where it gets the Package is also same.

Thanks,  
Aravinda

---

<div class="post-metadata">

### Author: ![donj](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.powershell.org/donj/32/137_2.png) [@donj](https://forums.powershell.org/u/donj)
#### Post date: [June 21, 2015, 11:20pm UTC](https://forums.powershell.org/t/installing-package-issue/4397/2 "2015-06-21T23:20:51Z")

</div>

You’ll probably need to start over on a fresh computer to troubleshoot. At a guess, I’d say the LCM is having a problem getting to the package. Is the MSI local? It needs to be. If it isn’t, you should use a File resource to copy it over, first, at least as a test.

---

<div class="post-metadata">

### Author: ![dotnVo](https://avatars.discourse-cdn.com/v4/letter/d/4af34b/32.png) [@dotnVo](https://forums.powershell.org/u/dotnVo)
#### Post date: [May 16, 2024, 9:17pm UTC](https://forums.powershell.org/t/installing-package-issue/4397/3 "2024-05-16T21:17:17Z")

</div>


