简体   繁体   中英

Application not installed after running InstallShield installer

I am trying to figure out how to make an installer for a C# WPF. I followed this tutorial and I created the installer just fine using VS2015 and InstallShield LE. When I run it on my computer the installer comes up, goes through the steps, and everything installs just fine. When I run it on another computer the installer runs, but the application is not installed afterwards.

All the application is is the blank window that Visual Studio 2015 Professional creates when making an empty WPF project. The machine that it does not work on has .NET 4.5 installed, but not Visual Studio.

I have tried it on two other computers so far. Any insight?

I resolved my issue. It was a misunderstanding as to how InstallSheild worked. I was just copying over the executable to the new computer, but I needed to copy over the entire folder that it is created in and run the executable from there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM