Errors received when trying to build a MSI

Ask your PowerShell-related questions, including questions on cmdlet development!
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 1 year and 2 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
terppanther
Posts: 1
Last visit: Mon Feb 05, 2024 4:25 am

Errors received when trying to build a MSI

Post by terppanther »

This is the powershell command i'm trying to build a package of to uninstall ie11:

Enable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-amd64 -Online -NoRestart

here's the output
SAPIEN Package and Deploy Tool 4.6 (c) 2005 - 2023 SAPIEN Technologies, Inc.

Processing input files...
Processing settings...
heatout.wix
C:\Users\willka\American Water\Endpoint & Collaboration - Workspace One\WS1 Powershell Repository\PowerShell Studio\heatout.wix(26) : error CNDL0104 : Not a valid source file; detail: An error occurred while parsing EntityName. Line 26, position 114.

Error: Could not create MSI file

3 error(s), 0 warning(s)
This topic is 1 year and 2 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked