|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [gameprogrammer] Re: cerating a "local install" for VC Express 2005
Hi Roger, I ran into this issue recently. There are some good resources on creating MSI installers. MSIEXEC should run in the system context so you should be able to install without the user having admin rights. I resolved my problem just by including the manifest for my executable in my project. VC++ Express is good as it sorts that stuff out itself. I just installed the redist but you should be able to create an MSI that includes it but doesn't need admin rights. I am also looking for a solution that doesn't involve installing the redist so I will let you know if I find anything. Regards Richard On 18/12/2007, Roger D. Vargas <luo_hei@yahoo.es> wrote: > Im trying to create what is called "local install", a deployment copy of > my project that doesnt requires vc redist pack to be installed, and so > admin privileges to install. I have included the required DLLs: > msvcp80.dll, msvcm80.dll and msvcr80.dll (one isnt needed but I cant > remember which one) in release version and what I think are manifest > files for those DLLs: > x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd.manifest > x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700.manifest > I tried to run the app in a friends PC with Windos XP and I got an error > about runtime library. > Can somebody give me an idea about how to do this? > > -- > http://dsgp.blogspot.com | Linux, programación, juegos > Have no place I can be since I found Serenity > But you can't take the sky from me > > > ______________________________________________ > LLama Gratis a cualquier PC del Mundo. > Llamadas a fijos y móviles desde 1 céntimo por minuto. > http://es.voice.yahoo.com > > --------------------- > To unsubscribe go to http://gameprogrammer.com/mailinglist.html > > > --------------------- To unsubscribe go to http://gameprogrammer.com/mailinglist.html
|
|