aska98 Posted August 17, 2004 Posted August 17, 2004 Hi everyone, I had a problem with my unattached file. The setup run smooth, but i found that the setup didn't install my application in $OEM$\$1\install folder into computer. What i had miss in my unattached file? Please help me. Thanks. winnt.sif;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates = "No" MSDosInitiated=0[unattended] UnattendMode=DefaultHide OemPreinstall=Yes OemSkipEula = No TargetPath=\WINDOWS[GuiUnattended] EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=215[userData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="" OrgName=""[RegionalSettings] LanguageGroup=7,10,9[identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[Components]WMAccess = Offapplication.cmd (This file i put under $OEM$\$1\install)Cls@echo offecho.ECHO Installing Adobe Reader 6ECHO Please Wait ... ...start /wait %systemdrive%\install\Applications\AdobeReader6\ar6.msi /QB
clair Posted August 17, 2004 Posted August 17, 2004 do you have a foder $1 and folder Applications!!!like this $OEM$ $1 Install Applications
Tsunami Posted August 17, 2004 Posted August 17, 2004 What Tarran said add this to your winnt.sif:[GuiRunOnce]%systemdrive%\install\application.cmd
jrzycrim Posted August 17, 2004 Posted August 17, 2004 [Data]AutoPartition=1MsDosInitiated="0"UnattendedInstall="Yes"AutomaticUpdates = "No"MSDosInitiated=0You should delete one MSDosInitiated.
Raiden Posted August 17, 2004 Posted August 17, 2004 because it's referenced twice. once on the 3rd line and once on the 6th line
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