Content Type
Profiles
Forums
Events
Posts posted by Floppy
-
-
@Floppy -> Nero 7.2.7.0 installation adds Nero Scout, but it's very easy to get rid of it.
You just need to make a .reg with the following info:
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3D6BE802-FC0D-4595-A304-E611F97089DC}]
@="Nero Scout"I made all the steps posted in this topic, and as Floppy said, after the installation the computer restarts.
Can anybody figure out why it reboots?
Thxn,
Annita
Thanks works great......and now we have to find a solution to the REBOOT problem
0 -
@ironside -> I have just tried Nero-7.2.7.0 and no Scout is added
But now it reboots after install!!!
This is what I have ;
;The comment below contains SFX script commands
Setup=setupx.exe /qb /norestart SERIALNUM_USERVAL="xxxx-xxxx-xxx1-xxxx-xxxx-xxxx-xxxx"
TempMode
Silent=1
Overwrite=1
Title=Nero 7 Demo
And
Nero-7.2.7.0_nor_no_yt.exe /qn /norestart
Can anybody figure out why it reBooTs?
0 -
I have searched for this a lot.....
I want to remove Nero Scout from the taskbar.
I have installed Nero 7.2.0.3b usinge the recipe found here.---> No problem
I found this; regsvr32 /u /s "%commonprogramfiles%\Ahead\Lib\MediaLibraryNSE.dll"
It removes Scout from Explorer.
I know you can press option and then unclick, and then scout is gone, but I want to do it with a reg file or a script during instal----Unattended
Someone?
0 -
Works perfect!!! (Norwegian Nero Premium) Thanks
;The comment below contains SFX script commands
Setup=setupx.exe /qb /norestart SERIALNUM_USERVAL="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"
TempMode
Silent=1
Overwrite=1
Title=Nero 7 Demo
0 -
""If you'd like to voulenteer to make a Norwegian version....."""
Hmmm, maybe I will look in to it...
Thank's for responding.
0 -
My question might be a bit off..but, the script from Autoit works on the English ver. of Nero.
I live in Norway......
Is it possible to do the Install in English, so that the script works?
0 -
This is my winnt.sif, it skips login and welcome and starts aplication instal.
W2000&Sp4
------------------------------------------------------------------
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=Windows
UnattendSwitch = Yes
[GuiUnattended]
AdminPassword=*
AutoLogon=Yes
OEMSkipRegional=1
TimeZone=110
OemSkipWelcome=1
[userData]
ProductID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
FullName=Kunde
OrgName=Production
ComputerName=Kundex
[TapiLocation]
CountryCode=47
Dialing=Tone
[RegionalSettings]
LanguageGroup=1
Language=00000414
[setupMgr]
[GuiRunOnce]
Command0=%systemdrive%\install\start.cmd
[identification]
JoinWorkgroup=whatever
[Networking]
InstallDefaultComponents=Yes
0 -
How can I skip:
The Admin login at bottup after first instal?
The Welcome window, the one with "skip this on startup"
Do I do this in the winnt.sif file---->if so how ?
0 -
find the deply.cab in the windows 2000 cd and extract setupmgr.exe then you can make your own...
Thank you...It was right in front of me.
0 -
Hey
Been looking fir WinNT.sif for W2000 unattended.
Can someone pls. provide it for me.....pls
I have made one for WinXP but it's not the same thing.
0 -
Do you build the msi or do you just take all the files from the /sav folder on the CD?
I Dl'ed the virus def file, then extracted the new file(virus def), and included that file into the org. instal file.
0 -
Hey
I did it the way it was described here, and it work perfect
Thank you to all of you guy's that cared to answer, it was great
The quotes are in the wrong place...""%systemdrive%\install\Symantec\Symantec AntiVirus.msi" /qb RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS"
Give that a shot. And if you're loading it from RunOnceEx using the REG ADD command then it should be like this:
"\"%systemdrive%\install\Symantec\Symantec AntiVirus.msi\" /qb RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS"
Also, the proper way to update the client is to grab the latest .XDB file from Symantec. See the article titled Updating virus definitions for Symantec AntiVirus Corporate Edition 10.x and Symantec Client Security 3.0. Other methods can cause problems later down the line and aren't supported by Symantec.
I use a modified version of the script they provide to auto-download and apply the latest definitions onto my Parent Server...which automatically pushes the updates out to the clients.
EDIT: I found a post I'd made in a previous thread about updating SAV (without having LiveUpdate issues later):
The correct way to actually update it without having LiveUpdate issues is to grab the lastest .XDB file from:
ftp.symantec.com/public/english_us_canada/antivirus_definitions/norton_antivirus/xdb/
Place this file in the same folder as your install then add the following commands to your CMD file:
START "" /WAIT "Symantec AntiVirus.msi" /passive RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS
COPY *.xdb "%ALLUSERSPROFILE%\Application Data\Symantec\Symantec AntiVirus Corporate Edition\7.5\"
net stop "Symantec AntiVirus"
net start "Symantec AntiVirus"The net stop/start will restart the SAV service, which forces it to read the .XDB file right away. If you're doing this during an unattended install just leave out the net stop/start because it'll happen automatically when the system is restarted.
This works for all versions from 8.x up.
updated my post above, its simpler now.The vdefhub.zip is not a hack anymore, its a proper replacement, liveupdate has no problems with it.
The "Virus def out of date" message wont come up after install, since your defs would already be the latest.
Also, the other solution of *.XDB actually makes no sense for a client-install (XDB is useful only for SAV server). For the desktop version of SAV-10, the best way is to simply update the old ZIP with the new ZIP. This way, you save disk space (no need of keeping the old virdefs when you are gonna update anyway), plus you are updated right from the beginning. The vdefhub.zip replacement is the native way of updating virdefs directly at your install-source itself.
0 -
Thank you!!!
Is there a easy way (Switch?) to suppress the"Virus def out of date" meassage after install
I read the post above, and understand that it has somthing to do white it.
0 -
Ok
I have read the topics ......maybe Iam "to Slow" on thies matter...
The closes I came was this ""%systemdrive%\install\Symantec\Symantec AntiVirus.msi /qb RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS""
Is this what I need to do a silent install, and after reeboot(whole XP install is finalized) just run a virus def update(liveUpdate)...
0 -
Does anyone have the switch'es for autoinstal?
I have tried...but no success
0 -
Great prog.
Can I add sevral SATA drivers on same XP Cd?
0 -
Clue is a spelling program, and I need the switches for this program.....
Does anyone have them
0 -
Thank you that was great and it works like a charm
0 -
Are you sure about this...because when I install from a Org. WinXp Cd it installs well with this MOb.
But not fom my Un. Cd
0 -
Hey
For about a year ago I made a unattended Winxp cd, and it works perfect(for me)
Then this SATA disk became more popular ....
The problem is that some of the MOB's can run at the WinXp genuin SATA driver, but it can not find/instal it from my Cd...
I just wonder if there is a way to check if the driver is on the Cd somwhere?
I would appreciate an answer on this
0 -
Yes
And now Ican accsess it from "MY network neighbourhood "---->Strange?
And how do I do it with printers......
Solved it
Thank you for your help!
0 -
If you are trying to access the pcs by name then a means of name resolution is required, ideally a DNS server but with such few pcs you could make entries to the hosts files on each with the static IP assignments you use in your network (static IPs are preferable with so few pcs).
Hmmmm not sure what you mean...
If I set up a shared disk like \\fast\c , then it would appear in my network..
The thing is that all PC apppears in "my network neighbour", but when I press it, it only says somthing like "You are not allowed..."
0 -
With Windows XP, how many times can a serial be activated?
5 times , then you have to make the call (machine ), you can do that 4 times.....then you have to talk to a human at MS.
I usualy reformat windows 3-4 times/year, will activation be blocked with all these activation?
and how safe is the backup of activation dbl file? windows will not know that it was not really activated?
?
0 -
Hey
I have been strugling with this problem for 3 weeks. :
I have :
1) 1 laptop winxp PRO (Wlan)
2) 1 laptop winxp PRO (Wlan)
3) 1 PC winxp Pro (Wired)
4) 1 PC winxp Pro(Wired) \\FAST\C
5) 1 PC winxp Pro(Wired)
The three PC's are wierd to a switch, the two laptops goes to a CNET CWR-853 wlan router.
I have have my broadbad connected to the CNET router, and the switch connected to the router.
I can access 1,2, from 3,4,5.
BUT I can Not access 3,4,5 from 1,2, or 3,4,5 from 3,4,5
They are all member of MSHOME.
MS firewall are disabled
All PC's has the ""guest"" enabled.
I have scheked all wiring, with a instrument
NIS are disabled, I have tried to hook No.5 up without any firewall instaled.No Go.
I have enabled NIS with the IP adresses configurated.
I turned of the router and laptops, reinstaled the network on the three PC's(only using the switch).
I have diabled ""Simple file sharing"" in 3,4,5.
I have done the PING thing like this; PING FAST ---> 100% ok, no problem!! And I can PING all PC's.
The router has DHCP enabled an the PC'S get their IP adress just fine.
The funny thing is: If I use IE and put in "" \\FAST\c "" in the browser, it comes up just fine.
Help, I just want to have a simple network with a printer an accsess to HD's (Disk's)...
The problem is;
I can access 1,2, from 3,4,5.
BUT I can Not access 3,4,5 from 1,2, or 3,4,5 from 3,4,5
0
Nero Burning ROM v7 installation
in Application Installs
Posted
Hey
No ...I still get the reboot.
I tried;
REGEDIT /S register.reg
SetupX.exe /qb /norestart
And/Or
REGEDIT /S register.reg
SetupX.exe /quiet
register.reg Looks like this;
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Nero 7\Info]
"Version"="7.2.7.0"
"User"="Knotten"
"Company"="Microsoft"
"EulaAccepted"="1"
"Serial7_1151310956"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"
@Annita; Any luck?