Replies: 2 comments 7 replies
-
Which set of packages are you using? The older ones or the What version of
Where are you installing the app? On your |
Beta Was this translation helpful? Give feedback.
-
I am using the latest as of a couple days ago. I am using the .NET core 3.1 version. I have tried installing on my dev computer and another computer. When I installed on the other computer it installed the .net core 3.1 as part of the install It doesn't work on either my dev machine or the other one. |
Beta Was this translation helpful? Give feedback.
-
I have created a very simple browser wrapper using CefSharp to access a specific website I have created.
I now need to make a general installer to deploy this app. I tried a ClickOnce and it installs without errors including the .NET core 3.1 package. It doesn't do anything when I tried to run it. It just shows the hour glass for a second and then nothing. No errors or anything.
The weird thing is that if I find the .exe that is installed and click on it directly everything works.
So I then tried creating a Visual Studio Windows Setup MSI project.
I changed the Publish output so it just used the Folder method with NO ClickOnce.
If I go to the publish output under netcoreapp3.1\publish and double click the exe there on my dev computer, it runs fine.
If I then build the MSI setup project that contains the publish output as the input for it I get the MSI.
When I install that I end up with a C:\Program Files[companyname][appname] folder that has all of the same files contained in my publish folder.
When I double click the exe contained in that folder nothing happens. No errors or anything. It just does nothing.
All of the files are exactly the same as the ones in the publish folder in my dev project.
Can someone please help me figure out how to make a good windows installer for this app?
Beta Was this translation helpful? Give feedback.
All reactions