title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Spoon Installer Command Line Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sdotson

    • Dec 2003
    • 4

    Spoon Installer Command Line Problem

    I'm trying to register a dll via the command line

    In the Pre/Post Actions I select Run and in the command line area I type

    regsvr32 /s sDotsoniPropWizard.dll

    I leave the To Run section blank as I don't need to run anything.

    In the PrePost Actions listbox it lists this as Run "

    On install I get a Error on " (I assume the Run " command above)

    Any clues?

    Also how do you go about unregistering this DLL when uninstalling?

    Thanks,
    Sean
  • Spoon
    Administrator
    • Apr 2002
    • 44583

    #2
    Re: Spoon Installer Command Line Problem

    No need, Spoon installer will register and unregister dlls automatically.
    Spoon
    www.dbpoweramp.com

    Comment

    • sdotson

      • Dec 2003
      • 4

      #3
      Re: Spoon Installer Command Line Problem

      Originally posted by Spoon
      No need, Spoon installer will register and unregister dlls automatically.
      Great, nice feature. Last question in regards to dlls and ocxs.

      I need to distribute an OCX into the windows/system32 directory. I do not want to overwrite it if it exists. Furthermore on uninstall I don't want to delete it if it does exist.

      It appears that SpoonInstall overwrites the old version and on uninstall delete it.

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 44583

        #4
        Re: Spoon Installer Command Line Problem

        It will do, you would have to download the source code and change it for this one.
        Spoon
        www.dbpoweramp.com

        Comment

        • Unregistered

          #5
          Re: Spoon Installer Command Line Problem

          Hi. I did the following (since I didn't know that spooninstall would register the file)

          To Run: command.com
          Command line: /C <System>\regsvr32.exe "<Destination>\midas.dll"

          [V] Wait for program to finish
          [V] Optional: Register db-file midas.dll


          The corresponding Uninstall would be:

          To Run: command.com
          Command line: /C <System>\regsvr32.exe /u "<Destination>\midas.dll"

          Comment

          Working...

          ]]>