Found it: http://www.winehq.org/pipermail/wine-devel/2007-October/060058.html I didn't need/want a script, I was trying to save bandwidth/time while testing/triaiging bugs. Easiest way to do it is this: $ wget http://superb-east.dl.sourceforge.net/sourceforge/wine/wine_gecko-0.1.0.cab $ sudo mkdir /usr/share/wine/gekco $ sudo mv wine_gecko-0.1.0.cab /usr/share/wine/gecko >From then on, whenever you run: $ wine iexplore http://www.winehq.org In any wine prefix, it'll get wine gecko from/usr/share/wine/gecko rather than redownload it each time. - Austin On Jan 4, 2008 4:50 PM, Jérôme Gardou <jgardou@xxxxxxxx> wrote: > Le Friday 04 January 2008 23:10:41 Austin English, vous avez écrit: > > > That's not what I need. I rm -rf ~/.wine _a lot_, and was looking to > > find a way to have wine gecko on my computer, so everytime I test an > > app that needs gecko, it can simply used the cached version, and not > > download if from sourceforge every time. I remember seeing something a > > while back on how to do this, but can't find it now... > > > > -Austin > > > > On Jan 4, 2008 3:59 PM, Jérôme Gardou <jgardou@xxxxxxxx> wrote: > > > Le Friday 04 January 2008 22:14:33 Austin English, vous avez écrit: > > > > I seem to remember seeing something about being able to install > > > > wine-gecko on your local machine (though not in ~/.wine, but rather > > > > somewhere like /usr/local). Anyone know anything about this? I'm > > > > downloading it alot for bug triage, and wouldn't mind caching it > > > > locally. > > > > > > > > -Austin > > > > > > > > _______________________________________________ > > > > wine-users mailing list > > > > wine-users@xxxxxxxxxx > > > > http://www.winehq.org/mailman/listinfo/wine-users > > > > > > Maybe you should look at the usefulRegistryKeys page. There is something > > > referring to gecko here. > > > > > > http://wiki.winehq.org/UsefulRegistryKeys > > > > > > > > > > > > > > > > > > _________________________________________________________________________ > > >__ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son > > > interface révolutionnaire. http://fr.mail.yahoo.com > > > > > > > > > _______________________________________________ > > > wine-users mailing list > > > wine-users@xxxxxxxxxx > > > http://www.winehq.org/mailman/listinfo/wine-users > > > > _______________________________________________ > > wine-users mailing list > > wine-users@xxxxxxxxxx > > http://www.winehq.org/mailman/listinfo/wine-users > > why not putting it somewhere and, instead of a single wineprefixcreate, you > use a simple bash file which will set with regedit the good path to the gecko > package. > something like : > > #!/bin/bash > wineprefixcreate > regedit /place/of/the/regedit/file > > The next step would simply be running wine iexplore.exe or something like > that. > > > > > > > ___________________________________________________________________________ > > Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. > http://fr.mail.yahoo.com > > > _______________________________________________ > wine-users mailing list > wine-users@xxxxxxxxxx > http://www.winehq.org/mailman/listinfo/wine-users > _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users