Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2000
    Location
    London, UK
    Posts
    137

    Where to find Xvid codec install? URL?

    Looking for the Install for the Xvid codec so I can put it in the /doc folder. Does anyone have the URL?

    if not File.DoesExist(_SystemFolder .. "\\xvid.dll") then do
    Dialog.TimedMessage("CoDec", "You don't have an appropriate CoDec on your OS... installing it in a few seconds", 4000, MB_ICONINFORMATION);
    File.Run("AutoPlay\\Docs\\XviD_Install.exe", "", "", SW_SHOWNORMAL, false) end else end

  2. #2
    Join Date
    Jul 2000
    Location
    London, UK
    Posts
    137
    Also, where the heck do I put this script in AM5? Right now, I have it under
    properties > preload and I cut and paste it.

    if not File.DoesExist(_SystemFolder .. "\\xvid.dll") then do
    Dialog.TimedMessage("CoDec", "You don't have an appropriate CoDec on your OS... installing it in a few seconds", 4000, MB_ICONINFORMATION);
    File.Run("AutoPlay\\Docs\\XviD_Install.exe", "", "", SW_SHOWNORMAL, false) end else end

  3. #3
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Disclaimer: Always check with the author/creator and/or his/her documentation when incorporating their software offering into yours


    That aside, here is a link I found for Xvid:

    http://dvd.box.sk/index.php?pid=soft&prj=info&rid=7930

    Also, another location (IF you are using AMS 5 Pro/Deluxe) you can post that code in question to is here:

    Project >> Actions >> On Startup

    ps. Let me know if this is what you needed and if it helped (if you would), as it will help me if I run into this situation. Thank you in advance!

    Sincerely,
    Intrigued

  4. #4
    Join Date
    Jul 2000
    Location
    London, UK
    Posts
    137
    YEs that is what I needed. Now, when I go to Project>action>on startup - can I just cut N paste the script?

    PS - the script was offered to me in an earlier post, if that is what you are referring too. I think it is ok with the poster of the script- i hope!

    Thanks

  5. #5
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Well, I did not find the .dll, xvid.dll per se.

    However, I did find these XviD .dll's in the System32 folder:

    xvidvfw.dll
    xvidcore.dll

    You may have to adjust the name of the .dll you are checking on to one of the aforementioned mentioned .dll's.

    Or, possible utilize a Registry Action from the AMS 5 (Pro for this example) application to check for the installation of the needed codec.

    If someone else here (user: Worm -- who writes .dll's for example) can either support this idea or put forth a working a solution, that would be appreciated.

    [Late Additional Comment]

    I would also recommend that you first ask for permission from the end-user before installing pretty much any software, codec, etc. etc. This is just a recommendation.
    Last edited by Intrigued; 06-06-2004 at 06:51 PM.
    Intrigued

Similar Threads

  1. HOWTO: Abort an Install Conditionally
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-24-2002, 02:28 PM
  2. HOWTO: Download and Install Files from the Web
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-23-2002, 01:16 PM
  3. HOWTO: Limit the Number of Times an Install can be Run
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-17-2002, 02:58 PM
  4. HOWTO: Conditionally Install Files Based on OS
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-10-2002, 03:03 PM
  5. Replies: 0
    Last Post: 08-17-2000, 02:29 PM

Posting Permissions

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