Jump to content

Floppy

Member
  • Posts

    145
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Lithuania

Posts posted by Floppy

  1. Hey

    No ...I still get the reboot. :angry:

    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? :whistle:

  2. @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 :blink::blink:

  3. @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?

  4. 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 :P

    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?

  5. 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

  6. Hey

    I did it the way it was described here, and it work perfect :thumbup

    Thank you to all of you guy's that cared to answer, it was great :hello:

    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.

  7. Ok

    I have read the topics ......maybe Iam "to Slow" on thies matter... :blushing:

    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)... :unsure:

  8. Hey

    For about a year ago I made a unattended Winxp cd, and it works perfect(for me) :thumbup

    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... :wacko:

    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 :D

  9. 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..."

  10. 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?

    ?

  11. Hey

    I have been strugling with this problem for 3 weeks. : :realmad:

    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. :D

    Help, I just want to have a simple network with a printer an accsess to HD's (Disk's)...

    :whistle:

    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 :blushing:

×
×
  • Create New...