Results 1 to 5 of 5

Thread: 98 Deployment Issue

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2005
    Location
    Daman, India
    Posts
    19

    98 Deployment Issue

    I am developing VB6/CR7 applications for govt department
    and need tp deploy on variety of machines (includes 95/98/2000pro/
    XP-Home/XP-Pro etc).. If I create the package using PDW on 2000 machine..
    it works fine on XP but .. it creates problem on 9x machine ...which
    installer should I use ...?...
    Last edited by RobDog888; Aug 24th, 2006 at 12:06 PM.

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Deployment FAQ

    Quote Originally Posted by Utpal Mehta
    I am developing VB6/CR7 applications for govt department
    and need tp deploy on variety of machines (includes 95/98/2000pro/
    XP-Home/XP-Pro etc).. If I create the package using PDW on 2000 machine..
    it works fine on XP but .. it creates problem on 9x machine ...which
    installer should I use ...?...
    I personally recommend INNO setup, its free, and you can find lots of examples in using it around the web, because it has a pretty big user base. I have used it to deploy apps from 98-2003.

    95 will work in many cases, but windows 95 in itself is not a great OS, and you may find you need to include additional files to get it to work right.

    There are others, but most cost a good amount of money, like InstallShield.

    I believe NullSoft may still offer a free installer app, but I know they were bought by AOL, and I am not sure of the current state of that software.

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: 98 Deployment Issue

    Posts split from FAQ thread.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: 98 Deployment Issue

    Quote Originally Posted by Utpal Mehta
    it creates problem on 9x machine
    It will if you include msvcrt.dll. It may if you include other files.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  5. #5
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: 98 Deployment Issue

    There are differences to each OS that need to be attended to. You cannot install some of the files from one OS to the other.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width