Hello,
Thanks for your feedback. As I understand, now that you want to build your
entire solution without Visual Studio .NET. Please correct me if there is
any misunderstanding. Based on my experience, it is very hard and sometimes
not possible to build a solution in a system without Visual Studio. Here
are the reasons:
1. Visual Studio .NET need to parse the information of the solution and the
corresponding projects' files, and then it is able to proceed to build
process step by step. Without Visual Studio .NET installed, you will need
to read the solution and project files manually to get the
compiler/linker/... options.
2. Visual Studio .NET also installs some components that are required to
develop some projects. For example, it installs the header/import library
files of MFC. We are not able to create Visual C++ MFC application without
MFC header/lib files.
Generally speaking, we build a solution on a developement system and deploy
the setup package to the product machine. It's strongly NOT recommend to
deploy the source file instead.
In addition, I suggest that you can also use Visual Installer instead of VS
NET to create a setup program. Visual Installer can be download from
Microsoft website at the following link:
http://msdn.microsoft.com/vstudio/downloads/tools/vsi11/default.aspx
Windows Installer Development Tools
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/w
indows_installer_development_tools.asp?frame=true
BTW, in the future, it would be best to post MSI questions in the following
newsgroup:
microsoft.public.platformsdk.msi
Please feel free to let me know if you have any problems or concerns.
Have a nice day!
Regards,
HuangTM
Microsoft Online Partner Support
MCSE/MCSD
Get Secure! --
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.