Visual Basic 6 Setup

elizarrj

New Member
Hello,

I have developed a program in Visual Basic 6 on a Vista box. I developed a setup program using the Package & Deployment Wizard. I then tried to run the setup on an XP box. The setup runs, but complains because the system files are out of date. On my test box, I say go ahead and update and then the system will reboot. After the system reboots, I try to run the setup again and I will encounter I need to update my system files again.

Do I have to create the setup program in XP to get around this and will it work in Vista?

Thanks for your help.
 

My Computer

System One

  • Manufacturer/Model
    Toshiba Satellite M115-S3144
    CPU
    Centrino Duo
    Memory
    2 gigs
    Hard Drives
    120 gigs
    Internet Speed
    1.5 meg

My Computer

System One

  • CPU
    Q9450 SLAWR
    Motherboard
    XFX 780i
    Memory
    8GB OCZ SLI 5-4-4-12@800
    Graphics Card(s)
    XFX 8800 GTX 768MB (2)
    Sound Card
    Auzen X-Fi Prelude / Logitech Z-5500 Digital 5.1
    Monitor(s) Displays
    Samsung Syncmaster 214T
    Screen Resolution
    1600 x 1200
    Hard Drives
    300GB VelociRaptor / 750GB / 500GB / 750GB
    PSU
    Antec 1000W TPQ
    Case
    Antec 900
    Cooling
    4 x 120mm, 1 x 200mm
    Keyboard
    Microsoft Entertainment Desktop 8000
    Mouse
    Logitech G7, Razer Lachesis
    Internet Speed
    3Mb
If the program is small you may want to consider using Inno Setup. It can install and remove COM dlls and ActiveX Controls, and has pascal syntax script language that you can use to check for existing registry settings or whatnot to find out what's on the machine before starting the install. Plus it's free and has been around for a long time and it's pretty easy to get working.
 

My Computer

System One

  • Manufacturer/Model
    HP Pavilion m9515y
    CPU
    Phenom X4 9850
    Memory
    8 GB
    Graphics Card(s)
    Some Radeon Cheapie with 512 MB Ram
    Monitor(s) Displays
    CRT
    Screen Resolution
    1280x1024
    Hard Drives
    750 GB SATA 3G
    2 SIIG Superspeed docks w/WD Caviar Black Sata II or III
Thanks for the information. I will check it out.
 

My Computer

System One

  • Manufacturer/Model
    Toshiba Satellite M115-S3144
    CPU
    Centrino Duo
    Memory
    2 gigs
    Hard Drives
    120 gigs
    Internet Speed
    1.5 meg
Back
Top