piett Posted October 21, 2005 Posted October 21, 2005 (edited) I want to make a Windows 2000 cd that has extra software on it.Just to make sure is this going to work:X:\I386\winnt.sif:[Unattended]OemPreinstall=Yes[GUIRunOnce]%Systemdrive%\install\wihu.exeWihu locations:X:\$OEM$\$1\install\wihu.exeX:\$OEM$\$1\install\install.iniX:\$OEM$\$1\install\install.ini:[settings]skipsettings=1(...)should this work with only those few lines in winnt.sif?if not what does a minimal winnt.sif need? Edited October 21, 2005 by piett
mow Posted October 22, 2005 Posted October 22, 2005 You should include a command line options like:WIHU.exe /skipsettings /INI="install.ini"or[GUIRunOnce]%Systemdrive%\install\wihu.exe /INI="install.ini"Another Point,Are the applications in the same folder of WIHU?set the right variable at the ini file
piett Posted October 22, 2005 Author Posted October 22, 2005 You should include a command line options like:WIHU.exe /skipsettings /INI="install.ini"or[GUIRunOnce]%Systemdrive%\install\wihu.exe /INI="install.ini"if i do not set the ini path it will take install.ini lacated in the same folder (i tried)Another Point,Are the applications in the same folder of WIHU?set the right variable at the ini filethe files are in a subfilder called Software like:"X:\$OEM$\$1\install\Software"i will set the paths in the ini file like this:command=%WIHU%\Software\Winamp.msiwill this work or is there a better way?
mow Posted October 23, 2005 Posted October 23, 2005 using %WIHU% sounds goodif some installations will not work try using "workdir.x" as well.
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