Results 1 to 6 of 6

Thread: BUG? spybotsd_includes has blank directory box when installing with 1.5

  1. #1
    Junior Member
    Join Date
    Sep 2007
    Posts
    9

    Default BUG? spybotsd_includes has blank directory box when installing with 1.5

    When I run the spybotsd_includes.exe file after installing 1.5, the address box for the installation directory is blank, and I can't install unless I manually browse for it.

    Is this a bug that needs to be looked into?

    Thanks!
    -Gabe
    <email address removed to avoid you getting spammed>
    Last edited by PepiMK; 2007-09-06 at 18:16. Reason: <email address removed to avoid you getting spammed>

  2. #2
    Member of Team Spybot PepiMK's Avatar
    Join Date
    Oct 2005
    Location
    Planet Earth
    Posts
    3,601

    Default

    It probably has to do with Spybot not having been started at least once before installing updates. spybotsd_includes.exe can be started with parameter /D=C:\...(foldername here)\ since you seem to use it from a batch anyway.
    Just remember, love is life, and hate is living death.
    Treat your life for what it's worth, and live for every breath
    (Black Sabbath: A National Acrobat)

  3. #3
    Junior Member
    Join Date
    Sep 2007
    Posts
    9

    Default

    Quote Originally Posted by PepiMK View Post
    It probably has to do with Spybot not having been started at least once before installing updates. spybotsd_includes.exe can be started with parameter /D=C:\...(foldername here)\ since you seem to use it from a batch anyway.

    I tried adding that to the batch file, and it *almost* works. It puts "C:\program files\spybot - search" in the box and makes a new directory called that to install to instead of going into the existing Spybot directory. Looks like the '&' must be the problem. I tried putting quotes around the entire path, as is necessary for some paths with spaces in them in batch files, but that just didn't work at all. Any suggestions?

    I appreciate the help!
    -Gabe

  4. #4
    Junior Member
    Join Date
    Sep 2007
    Posts
    9

    Default Other command line switches?

    By the way, I know there's not a silent install feature for them, but are there any other switches that can be used with this or any of the other updates that migth be handy to add to the batch file?

    Thanks much!
    -Gabe

  5. #5
    Member of Team Spybot PepiMK's Avatar
    Join Date
    Oct 2005
    Location
    Planet Earth
    Posts
    3,601

    Default

    The small updaters are all done with NSIS (NullSoft Installer Script), so all NSIS parameters are valid. You can find that documentation around here; the only thing I can remember right now is /S.

    Regarding the path problem... it somehow works when used from within the main Spybot-S&D installer (which downloads this same manual updater and executes it using /S /D={app}), no idea why it would break at the amp. Might be worth trying to escape it, either as \& or as &&.
    Just remember, love is life, and hate is living death.
    Treat your life for what it's worth, and live for every breath
    (Black Sabbath: A National Acrobat)

  6. #6
    Junior Member
    Join Date
    Sep 2007
    Posts
    9

    Default

    I finally got it to work by using ".C:\..\Spybot~1".
    Nothing else worked. I tried:
    &&
    &amp
    /&
    \&
    %&

    The /S will be nice, too. I'd been told before by someone in Spybot support that there was no silent install function in the small updaters. That will save me about 8 clicks, right there!

    Thanks for everything!
    -Gabe

Posting Permissions

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