Home All Groups Group Topic Archive Search About

How to install VB6 Apps into Win 7?

Author
25 Aug 2010 3:32 AM
Alex
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

Author
25 Aug 2010 3:54 AM
Kevin Provance
"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?

Could you be any more vague?
Author
25 Aug 2010 4:57 AM
Abhishek
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
|
|
Author
25 Aug 2010 12:13 PM
David Kerber
In article <eb8yUVARLHA.2***@TK2MSFTNGP04.phx.gbl>, alx***@yahoo.co.uk
says...
>
> 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?

Yes.
Author
25 Aug 2010 1:11 PM
Mayayana
|
| 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
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.)
Author
25 Aug 2010 8:25 PM
Randem
This might help - http://www.randem.com/vistainstalls.html


--
The 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
Show quoteHide 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
>
Author
26 Aug 2010 12:32 AM
Kevin Provance
"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.
Author
26 Aug 2010 4:46 AM
Randem
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...

--
The 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
Show quoteHide quote
"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.
>