vaag2000 Posted April 28, 2005 Posted April 28, 2005 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 unattendeda small package of officefrontpageperfectview.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 popdbut this doens't do a thing after installing xp.Anyone has a clue ??thx for help in advance.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now