
Originally Posted by
jmcilhinney
You already have. If you don't want an installer then don't create an installer. You can simply copy your EXE to another machine and it will work, assuming that that machine has the appropriate version of the .NET Framework installed. If your app has any other dependencies then they will have to be present on the other machine too, either deployed with your app or provided by the user. No program actually ever needs installing. It's just that an installer is a convenient way to perform tasks required by the application, e.g. installing dependencies, modifying the Registry, creating shortcuts, etc. The simpler your app is the less important an installer is.
How to check whether the target computer already had the appropriate version of .Net Framework installed and other dependencies as well? For Example .Net Framework 2 and Crystal Report.
TQ.
-------------------------------------------------
Best Regards,
Jacky Goy
Bookmarks