CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Winzip location

  1. #1
    Join Date
    May 2000
    Location
    Belgium, Bruges
    Posts
    146

    Winzip location

    Hi,

    In my program i zip and unzip files. Therefore i use the winzip32.exe file. The program will run on NT stations, but aswell on 95/98 stations. My problem is to know certain where i can find winzip32.exe (because not everybody installs it under program files!).

    In the registry there is a path "HKEY_CLASSES_ROOT\WinZip\shell\open\command" and there i can find where the file is located.

    My question is: is this always this path that i can use (will this path exist on 95/98 stations as well?).

    I hope i made myself clear. Thanx in advance!!


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Winzip location

    That registry location is correct for my Windows ME system

    John G

  3. #3
    Join Date
    May 2000
    Location
    Belgium, Bruges
    Posts
    146

    Re: Winzip location

    Thanx


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

Featured