Jump to content

Recommended Posts

Posted

Unattended XP is going well, but problem is that batch_file1.cmd isn't working ok.

What we want is after installing xp it also installs unattended

a small package of office

frontpage

perfectview.

We build an script in batch_file1.cmd:

echo Installeren van Office XP Professional

echo please wait

pushd %0\..\

msiexec /I proret.msi TRANSFORMS=bart.mst /q

(bart.mst we made with office tools)

echo.

echo Installeren van Frontpage 2003

echo please wait...

msiexec /I fp11n.msi TRANSFORMS=martijn.mst /q

(martijn.mst we made with install.tailor.)

echo.

echo Installeren van PerfectView

echo please wait...

msiexec /I pv.msi TRANSFORMS=bartmartijn.mst /q

popd

but this doens't do a thing after installing xp.

Anyone has a clue ??

thx for help in advance.


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