Jump to content

How to put my IE favorites into windows setup CD?


Recommended Posts

Hello everyone!

I didn't find out any information about "how to put my customized IE favorites in to windows setup CD". The point is that I have my own collection of links in Internet Explorer' Favorites, I want to put it in windows setup CD to get in automatically added everytime I reinstall Windows. Does it sound good? :huh: Help me please!

Link to comment
Share on other sites


Hi biocyberman, I have my favourites in my $OEM$\$1\Drivers directory. I still have to import them when I open IE but that's how I do it but you could create a favourites directory on your CD

example

$OEM$\$1\Favorites

and then put a batch file to copy them over

copyfavorites.bat

cd %systemdrive%\Favorites
xcopy32 *.* "%systemdrive%\Documents and Settings\"YourUserName"\Favorites"

All you would have to do is call the batch file from your runonceex and it's all good. The example assumes you are creating your user account during setup not at the end like a normal windows installation

Hope this helps. Good luck

Link to comment
Share on other sites

If you have winrar installed, just right click your favorites folder & choose add to archive, select create SFX archive, click best for compression, click comment at the top right & paste:

;The comment below contains SFX script commands

Path=%USERPROFILE%

SavePath

Silent=1

Overwrite=1

into the bottom box, done, & silent

in your cmd, or whatever you're using, just install favorites.exe, no switches needed

Link to comment
Share on other sites

I use winnt.sif

[FavoritesEx]

Title1="MSFN Unattended XP CD.url"

URL1="http://unattended.msfn.org/"

Title2="Amazon"

URL2="http://www.amazon.com"

Title3="Chikka"

URL3="http://www.Chikka.com"

Title4="Yahoo Games"

URL4="http://games.yahoo.com"

Title5="GMAIL"

URL5="http://gmail.google.com"

Title6="Tech Bargains.url"

URL6="http://www.techbargains.com"

Title7="Cnet"

URL7="http://www.cnet.com"

Title8="Shopping"

URL8="http://shopper.cnet.com/"

Title9="Pc Express"

URL9="http://www.pcx.com.ph/"

Title10="PC Corner"

URL10="http://www.pccorner.com.ph/controller.forward"

Title11="ASUS"

URL11="http://usa.asus.com/index.htm"

Title12="File Donkey"

URL12="http://www.filedonkey.com/"

Title13="Inquirer NEWS"

URL13="http://www.inq7.net"

Title14="ABS-CBN"

URL12="http://www.abs-cbn.com/"

Link to comment
Share on other sites

Ahaa :thumbup. Thank you all for very good ideas. I will try like this:

1. Follow either Raiden or Swampy to make a folder or archive file containing my favorites.

2. Creat a executable file to do copy (extract) my favorites to replace default favorites in windows account. (Prompt for replacement may be good for me)

3. Follow Astalavista to creat a winnt.sif file to call above exe file once when first login.

Does it sound ok? I will try to see if it works. :whistle:

Link to comment
Share on other sites

This is how I do it - and it works for me :thumbup

If you have winrar installed, just right click your favorites folder & choose add to archive, select create SFX archive, click best for compression, click comment at the top right & paste:

The comment below contains SFX script commands

Path=%systemdrive%\Documents and Settings\SwedenXP\Favoriter
SavePath
Silent=1
Overwrite=1
Delete=*.*

In Your main_batch.cmd You have;

ECHO Installing Favoriter
ECHO Please wait...
start /wait %systemdrive%\Install\Favoriter\Favoriter.exe
ECHO.

And it works just beautifully :w00t:

That is, in principle I agree with Swampy with a few mods and some extras...

/ SwedenXP

Link to comment
Share on other sites

Yet another way..registry tweak to change location of favourites folder.. I put it on D:\favorites..it's the simplest solution for me since my favs constantly change, i find it a hassle to have to add/subtract it from my unattend CD.

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...