1

I have a xaml C# project which is a windows .exe application. I want to create a setup file for the same so that I can install it on other machine. I have followed this link to create MSI setup. Creating installer setup

From the above link when I am on Step 4 under (Procedure to create Setup file:) it throws error "The operation could not be completed. Error loading type library/dll". Infact if I try to add or delete any thing from section File System on Target machine, it throws same error. I am using VS 2015

if anybody faced same error Please help.

Screenshot of error

Ankita
  • 189
  • 1
  • 4
  • 12
  • Is that just .NET Core you need? I don't use it yet. Maybe search for answers from Chris Painter - he has some stuff on that topic. Or just Google it. Here is one page: https://learn.microsoft.com/en-us/dotnet/core/deploying/ – Stein Åsmul Jul 30 '20 at 21:23
  • no its not .net core – Ankita Aug 03 '20 at 07:03

1 Answers1

0

Deployment Tools: Quick review of MSI tools (free and commercial) - see if there is one to better match your needs and requirements.

Deployment: To solve the application problem, please find some links below. IT might be something as simple as an error in your configuration file or a lacking runtime.


Further Links:

Stein Åsmul
  • 39,960
  • 25
  • 91
  • 164