[wpkg-users] Dropbox
Jon Rhoades
jrhoades at svi.edu.au
Wed Feb 23 04:10:07 CET 2011
Hi Jean-Jacques ,
Sounds like a great idea - I couldn't get the AutoIT script to complete when I wasn't logged in.
Do you have the binary you complied or the method you used to repack it?
Regards Jon
--
Jon Rhoades
Research Information Systems
Eastern Hill Precinct
(Incorporating The University of Melbourne Departments of Medicine, Surgery and Clinical School (St.Vincent's), St Vincent's Institute and O'Brien Institute)
St Vincent's Institute
9 Princes St Fitzroy Vic 3065
p: 03 9288 2480 | x: 2399 | f: 03 9416 2676
www.stv.unimelb.edu.au
www.svi.edu.au
From: "Jean-Jacques Moulis" <jj at isy.liu.se>
To: "Jon Rhoades" <jrhoades at svi.edu.au>, wpkg-users at lists.wpkg.org
Sent: Tuesday, February 22, 2011 6:54:11 PM
Subject: Re: [wpkg-users] Dropbox
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20110223/47582911/attachment-0002.html>
More information about the wpkg-users
mailing list