Try adding "REMOVE=DOCUMENTATION" to the msiexec invocation. I have not tested this, but I got the idea from:
http://msdn.microsoft.com/library/en-us/msi/setup/feature_installation_options_properties.asp You could also try running msiexec with the "l*v <logfile>" option. Then read through the log and see if you can figure out other properties to try. - Pat "Gowans Robert M" <[EMAIL PROTECTED]> writes: > Hi, > > I'm trying to do a minimal install of ActiveState Perl on Windows 2000 by > using the ADD_LOCAL=PERL_FEATURE msiexec command line switch (see > http://aspn.activestate.com//ASPN/Products/ActivePerl/install.html#windows%2 > 0installers). However, I still get all the html documentation (14MB of it). > This my command line: > > msiexec /qb /i x:\packages\ActivePerl-5.8.0.806-MSWin32-x86.msi > PERL_PATH=Yes PERL_EXT=Yes ADDLOCAL="PERL_FEATURE" > > Any ideas on how I can trim down the install? > > Cheers > > Rob ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
