October 21, 200520 yr 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, 200520 yr by piett
October 22, 200520 yr 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
October 22, 200520 yr Author 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?
October 23, 200520 yr using %WIHU% sounds goodif some installations will not work try using "workdir.x" as well.
Create an account or sign in to comment