koslyr
Dec 10th, 2005, 10:44 AM
i am using the Visual Studio Installer to make the setup msi file for my application. So far i have no problem but now there is a need for some new demands
1) The setup file is about 15MB of size. When i fix a bug it is really too difficult to make to a new setup and distribute this to our customers. Unfortunately here at Greece the broadband connect to the Internet is very limited:( . So the ideal is just to find a way to produce only something like Service Pack and send only this and not the whole setup file. Is there any way this to be implemented via Visual Installer or Visual Studio 6?
2) Some of my customers are using the Windows 98SE and there are some cases where the MDAC is not pre-installed so my application is not working (my application is a classic client - server style with a database file of Access). Is there any way to check if there is the right MDAC version and if not to install this, during the setup procedure?
1) The setup file is about 15MB of size. When i fix a bug it is really too difficult to make to a new setup and distribute this to our customers. Unfortunately here at Greece the broadband connect to the Internet is very limited:( . So the ideal is just to find a way to produce only something like Service Pack and send only this and not the whole setup file. Is there any way this to be implemented via Visual Installer or Visual Studio 6?
2) Some of my customers are using the Windows 98SE and there are some cases where the MDAC is not pre-installed so my application is not working (my application is a classic client - server style with a database file of Access). Is there any way to check if there is the right MDAC version and if not to install this, during the setup procedure?