Results 1 to 9 of 9

Thread: [RESOLVED] How to: Make installer on win XP to work on Win 98

  1. #1

    Thread Starter
    Member Matias's Avatar
    Join Date
    Jun 2005
    Location
    Buenos Aires, Argentina.
    Posts
    43

    Resolved [RESOLVED] How to: Make installer on win XP to work on Win 98

    Hi guys, recently i've finished a program. I compiled it, and created the installer (with the install manager that comes with VS 6.0) on a pc with win xp. When i tried to installed on win 98, it literally destroyed the system. Doing a little research, it happen because it overwrited dlls from win98 with the ones from winxp.

    Now, the thing is that i don't remember seeing any warnings during the install. And i don't want to try again, because if those warnings doesn't appear it will crash the system again.

    So, the question, how do i compile and package a program on windows xp to work in older versions of windows?

    I'm trying to get a machine with windows 98, wich would be a not so elegant, yet efective solution, but if anyone can help, it would be great.

    Matias.-

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: How to: Make installer on win XP to work on Win 98

    Look in the Application Deployment forum. I think that Inno would install to W98 if you select it using Inno Script as the lowest OS to deploy on. Randem would know for sure. Try his site www.***********

  3. #3

    Thread Starter
    Member Matias's Avatar
    Join Date
    Jun 2005
    Location
    Buenos Aires, Argentina.
    Posts
    43

    Re: How to: Make installer on win XP to work on Win 98

    Quote Originally Posted by dglienna
    Look in the Application Deployment forum. I think that Inno would install to W98 if you select it using Inno Script as the lowest OS to deploy on. Randem would know for sure. Try his site www.***********
    thanks dglienna, i'll try that. By the way, do u know how can i move this thread to it's apropiate forum?

  4. #4
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: How to: Make installer on win XP to work on Win 98

    Only mods and admins could move forums.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: How to: Make installer on win XP to work on Win 98

    They will probably see it. You could always send a PM to martinliss to bring it to his attention.

  6. #6

  7. #7
    Addicted Member
    Join Date
    Jan 2001
    Location
    MPLS
    Posts
    187

    Re: How to: Make installer on win XP to work on Win 98

    I too had troubles crashing a 98 and 2K machine with an app I packaged with the PDW on an XP machine. I found the trouble to be with the PDW including a msvcrt.dll from the xp machine that was no longer compatible with the older os's. I found a microsoft knowledgebase article about it and fixed the 98 machine (http://support.microsoft.com/kb/330314/) Now if I use PDW on an XP machine I remember to remove the msvcrt.dll from the wizard before completing the package.

  8. #8

    Thread Starter
    Member Matias's Avatar
    Join Date
    Jun 2005
    Location
    Buenos Aires, Argentina.
    Posts
    43

    Re: How to: Make installer on win XP to work on Win 98

    Thanks. i'll try that. I think that was the problem i had.

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

    Re: [RESOLVED] How to: Make installer on win XP to work on Win 98

    Matias,

    Please read Installation Problems in my signature.

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