|
From: a on 26 Jun 2008 06:04 I have program proximity 2 mb Including setup( I mean program packaged with setup file you click setup file the program setup on window) I don't know which language can do that .. But my question is: Is vb.net can do that with .net frame works and windows installer program 1- I mean is possible to reduce the vb.net setup to be 2 mb for small project ? 2- Is possible to make one setup file and run this file only ( I mean if you use file new project other project setup and deployment ) you will get multi folder and file? My question is can we merge this file to one setup file. I hope you understand my question
From: Rory Becker on 26 Jun 2008 06:55 Hello a, > I have program proximity 2 mb Including setup( I mean program > packaged with setup file you click setup file the program setup on > window) > > I don't know which language can do that .. > > But my question is: > > Is vb.net can do that with .net frame works and windows installer > program The .Net framework is considerably larger than that for every version. However I may be misunderstanding. Perhaps you mean excluding the framework itself? -- Rory
From: Cor Ligthert[MVP] on 27 Jun 2008 00:15 Hi, It is a rare huge amount of memory for a VB.Net project. VB.Net assymblies are extremely small as most is done in the Net.Framework. Have you some Com object in it? Cor "a" <a(a)a.net> schreef in bericht news:uvSKjV31IHA.3860(a)TK2MSFTNGP05.phx.gbl... >I have program proximity 2 mb Including setup( I mean program packaged >with setup file you click setup file the program setup on window) > > I don't know which language can do that .. > > > > But my question is: > > Is vb.net can do that with .net frame works and windows installer program > > 1- I mean is possible to reduce the vb.net setup to be 2 mb for small > project ? > > 2- Is possible to make one setup file and run this file only ( I mean > if you use file new project other project setup and deployment ) you will > get multi folder and file? My question is can we merge this file to one > setup file. > > I hope you understand my question > >
|
Pages: 1 Prev: strange problem - window reload Next: Configuration parameter in SQL database |