<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'>Hi Jean-Jacques<span>,<br><br>Sounds like a great idea - I couldn't get the AutoIT script to complete when I wasn't logged in.<br><br>Do you have the binary you complied or the method you used to repack it?<br><br>Regards Jon <br><br><span name="x"></span>-- <br>Jon Rhoades<br>Research Information Systems<br>Eastern Hill Precinct <br>(Incorporating The University of Melbourne Departments of Medicine, Surgery and Clinical School (St.Vincent's), St Vincent's Institute and O'Brien Institute)<br><br>St Vincent's Institute<br>9 Princes St Fitzroy Vic 3065<br>p: 03 9288 2480 | x: 2399 | f: 03 9416 2676<br><br>www.stv.unimelb.edu.au<br>www.svi.edu.au<span name="x"></span><br></span><br><hr id="zwchr"><b>From: </b>"Jean-Jacques Moulis" <jj@isy.liu.se><br><b>To: </b>"Jon Rhoades" <jrhoades@svi.edu.au>, wpkg-users@lists.wpkg.org<br><b>Sent: </b>Tuesday, February 22, 2011 6:54:11 PM<br><b>Subject: </b>Re: [wpkg-users] Dropbox<br><br>On Thu, 17 Feb 2011 16:32:00 +1100 (EST) Jon Rhoades <jrhoades@svi.edu.au> wrote:<br><br><br>JR> Subject: <br>JR> [wpkg-users] Dropbox<br>JR> To: <br>JR> wpkg-users@lists.wpkg.org<br>JR> Hi,<br>JR> Just wondering if anybody had any luck silently installing Dropbox using WPKG (it's not in the Wiki).  It's a Nullsoft NSIS installer so the /S switch should do it, but instead it just crashes...<br>JR> Cheers Jon<br><br>I repacked dropbox with inno-setup this allows a silent install without auto-it.<br>the iss script and compiled installer is at your disposal.<br><br><br><package id="dropbox" name="Dropbox" revision="3" reboot="false" priority="97"><br>        <check type="uninstall" condition="exists" path="Dropbox 1.0.20" /><br>        <install cmd='%WpkgRoot%\Packages\Dropbox\Dropbox-setup.exe /silent' /><br>        <upgrade cmd='%WpkgRoot%\Packages\Dropbox\Dropbox-setup.exe /silent' /><br>        <remove cmd='%WpkgRoot%\Packages\Dropbox\Uninstall.cmd' /><br></package><br><br><br><br>-- <br>Jean-Jacques   Moulis                              Tel:  (013) 281684<br>ISY                                                Fax:  (013) 139282<br>Linköping University                            E-mail: jj@isy.liu.se<br>581 83 Linköping<br></div></body></html>