Re: VB6 application developed in WinXP won't run on Win98

From: Veign (NOSPAMinveign_at_veign.com)
Date: 01/04/05


Date: Mon, 3 Jan 2005 21:15:01 -0500

I would suggest using a know, and tested setup program:

Visual Installer from Microsoft (free):
http://msdn.microsoft.com/vstudio/downloads/tools/vsi11/download.aspx

Innosetup from JR Software (free):
http://www.jrsoftware.org/

If using Inno Setup check out ISTool at http://www.istool.org/

What is ISTool?
"ISTool helps you create scripts for Jordan Russell's Inno Setup compiler.
Inno Setup is a great compiler for very professional looking setups, and the
only disadvantage is that you have to create fairly complex scripts by
hand."

Give one of those a try and see what happens. If it still fails you are
going to have to give us more to go by: some code around the error, what
your application uses (API's, References, Controls)

-- 
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
"PSmith" <psmith@crrstv.net> wrote in message
news:430ce3ee.0501031732.c1cb58b@posting.google.com...
> I wrote a fairly simple VB6 application on a windows XP laptop and
> used QSetup to create the install program. I included all of the files
> that QSetup determined that the program required as well as the VB
> runtime setup program. Everything installs alright, including the VB
> runtime files, however, when I run the application I just get a
> message box saying "Unexpected Error"... that's it... no number. I
> tried installing DCOM98 first, then MDAC. I even tried registering all
> the OCX files individually... same problem.
>
> Does anyone have an idea? I fear I can't see the forest for the
> trees!!
>
> Thanks


Relevant Pages

  • Re: Deployment wizard
    ... > Try one of these instead - produces a much more professional installer: ... > Visual Installer from Microsoft: ... > If using Inno Setup check out ISTool at http://www.istool.org/ ... > "ISTool helps you create scripts for Jordan Russell's Inno Setup compiler. ...
    (microsoft.public.vb.general.discussion)
  • Re: Question about ActiveX Controls and ActiveX DLLs.
    ... Visual Installer from Microsoft: ... If using Inno Setup check out ISTool at http://www.istool.org/ ... "ISTool helps you create scripts for Jordan Russell's Inno Setup compiler. ... >> a library of methods then create a DLL. ...
    (microsoft.public.vb.controls)
  • Re: myapplication doesnt work on other pc!!!
    ... The installation package created by either of the two suggestions I made are ... >> "ISTool helps you create scripts for Jordan Russell's Inno Setup ... > InnoSetup is a bit easier to use, Visual Installer is part of the future, ...
    (microsoft.public.vb.general.discussion)
  • Re: Experiences with Py2Exe
    ... Do you have a specific reason for using Inno Setup and not a Windows ... Installer based setup? ... Inno Setup is open source so there is no cost. ...
    (comp.lang.python)
  • Re: XP look and manifest files
    ... If you are looking for a WinXP style installer than get away from PDW - See ... Visual Installer from Microsoft: ... "ISTool helps you create scripts for Jordan Russell's Inno Setup compiler. ... > I would like to use a manifest file to add the Xp look to my application. ...
    (microsoft.public.vb.general.discussion)