Hi, deployment wizard is a part of VSTO, but if you don't need to install access runtime - then it is no necessary to use it. You can either copy all required OCX file to workstations local drive and register there using regsvr32.exe or use some free installer to build a setup package, which install your MDE and all OCX.
here some links: http://alexdyb.blogspot.com/2006/06/one-more-free-installation-system.html http://alexdyb.blogspot.com/2006/04/one-more-free-installer.html
-- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com
"aura via AccessMonster.com" <u22828[ at ]uwe> wrote in message news:61d6a81b9c320[ at ]uwe...
[Quoted Text] > thanx Alex but i m using ms Access so how can i make a deployment wizard > to > include ocx files. > > Alex Dybenko wrote: >>Hi, >>perhaps user, which running your application, does not have enough rights? >> >>anyway - this is not a right approach. All ocx file you have to install on >>user's PC during your application deployment/setup >> >>>I have developed a MDE but when i save it in workstations then there are >>> missing references of comdlg32.ocx and mscomct2.ocx. i want to write a >>[quoted text clipped - 16 lines] >>> copy the file. i want to avoid this userid n password. >>> please anyone can help me . > > -- > Message posted via AccessMonster.com > http://www.accessmonster.com/Uwe/Forums.aspx/access-activexcontrol/200606/1
|