rowanjl
07-03-2002, 04:48 AM
I'm designing a new setup program and will include these things:
- writing to the reg
- copying files (Duh!)
- gradient backgrounds and titles
- no custom controls
- reads data from an XML document.
What else can I add?
Flyguy
07-03-2002, 05:40 AM
You can't create a setup program using VB, because VB can't create standalone programs.
rowanjl
07-03-2002, 06:01 AM
I know how to do this! All win2k and later systems have the ability to run old vb apps (VB4) it will be ok.
Flyguy
07-03-2002, 06:40 AM
Will be some strange setup program, who wants an installer which only runs on Win2K and above??
Originally posted by ArnoutV
Will be some strange setup program, who wants an installer which only runs on Win2K and above??
Maybe he expects that it'll take so long to finish it, all older versions of Windows will be obsolete by then! :p
J/K, of course.
rich2kchan
07-12-2002, 05:47 PM
jus wondering...
how do u register the ocx controls + vb dlls to the registry manually?