Results 1 to 8 of 8

Thread: Deploying ADO, ADOX, Windows Common Controls

  1. #1

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Deploying ADO, ADOX, Windows Common Controls

    Well I haven't really packaged any apps before and actually have to make it work (not just monkeying around and testing), so I don't know what I need and where I need to put it...

    I have seen Inno Setup a bit so I want to use it. Now, it's a VB6 app (so I'll need the runtimes I assume), in the Components I have checked the "Microsoft Windows Common Controls 6.0 (SP6)", in the references I have checked the "Microsoft ActiveX Data Objects 2.8 Library" and "Microsoft ADO Ext. 2.8 for DLL and Security" (and the 4 standard checked ones). What do I need to add? Any sample Inno examples for me to see?

    Thanks


    Has someone helped you? Then you can Rate their helpful post.

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

    Re: Deploying ADO, ADOX, Windows Common Controls

    manavo11,

    Use ********** in my signature to create the script for Inno Setup. It will find all the dependencies for you.

  3. #3

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Deploying ADO, ADOX, Windows Common Controls

    Hmmm, you have to pay for it now? I remember it was free

    What one of my concerns is where do I find the files? I read in the Inno website that I should distribute dlls and ocxs from my PC. Where do I find the files?


    Has someone helped you? Then you can Rate their helpful post.

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

    Re: Deploying ADO, ADOX, Windows Common Controls

    Quote Originally Posted by randem
    manavo11,

    Use ********** in my signature to create the script for Inno Setup. It will find all the dependencies for you.
    manavo11,

    Did you READ the post????

  5. #5

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Deploying ADO, ADOX, Windows Common Controls

    I READ it but I haven't downloaded it yet to know exactly what it does... Does it find the files on my PC? Online? Are they packaged with **********? Will aliens deploy them for me? I can't really know what "will find" means, it's kind of general No offence


    Has someone helped you? Then you can Rate their helpful post.

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

    Re: Deploying ADO, ADOX, Windows Common Controls

    manavo11,

    Well, It will find the names of the dependencies that are needed in your app and will then search your search path for the files. It may not find some of them due to being in SAFE MODE or the files not being in your search path.

    It will then create your Inno Setup Script with these references.

    My responses may be slow... I am not getting emails from VBF.

  7. #7

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Deploying ADO, ADOX, Windows Common Controls

    I tried it, and it found the files here : "d:\program files\common files\system\ado" and it puts those in the setup... In the inno setup it says that I shouldn't distribute them Where would I find other versions?


    Has someone helped you? Then you can Rate their helpful post.

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

    Re: Deploying ADO, ADOX, Windows Common Controls

    manavo11,

    Well, the instruction state that you should copy files that you need to deploy from the system folder to another folder and point to those folder so that Inno Setup will not complain. The reason for this is to alert you to the fact that you need to do some research on why you may or may not deploy those files.

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