gotthardanger

Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-06-12
11:11
650 views
Unattended setup inside of WAIK-Image
Hello,
we have here:
a) customized image of Windows 7 professional (updates and drivers included)
b) a folder with customized install of Novell client 2 sp 3
Howto best include this folder in a new Win7 DVD?
We have tested this environment
the folder structure was copied to
\sources\$OEM$\$$\SYSTEM32\OEM\NWCLIENT
The setup runs with the following script in
\sources\$OEM$\$$\SETUP\SCRIPTS
---
cd %windir%\system32\oem\nwclient
xcopy *.* c:\nwclient /I /S
cd \nwclient
rd /s /q %windir%\system32\oem\nwclient
setup
---
But setup runs into error and we had to start it manually after the
Windows setup was completed.
Any suggestions here?
with kindly regards
Go
--
Gotthard Anger
Anwenderbetreuung Netzwerkadministration
Landeskirchenamt der EKM
gotthardanger@no-mx.forums.novell.com
http://forums.novell.com/member.php?u=35038
Mails an diese Adresse werden nur nach vorheriger Ansage gelesen!
Mails for this address will only be read if you trigger me before.
we have here:
a) customized image of Windows 7 professional (updates and drivers included)
b) a folder with customized install of Novell client 2 sp 3
Howto best include this folder in a new Win7 DVD?
We have tested this environment
the folder structure was copied to
\sources\$OEM$\$$\SYSTEM32\OEM\NWCLIENT
The setup runs with the following script in
\sources\$OEM$\$$\SETUP\SCRIPTS
---
cd %windir%\system32\oem\nwclient
xcopy *.* c:\nwclient /I /S
cd \nwclient
rd /s /q %windir%\system32\oem\nwclient
setup
---
But setup runs into error and we had to start it manually after the
Windows setup was completed.
Any suggestions here?
with kindly regards
Go
--
Gotthard Anger
Anwenderbetreuung Netzwerkadministration
Landeskirchenamt der EKM
gotthardanger@no-mx.forums.novell.com
http://forums.novell.com/member.php?u=35038
Mails an diese Adresse werden nur nach vorheriger Ansage gelesen!
Mails for this address will only be read if you trigger me before.
2 Replies
Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-06-25
21:14
Gotthard,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://forums.novell.com/
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://forums.novell.com/
sgardiner

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-06-28
13:08
Have you looked at the autoinstall option from the documentation ?
For our Win 7 images we import the Novell Cert using certmgr.exe into localMachine Root and TrustedPublisher, else it gets stuck on do you accept this publisher to install software
We then call setup.exe with the following command line pointing at the unattend file we created with NCIMAN within Admin folder. Note 2 versions depending on OS type 32 or 64.
setup.exe /acu /NCPF:unattend.txt
When you run with the setup.exe manually, do you get any prompts on screen etc
Thanks
For our Win 7 images we import the Novell Cert using certmgr.exe into localMachine Root and TrustedPublisher, else it gets stuck on do you accept this publisher to install software
We then call setup.exe with the following command line pointing at the unattend file we created with NCIMAN within Admin folder. Note 2 versions depending on OS type 32 or 64.
setup.exe /acu /NCPF:unattend.txt
When you run with the setup.exe manually, do you get any prompts on screen etc
Thanks