...automatically.
I have written a program that needs to be installed on various computer through out the workplace over the network. Computers are in different buildings as well.
This program has been written using vb.net as a front end and sql server as a backend.
These computer are running anything from Windows 98 to XP.
Some of these machines don't have the .net framework or the lastest version of mdac installed.
I need a way to have these two packages installed without user intervention. Perferrably throughtout the night.
Now I have tried what comes with visual studio to no avail. I looked at merged modules but I'm having some issues with getting it to work.
Are there any other options besides using visual studio?
What I would like to do is maybe have some execuatable run at a scheduled time and installed these packages for me.
Any ideas or somewhere you can direct me.
I have written a program that needs to be installed on various computer through out the workplace over the network. Computers are in different buildings as well.
This program has been written using vb.net as a front end and sql server as a backend.
These computer are running anything from Windows 98 to XP.
Some of these machines don't have the .net framework or the lastest version of mdac installed.
I need a way to have these two packages installed without user intervention. Perferrably throughtout the night.
Now I have tried what comes with visual studio to no avail. I looked at merged modules but I'm having some issues with getting it to work.
Are there any other options besides using visual studio?
What I would like to do is maybe have some execuatable run at a scheduled time and installed these packages for me.
Any ideas or somewhere you can direct me.