setup.ini file revisted! LOL

R

RBCC

I am in the process of building a Office 2003 Setup CD Rom with the
setup.ini, and a batch file. If I have a batch file that runs several
office apps and a setup with the line :

[ChainedInstall_1]
takstype =bat
path = \install. bat

and the batch file:

start /wait \front\setupfp.exe /Q

And I get the make sure it is a windows installer

Where have I gone wrong?
 
Top