larciel Posted November 23, 2004 Posted November 23, 2004 sorry to budge in, but a quick question.i use your .net 1.1 silent installer in svcpack.infi expanded your svcpack.in_ and changed the code.[Version]Signature="$Windows NT$"[SetupData]CatalogSubDir="\i386\svcpack"[ProductCatalogsToInstall]kb832414.catkb834707.catkb884020.catkb885523.catkb885626.catkb885894.catkb885932.catkb887078.catscripten.cat[SetupHotfixesToRun]netsp1.exebut apparently, it does not install at T-13 stage.. any idea what i'm doing wrong?thanks
prathapml Posted November 23, 2004 Posted November 23, 2004 any idea what i'm doing wrong?You gave the file-name wrong. And you don't need to specify I386 again, in the catalog SubDir - directly giving name of subdir is enough.The portion that needs to be changed is below:[SetupData]CatalogSubDir="svcpack"[SetupHotfixesToRun]netfxsp1.exeAnd are you sure you have the "netfxsp1.exe" file inside the svcpack, folder?
larciel Posted November 23, 2004 Author Posted November 23, 2004 well i removed 'fx' from the file name for mine, and yes that file is in the folder 'svcpack' along w/ all other cab filesso changing that catalogsubdir won't help.. right?i think i saw something about correct 'version #' at the top of .inf fileany idea?
prathapml Posted November 23, 2004 Posted November 23, 2004 so changing that catalogsubdir won't help.. right?It will help. Change that catalogsubdir, then try it out and let me know how it goes.i think i saw something about correct 'version #' at the top of .inf fileHmm.... maybe that's the reason it did not work! Below is an example of an empty svcpack.inf (which will work fine when you add catalogs/whatever).[Version]Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[SetupData]CatalogSubDir="Update"[ProductCatalogsToInstall][SetupHotfixesToRun]QCHAIN.EXE
larciel Posted November 23, 2004 Author Posted November 23, 2004 same problem. .net 1.1 is not being installed at t-13 stage.[Version]Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[SetupData]CatalogSubDir="svcpack"[ProductCatalogsToInstall]kb832414.catkb834707.catkb884020.catkb885523.catkb885626.catkb885894.catkb885932.catkb887078.catscripten.cat[SetupHotfixesToRun]netsp1.exeby the way, anyone know how to setup winnt.sif so that EN input locale is removed and KO input locale is default?[RegionalSettings] LanguageGroup=7,8,1 SystemLocale=00000412 UserLocale=00000409 InputLocale=0412:E0010412,0411:E0010411 InputLocale_DefaultUser=0412:E0010412that's the code i found out searching the forum, but it does not work. and last Q is, how to add a administrative account under certain name (eg. sysadmin and password **** ) but make the computer autologon to default 'administrator' ? (making this for remote connection)
prathapml Posted November 23, 2004 Posted November 23, 2004 There can be any number of reasons why the .NET pack is not installing....It is english and you might have non-EN-US windows.You might have the "disable rollback for MSI" regtweak, which prevents .NET install.The files might be corrupted...The file may not even have been called in the first place....In such cases, what *WE* do would be to pick-up a clean disk, and try it on that instead. And then to compare what could have made the difference.
RyanVM Posted November 23, 2004 Posted November 23, 2004 Can you guys please take the off-topic discussion to a different thread?And .NET probably isn't installing because I'm pretty sure that the Windows Installer service isn't started yet at that point during setup.
prathapml Posted November 23, 2004 Posted November 23, 2004 Can you guys please take the off-topic discussion to a different thread?Yep, off-topic posts split out to this thread. All's fine now.@larcielHave you tried with a clean XPCD yet?
RyanVM Posted November 23, 2004 Posted November 23, 2004 I still say it's because the Windows Installer service isn't started yet.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now