Help - Search - Members - Calendar
Full Version: Running wihu After Installation.
MSFN Forums > Member Contributed Projects > Other Member Contributed Projects > Windows Installation Helper Utility

   
Google Internet Forums Unattended CD/DVD Guide
piett
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:
CODE
[Unattended]
OemPreinstall=Yes

[GUIRunOnce]
%Systemdrive%\install\wihu.exe


Wihu locations:
X:\$OEM$\$1\install\wihu.exe
X:\$OEM$\$1\install\install.ini

X:\$OEM$\$1\install\install.ini:
CODE
[settings]
skipsettings=1
(...)


should this work with only those few lines in winnt.sif?
if not what does a minimal winnt.sif need?
mow
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
QUOTE (mow @ Oct 22 2005, 03:17 AM) *
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)

QUOTE (mow @ Oct 22 2005, 03:17 AM) *
Another Point,
Are the applications in the same folder of WIHU?
set the right variable at the ini file


the 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.msi

will this work or is there a better way?
mow
using %WIHU% sounds good
if some installations will not work try using "workdir.x" as well.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.