Support Forum

Full Version: software error during install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
first thnx for this great software Windows Unattended CD Creator


now i have some problems using Windows Unattended CD Creator and driverpack from driverpacks.net

now before driverpack has finished installin drivers
RunOnceEx continue installing softwares and i beckomme an error like this {other installation is in progres} and the software will not install

how to use some switch to make wait RunOnceEx until driverpack has finished installing drivers ore to make software wait until no other installations are in progres

danke :

soft[n] = new Array();
soft[n].name = "Dotnet2";
soft[n].checkPoint = "Software\\Dotnet2";
soft[n][0] = "\"%CDROM%\\Software\\Dotnet2\\DOTNET2.EXE\"";
n++;

soft[n] = new Array();
soft[n].name = "WLMessenger";
soft[n].checkPoint = "Software\\WLMessenger";
soft[n][0] = "\"%CDROM%\\Software\\WLMessenger\\Install_WLMessenger.msi\" /QB";
n++;

soft[n] = new Array();
soft[n].name = "nod32";
soft[n].checkPoint = "Software\\nod32";
soft[n][0] = "\"%CDROM%\\Software\\nod32\\eav_nt32_enu.msi\" /QB";
how do you install/integrate the driverpack from driverpacks.net?
1: i use nlite to remove some components
2:integrate some software using Windows Unattended CD Creator
3:integrate Drivers using DriverPacks BASE
4:create bootable iso
danke für den schnellen antwort
or cann i put some switch like this
soft[n] = new Array();
soft[n].name = "nod32";
soft[n].checkPoint = "Software\\nod32";
soft[n][0] = "\"start /wait%CDROM%\\Software\\nod32\\eav_nt32_enu.msi\" /QB";
(2009-03-16, 12:40 AM)kaltersia Wrote: [ -> ]"\"start /wait%CDROM%\\Software\\nod32\\eav_nt32_enu.msi\" /QB";
That is not need. Can you post your winnt.sif? without product key!
[Data]
AutomaticUpdates="No"
Autopartition=0
UnattendedInstall="Yes"
MsDosInitiated=No

[Unattended]
UnattendMode=DefaultHide
OemSkipEula=Yes
FileSystem=*
WaitForReboot="No"
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
Repartition=No
OemPreinstall=Yes
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore

[GuiUnattended]
EncryptedAdminPassword="No"
AutoLogon="Yes"
TimeZone=110
OEMSkipRegional=1
OemSkipWelcome=1
AdminPassword=*

[Shell]
CustomDefaultThemeFile="%WinDir%\Resources\Themes\Vista XP.Theme"

[UserData]
ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
ComputerName="EXTREM-XP"
FullName="Kaltersia"
OrgName="Internet-Kaltersia"

[RegionalSettings]
LanguageGroup=1,2
Language="00000409"

[Networking]
InstallDefaultComponents="Yes"

[Identification]
JoinWorkgroup="WORKGROUP"

[GuiRunOnce]
"%SystemRoot%\System32\nLite.cmd"
wucdcreator="wscript.exe %systemroot%\RunOnceEx.js"

;
; Edited by DriverPacks BASE 8.12.4
; http://www.driverpacks.net/
;


command9="%SystemDrive%\DPsFnshr.exe"
(2009-03-16, 03:44 PM)kaltersia Wrote: [ -> ][GuiRunOnce]
"%SystemRoot%\System32\nLite.cmd"
wucdcreator="wscript.exe %systemroot%\RunOnceEx.js"

;
; Edited by DriverPacks BASE 8.12.4
; http://www.driverpacks.net/
;


command9="%SystemDrive%\DPsFnshr.exe"
Try to change command9="%SystemDrive%\DPsFnshr.exe" to Zcommand9="%SystemDrive%\DPsFnshr.exe" before create iso. It moves the installation of DriverPack after installation of WUCD's software! I think this is the simplest way.
danke ich werde es probieren .heute noch dan sage ich bescheid.
great all works perfectly.danke
[Image: 37122231.png]

ich habe es nochmal das selbe problem :S
in eine pc hats richtig geklapt dan in eina andere das selber problem
my winnt.sif used


[Data]
AutomaticUpdates="No"
Autopartition=0
UnattendedInstall="Yes"
MsDosInitiated=No

[Unattended]
UnattendMode=DefaultHide
UnattendSwitch="Yes"
OemSkipEula=Yes
FileSystem=*
WaitForReboot="No"
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
Repartition=No
OemPreinstall=Yes
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore

[GuiUnattended]
EncryptedAdminPassword="No"
AutoLogon="Yes"
TimeZone=110
OEMSkipRegional=1
OemSkipWelcome=1
AdminPassword=*

[Shell]
CustomDefaultThemeFile="%WinDir%\Resources\Themes\Vista XP.Theme"

[UserData]
ProductKey="xxxxxxxxxxxxxxxxxxxxxxxxxxx"
ComputerName="TEST"
FullName="Internet-Kaltersia"
OrgName="Kaltersia"

[RegionalSettings]
LanguageGroup=1,2
Language="00000409"

[Networking]
InstallDefaultComponents="Yes"

[Identification]
JoinWorkgroup="WORKGROUP"

[GuiRunOnce]
"%SystemRoot%\System32\nLite.cmd"
wucdcreator="wscript.exe %systemroot%\RunOnceEx.js"
Zcommand9="%SystemDrive%\DPsFnshr.exe"

[SetupParams]
UserExecute="WScript.exe %systemroot%\konten.js"