Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
software error during install
2009-03-15, 05:39 PM,
#1
software error during install
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";
Reply
2009-03-15, 05:42 PM,
#2
RE: software error during install
how do you install/integrate the driverpack from driverpacks.net?
Vitali

[Image: wucdcreator.png]
[Image: winfuture.png]
[Image: mysoft.gif]
Reply
2009-03-15, 07:28 PM,
#3
RE: software error during install
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
Reply
2009-03-16, 12:40 AM,
#4
RE: software error during install
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";
Reply
2009-03-16, 08:22 AM,
#5
RE: software error during install
(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!
Vitali

[Image: wucdcreator.png]
[Image: winfuture.png]
[Image: mysoft.gif]
Reply
2009-03-16, 03:44 PM,
#6
RE: software error during install
[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"
Reply
2009-03-17, 08:34 AM, (This post was last modified: 2009-03-17, 08:36 AM by Vitali.)
#7
RE: software error during install
(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.
Vitali

[Image: wucdcreator.png]
[Image: winfuture.png]
[Image: mysoft.gif]
Reply
2009-03-18, 12:54 AM,
#8
RE: software error during install
danke ich werde es probieren .heute noch dan sage ich bescheid.
Reply
2009-03-18, 03:49 PM,
#9
RE: software error during install
great all works perfectly.danke
Reply
2009-03-18, 06:34 PM, (This post was last modified: 2009-03-19, 12:13 AM by kaltersia.)
#10
RE: software error during install
[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"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)