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" <[email protected]> 
To: "Jon Rhoades" <[email protected]>, [email protected] 
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 <[email protected]> 
wrote: 


JR> Subject: 
JR> [wpkg-users] Dropbox 
JR> To: 
JR> [email protected] 
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: [email protected] 
581 83 Linköping 
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to