0 pts.
 VS.NET SETUP project for .NET Framework 1.0
I am building an application with a setup project to be installed on a machine with .NET F/W 1.0. My build machine is running VS.NET 2003, which uses .NET F/W 1.1. I can build the application project (specifiying that target machine has 1.0 OR 1.1) and hand-install it onto my target (.NET F/W 1.0) machine, but if I use the Setup project, it won't install (says it needs .NET F/W 1.1). How can I build a setup project that ruins under .NET FW 1.0??

Software/Hardware used:
ASKED: January 7, 2005  4:20 AM
UPDATED: January 11, 2005  6:18 AM

Answer Wiki:
In regards to a Visual Studio setup project, I don't know if it's possible, b/c I think it uses 1.1 code internally (allowing you to run custom scripts, etc.). Another possibility would be to use something like InnoSetup (which is free). www.jrsoftware.org HTH, John Barone
Last Wiki Answer Submitted:  January 7, 2005  6:41 am  by  SloopJohnB   0 pts.
All Answer Wiki Contributors:  SloopJohnB   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Why not just install 1.1 on the target machine? My understanding is that there is no conflict when having both versions on the same machine.

 0 pts.

 

Thanks rpgrmmr,

Yes, installing 1.1 will be the answer, the 1.0 route would be a quick way around an unresponsive IT dept! I don’t have administrator priveleges. VS.NET was supposed to alleviate that problem, but if the installer doesn’t work…

(Of course, I can also just copy the 1.0 built files without using the installer)

JSC

 0 pts.

 

Thanks SloopJohnB!

InnoSetup seems to work OK – on my dev machine anyway. Now to try it onone of my clients!

 0 pts.