Indigo Rose Software

Professional Software Development Tools

 
Page 3 of 3 FirstFirst 1 2 3
Results 31 to 33 of 33
  1. #31
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,862
    Quote Originally Posted by NitLions View Post
    Can this Registry64.lua be used with AMS 6.0 projects?
    Yes, but you can't just "include" it like you can in SUF -- you need to copy the contents of it into your global functions sections.

    Quote Originally Posted by NitLions View Post
    What I want to do is search the registry
    Then this solution is not for you. too slow; search the forums for the "other" solution, which is basically to export the registry with redirection off; then import it into the syswow64 redirect; then search.

    Quote Originally Posted by NitLions View Post
    Do I need to include the other two .lua files contained in the zip
    yes.


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

  2. #32
    Join Date
    Mar 2009
    Posts
    1

    Trying to use lua files in AMS 6.0 project

    I copy the content of the three lua files into my global functions, but I get a runtime error when on a 64bit PC.

    The RunReg function calls AddBS, but this function does not appear to be defined in the 3 lua files supplied.

    Code runs fine on a 32 bit machine, but then RunReg is never called in the scenario either.

    Any help would be appreciated.

    Troy Bleeker

  3. #33
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,862
    Sorry -- some functions were missing from the upload, I think the original post showed the missing functions, but:

    function AddBS( c )
    if String.Right(c,1) ~= "\\" then
    c = c .."\\";
    end
    return c;
    end
    function dbgout(a,b)
    end


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Using registry for bookmarking
    By AXXESS in forum AutoPlay Media Studio 5.0
    Replies: 12
    Last Post: 11-01-2004, 09:22 AM
  2. HOWTO: Merge Registry Keys
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-17-2003, 09:31 AM
  3. Registry Features
    By Dwayne in forum Setup Factory 6.0
    Replies: 1
    Last Post: 02-21-2003, 03:30 AM
  4. INFO: Finding Shell Folders in the Registry
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-10-2002, 03:52 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