[wpkg-users] Dropbox
Jean-Jacques Moulis
jj at isy.liu.se
Tue Feb 22 08:54:11 CET 2011
On Thu, 17 Feb 2011 16:32:00 +1100 (EST) Jon Rhoades <jrhoades at svi.edu.au> wrote:
JR> Subject:
JR> [wpkg-users] Dropbox
JR> To:
JR> wpkg-users at lists.wpkg.org
JR> Hi,
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...
JR> Cheers Jon
I repacked dropbox with inno-setup this allows a silent install without auto-it.
the iss script and compiled installer is at your disposal.
<package id="dropbox" name="Dropbox" revision="3" reboot="false" priority="97">
<check type="uninstall" condition="exists" path="Dropbox 1.0.20" />
<install cmd='%WpkgRoot%\Packages\Dropbox\Dropbox-setup.exe /silent' />
<upgrade cmd='%WpkgRoot%\Packages\Dropbox\Dropbox-setup.exe /silent' />
<remove cmd='%WpkgRoot%\Packages\Dropbox\Uninstall.cmd' />
</package>
--
Jean-Jacques Moulis Tel: (013) 281684
ISY Fax: (013) 139282
Linköping University E-mail: jj at isy.liu.se
581 83 Linköping
More information about the wpkg-users
mailing list