MSFN Forum: Dropbox beta - help needed - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Dropbox beta - help needed Rate Topic: -----

#1 User is offline   anil_robo 

  • Group: Members
  • Posts: 5
  • Joined: 04-November 08

Posted 05 November 2008 - 04:59 AM

This is a relatively new program, Dropbox beta. You can download it at www.getdropbox.com . It's a free program to keep folders in sync on many computers over the internet - I use it everyday and it's free.

I added these two lines to RunOnceEx.cmd to try if it'd work:
REG ADD %KEY%\010 /VE /D "Dropbox" /f
REG ADD %KEY%\010 /V 1 /D "%cdrom%\Apps\Dropbox.exe /S" /f


The /S switch makes the install go silent. However, once the installation is complete, the program launches automatically and wants me to answer some questions. How can I suppress those dialog boxes?

Sorry but this is my first attempt to create an unattended install.


#2 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 05 November 2008 - 06:55 AM

View Postanil_robo, on Nov 5 2008, 12:59 PM, said:

The /S switch makes the install go silent. However, once the installation is complete, the program launches automatically and wants me to answer some questions. How can I suppress those dialog boxes?

Try the next code in a batch file:
@echo off
start /wait Dropbox_0.6.402.exe /S
ping -n 02 127.0.0.1>nul
taskkill /f /im Dropbox.exe
exit


#3 User is offline   anil_robo 

  • Group: Members
  • Posts: 5
  • Joined: 04-November 08

Posted 06 November 2008 - 03:16 PM

Added this to RunOnceEx.cmd:
REG ADD %KEY%\050 /VE /D "Dropbox" /f
REG ADD %KEY%\050 /V 1 /D "%cdrom%\Apps\dropbox.bat" /f


Put the Dropbox batch file in the Apps folder, along with Dropbox_0.6.402.exe (setup). Contents of file dropbox.bat:
@echo off
start /wait Dropbox_0.6.402.exe /S
ping -n 02 127.0.0.1>nul
taskkill /f /im Dropbox.exe
exit

The batch script works on my working computer, but not when I install through unattended CD. The error dialog box says "Dropbox_0.6.402.exe not found" :(

And it's a pain to rebuild the whole ISO and rerun through entire windows reinstall just to check a batch file worth few bytes, if you feel what I mean ;)

#4 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 06 November 2008 - 03:40 PM

View Postanil_robo, on Nov 6 2008, 11:16 PM, said:

The batch script works on my working computer, but not when I install through unattended CD. The error dialog box says "Dropbox_0.6.402.exe not found"

Maybe is something wrong with your RunOnceEx.cmd. I use WPI instead of RunOnceEx.

#5 User is offline   anil_robo 

  • Group: Members
  • Posts: 5
  • Joined: 04-November 08

Posted 06 November 2008 - 09:06 PM

View Postradix, on Nov 6 2008, 03:40 PM, said:

Maybe is something wrong with your RunOnceEx.cmd. I use WPI instead of RunOnceEx.


Thanks a bunch, everyone here is so helpful!

I spend three whole days and nights to learn how to use RunOnceEx, and now I come to know of another tool! Well I may not have that much free time in the coming few days, so let's try to work with what I have learned so far - let's go the RunOnceEx way rather than WPI way.

While browsing through these forums, I came across a tool called "Autoit" - I think it may be used to close the window when Dropbox tries to launch itself. I'm still trying to know what Autoit is, and what it can do for me. In the meanwhile, can someone make a little script that will close the active window that has "dropbox" in its title? Also where to place this script on the Unattended CD? Edit: Nevermind, I downloaded Autohotkey, and "recorded" the install using the "script recorder" that came with it. Works like a charm!!! :)

This post has been edited by anil_robo: 07 November 2008 - 01:00 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy