Connecting Tech Pros Worldwide Forums | Help | Site Map

installing setup file into another machine

Newbie
 
Join Date: May 2009
Posts: 14
#1: Jun 3 '09
Hi,
I'm having problem in installing the setup file into another computer that has not have .Net framework. After I made a setup file to a project and I tend to install the setup file into another computer, a message pops up telling me that the computer has no .NET framework.. Anyone can help??

tlhintoq's Avatar
Moderator
 
Join Date: Mar 2008
Location: Arizona, USA
Posts: 1,783
#2: Jun 3 '09

re: installing setup file into another machine


You need to install .NET on the target machine. Your compiled application does not include the .NET functionality all wrapped up inside it. There is no way around installing .NET if your program requires it.
Reply