Jump to content

Adding Favourites to unattended


Recommended Posts

I am trying to add my favourites to an unattended install. The problem I am facing is that I want to include then organized, in my folders and subfolders. I wasn't sure how to set this up in winnt.sif, but I know I could always just copy the favorite folder to to my installs folder and copy it to my account using a batch file, but is there another way?

]Bonkers[

Link to comment
Share on other sites


what i did to copy my favourites is i created a SFX archive of the favourites folder, and under SFX Options -> General: i set the path to extract to %USERPROFILE%\ and under the Modes tab i set the Silent Mode to Hide All and overwrite mode to overwrite all. then used the batch file to install the exe file.

ECHO Installing Vortex's Favorites
ECHO Please wait...
start /wait $OEM$\Favorites\Favorites.exe /s
ECHO Done..

and this is the SFX command generated by winrar:

;The comment below contains SFX script commands

Path=%USERPROFILE%\
SavePath
Silent=1
Overwrite=1

hope this helps.

p/s: im using winrar 3.20.

Link to comment
Share on other sites

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...