Jump to content

Unattended Sp2 app issues


Recommended Posts

I just slipstreamed sp2 and I am running into some issues durning my runonce installer.

The first app that installs is Alchol 120 when it installs xp finds newhardware and i guess its a new function of sp2 but the installer wants to connect to the net to install the new drivers.

In addition to that SAV 9 just up and doesnt install at all...this i have no idea on how to remedy..

anyone have any cluse on this....

I know this all works in sp1

|Drew|

Link to comment
Share on other sites


hmm that's wierd.

I've been using alcohol as the first thing that i run from xplode

alcohol installs its own scsi drivers.

1 thing I know, alcohol itself puts runonce values once its installed and not restarted

maybe bc of that it runs into some problems?

what does your runonce commands look like?

try running it as the last thing

for sav I dunno. I too install it, not had any problems with it.

though I haven't tried it with sp2 rc2. my last install was with 2055.

ow btw I use the msi for alcohol not the setup.exe

maybe that differs?

Link to comment
Share on other sites

for sav I dunno. I too install it, not had any problems with it.

though I haven't tried it with sp2 rc2. my last install was with 2055.

ow btw I use the msi for alcohol not the setup.exe

maybe that differs?

Well thats the whole point of the post xtrememac.....i know they work in sp1...i have stated that...its sp2 causing the issue...i am looking for ways to fix that

Thankx for the help but please dont post simply to post

|Drew|

Link to comment
Share on other sites

I just wanted to confirm that they worked fine with 2055

u did not specify which version u have right now

and which version u last tried it

u only said they worked on sp1

and I'm telling u that it worked on sp2 2055

and i told u that my alcohol worked with msi not the exe.

I don't think I have the need for posting anything.

I felt like helping, u didn't specificy anything in your post

its simply saying I've problems with my computer.

yea? what problems what sort of problems? which program is causing etc..

normally ppl put their runonce batch or the way they call it

2055 for your information is sp2!

I tend to help by giving u some info u might not have tried.

both for sav & alcohol I use the msi that i slightly modified.

well if u don't want me to post, I don't feel the neccessity to reply to your questions if u won't appriciate them.

good luck with your problem, lets see who comes up with the answer.

Link to comment
Share on other sites

there should be no difference installing apps on SP2 compared to SP1...

all of my apps install on SP1, SP1a, SP2 RC1, SP2 RC2...

however i have read in a previous post in the Application Switches forum that Alcohol120% will not install correctly in silent mode if you do not have the DriverSignPolicy=Ignore set in your winnt.sif maybe that might help you i'm not sure...

Well thats the whole point of the post xtrememac.....i know they work in sp1...i have stated that...its sp2 causing the issue...i am looking for ways to fix that

Thankx for the help but please dont post simply to post

Maybe I shouldn't post either? Still, XtremeMAC was using SP2 and installing the same apps as you are without problem so I thought his post was fully justified... Perhaps for Alcohol do what XtremeMAC says and use the MSI installer, not the EXE installer?

Link to comment
Share on other sites

though I haven't tried it with sp2 rc2.
this is all i was pointing out...you said u had no issues with the previous builds......i have not either ,that is why i made it clear i was running Rc2.
u did not specify which version u have right now

ummmm yes i did...i siad RC2

@Xtrememac i thanked you...so dont talk smack that im ungratful or somthing.

@Crusher thankx for the tip on the driver sign policy..im gonna try that next time seems like a good plan

Heres a look at my Runonce if anyone is still interested:

cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\apps\AdobeReader6\adobereader6.cmd" /f

REG ADD %KEY%\010 /VE /D "Alcohol 120 Percent" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\apps\alcohol\setup.exe /qn Reboot=Suppress" /f

REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\apps\alcohol\register.reg" /f

REG ADD %KEY%\013 /VE /D "Azureus 2.1.0.0" /f

REG ADD %KEY%\013 /V 1 /D "%systemdrive%\apps\Azureus_2.1.0.0.exe /S" /f

REG ADD %KEY%\015 /VE /D "FlashFXP" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\apps\FlashFXP\FlashFXP_21_Setup.exe /S" /f

