|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to install VB6 Apps into Win 7?hello,
i have a program developed with VB6 and trying to install it on Windows 7 32-Bit OS and nothing happens nor installs on my computer.. is there anyway around to install programs on Windows 7 developed with VB6? Regards, Alex "Alex" <alx***@yahoo.co.uk> wrote in message Could you be any more vague?news:eb8yUVARLHA.2104@TK2MSFTNGP04.phx.gbl... : hello, : : i have a program developed with VB6 and trying to install it on Windows 7 : 32-Bit OS and nothing happens nor installs on my computer.. is there anyway : around to install programs on Windows 7 developed with VB6?
http://www.fortypoundhead.com/showcontent.asp?artid=20502
Show quote Hide quote "Alex" <alx***@yahoo.co.uk> wrote in message
news:eb8yUVARLHA.2104@TK2MSFTNGP04.phx.gbl... | hello, | | i have a program developed with VB6 and trying to install it on Windows 7 | 32-Bit OS and nothing happens nor installs on my computer.. is there anyway | around to install programs on Windows 7 developed with VB6? | | Regards, | | Alex | | In article <eb8yUVARLHA.2***@TK2MSFTNGP04.phx.gbl>, alx***@yahoo.co.uk
says... > Yes.> hello, > > i have a program developed with VB6 and trying to install it on Windows 7 > 32-Bit OS and nothing happens nor installs on my computer.. is there anyway > around to install programs on Windows 7 developed with VB6? | There's no problem installing on Win7, but in Vista/7| i have a program developed with VB6 and trying to install it on Windows 7 | 32-Bit OS and nothing happens nor installs on my computer.. is there anyway | around to install programs on Windows 7 developed with VB6? | there's an enforced permissions system whereby, by default, a person using the PC is restricted to something like the rights of a corporate employee. You can't write to HKEY_LOCAL_MACHINE. Your ability to write to files is severely curtailed. Etc. Software, therefore, has to be installed with Administrator rights. You do that by using the right-click menu. To tell Windows that your installer needs Admin. rights, so that people don't have to right- click it, you can use a manifest or use the word "setup" in the name of your installation EXE. (The former approach is considered to be the "official" method, but the latter is easier and works fine. Vista/7 look for that string when launching an EXE.) This might help - http://www.randem.com/vistainstalls.html
-- Show quoteHide quoteThe Top Script Generator for Jordan Russell's Inno Setup - http://www.randem.com/innoscript.html Free Utilities and Code - http://www.randem.com/freesoftutil.html "Alex" <alx***@yahoo.co.uk> wrote in message news:eb8yUVARLHA.2104@TK2MSFTNGP04.phx.gbl... > hello, > > i have a program developed with VB6 and trying to install it on Windows 7 > 32-Bit OS and nothing happens nor installs on my computer.. is there > anyway around to install programs on Windows 7 developed with VB6? > > Regards, > > Alex > "Randem" <newsgro***@randem.com> wrote in message Uh, I don't think so.news:eIMpxOJRLHA.3728@TK2MSFTNGP04.phx.gbl... : This might help - http://www.randem.com/vistainstalls.html "Another change is that you should not install your app to the "Program Files" folder unless it will not write any information in the installed location" BAD advice. Coming from a guy who leaves Stop statements in his release code and doesn't understand how to fix that error. Another one of you "I don't have a clue moments" Why don't you prove some
(any) of your claims... I mean besides stupidity... -- Show quoteHide quoteThe Top Script Generator for Jordan Russell's Inno Setup - http://www.randem.com/innoscript.html Free Utilities and Code - http://www.randem.com/freesoftutil.html "Kevin Provance" <k@p.c> wrote in message news:i54cn5$57d$1@news.eternal-september.org... > "Randem" <newsgro***@randem.com> wrote in message > news:eIMpxOJRLHA.3728@TK2MSFTNGP04.phx.gbl... > : This might help - http://www.randem.com/vistainstalls.html > > Uh, I don't think so. > > "Another change is that you should not install your app to the "Program > Files" folder unless it will not write any information in the installed > location" > > BAD advice. Coming from a guy who leaves Stop statements in his release > code and doesn't understand how to fix that error. >
VB5 Runtime on Windows 7
Question about control properties Can we use Shell to write file properties VB6 support and beyond Managing Remote Access Database Using OutputDebugString too much can cause slowness in GUI response Owned On Vista vbAdvance general dll problem Register ActiveX EXE Send To vs Open With |
|||||||||||||||||||||||