problem of Package & deployment Wizard
Dear Friends.
I am very much upset by the package & deployment capacity of the Visual basic programs.
recently i have heard of the visual studio installer, that has solved one of the problem of adding folders to the setup.
Now i am facing another problem. My application needs to have MDAC_typ installed before running the application. but i am not able to do so using visual studio installer. i want this mdac to run automatically along with the setup.
Can any body help
Thanks in advance :rolleyes:
Re: problem of Package & deployment Wizard
vikky17,
You can use ********** , Inno Setup and the Automatic OS Updater to accomplish what you want to do.
This will create your setup script for Inno Setup and include the latest MDAC for all Windows OS's that you want to run with.