REG ADD %KEY%\020 /VE /D "GrabIt 147b" /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\apps\GrabIt147b.exe /VERYSILENT /SP- /NORESTART" /f

REG ADD %KEY%\025 /VE /D "Nero Burning ROM 5.5" /f

REG ADD %KEY%\025 /V 1 /D "REGEDIT /S %systemdrive%\apps\nero\register.reg" /f

REG ADD %KEY%\025 /V 2 /D "%systemdrive%\apps\Nero\Nero551056.exe /silent /noreboot /nocancel" /f

REG ADD %KEY%\030 /VE /D "Power Calculator Powertoy" /f

REG ADD %KEY%\030 /V 1 /D "%systemdrive%\apps\Powertoys\PowerCalcPowertoySetup.exe /s /v/qn" /f

REG ADD %KEY%\035 /VE /D "Sun Java 1.4.2" /f

REG ADD %KEY%\035 /V 1 /D "%systemdrive%\apps\SunJava\j2re-1_4_2_04-windows-i586-p.exe /s /v\"/qn ADDLOCAL=jrecore IEXPLORER=1 REBOOT=Suppress\"" /f

REG ADD %KEY%\035 /V 2 /D "REGEDIT /S %systemdrive%\apps\SunJava\SunJavaModifications.reg" /f

REG ADD %KEY%\045 /VE /D "SpyBot - Search and Destroy 1.3" /f

REG ADD %KEY%\045 /V 1 /D "%systemdrive%\apps\spybotsd13.exe /VERYSILENT /NOCANCEL /TASKBARHIDE /AUTOCLOSE" /f

REG ADD %KEY%\050 /VE /D "Symantec AV Corp 9" /f

REG ADD %KEY%\050 /V 1 /D "%systemdrive%\apps\SAV\setup.exe /s /v/qn" /f

REG ADD %KEY%\055 /VE /D "TweakUI Powertoy" /f

REG ADD %KEY%\055 /V 1 /D "%systemdrive%\apps\Powertoys\TweakUI.msi /qn" /f

REG ADD %KEY%\060 /VE /D "Task Switcher Powertoy" /f

REG ADD %KEY%\060 /V 1 /D "%systemdrive%\apps\Powertoys\TaskswitchPowertoySetup.exe /s /v/qn" /f

REG ADD %KEY%\065 /VE /D "WinRAR Corp 3.30" /f

REG ADD %KEY%\065 /V 1 /D "%systemdrive%\apps\WinRAR330Corp.exe /s" /f

REG ADD %KEY%\070 /VE /D "Importing Registry Tweaks" /f

REG ADD %KEY%\070 /V 1 /D "REGEDIT /S %systemdrive%\apps\regtweaks.reg" /f

REG ADD %KEY%\075 /VE /D "Cleaning Up and Rebooting" /f

REG ADD %KEY%\075 /V 1 /D "%systemdrive%\apps\cleanup.cmd" /f

EXIT

|Drew|

Link to comment
Share on other sites

There was a registry key somewhere I saw (checking to see if I have it here in my regtweaks files) that disables the "Use Windows Update for drivers search" or something option - that what you mean?

This looks like it - found on here I think BTW.

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching]
"DontSearchWindowsUpdate"=dword:00000001
"DontPromptForWindowsUpdate"=dword:00000001

Link to comment
Share on other sites

@rustycaps: you shouldn't have to use that registry tweak to get alcohol installed correctly... it would only connect to the internet if local driver database doesn't contain any matching PnP ID's corresponding to the hardware being installed...

Link to comment
Share on other sites

[bM]Crusher - I only mentioned those regtweaks because it was mentioned in part in the initial question (yes, I know it wasn't the actual topic, but it was sort of asked as well)

The first app that installs is Alchol 120 when it installs xp finds newhardware and i guess its a new function of sp2 but the installer wants to connect to the net to install the new drivers.

I know it has nothing to do with Alcohol (I guess?), as mine comes up during Office 2003 setup asking "windows had finished installing new hardware, do you wish to reboot?", so it just solves a minor inconvenience.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...