Results 1 to 5 of 5

Thread: Scripting.FileSystemObject

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Middle Earth
    Posts
    156

    Scripting.FileSystemObject

    Hi folks, I have written a few components that make use
    of the COM Server 'Scripting.FileSystemObject'. I looked up the
    corresponding GUID in the registry and see that this object is
    maintained by these files:

    SCRRUN.DEP
    SCRRUN.DLL

    I have some questions about these files however. Do these
    files exist on every Windows OS or do I need to install them?
    If I need to install them, is there anything special I have to
    do other than copying them to '\<WinDir>\System<32>' and
    registering the DLL? Also, if these files don't ship with Windows,
    then are there multiple versions of these files and where do
    I find them (officially)?

    If anybody knows the answers to the above questions I would
    greatly appreciate your input.

    Thanks,

    -CC

  2. #2
    Hyperactive Member Simon Caiger's Avatar
    Join Date
    Aug 2000
    Location
    Rugby, England
    Posts
    377
    The .dll will be deployed with your application when you create the install using the Package and Deployment Wizard.
    Simon Caiger

    Documentation is like sex; when it's good, it's very, very good, and when it's bad, it's better than nothing.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Middle Earth
    Posts
    156

    Simon

    Thanks for the info; however, I failed to mention (in my original
    post) that I have no intention of using that tool. I will be using
    a 3rd party installation program.

    If you or anyone else happens to know the answers to my original
    questions, I would greatly appreciate the info.

    -CC

  4. #4
    Hyperactive Member Simon Caiger's Avatar
    Join Date
    Aug 2000
    Location
    Rugby, England
    Posts
    377
    I can confirm that those components are included as part of the Office XP and the Office 2000 install.

    If you are not using the VB Package and Deployment Wizard, surely your third party install program will still have the capability to install required components?
    Simon Caiger

    Documentation is like sex; when it's good, it's very, very good, and when it's bad, it's better than nothing.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Middle Earth
    Posts
    156
    Thanks, yep my installer can install what I need (but you have
    to specify the files ahead of time)... I think I finally found enough
    info on msdn.microsoft.com to let me figure out the answers to
    my original questions... it's just a shame that controlling the
    deployment of your own application has to be such a pain in the
    butt sometimes.

    Once again thanks.

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