Jump to content

BBQmyNUTZ

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by BBQmyNUTZ

  1. Anyone else having an issue with NAV2005 asking for you to activate again if you're using a symlcrst.dll file that was activated on a previous date? I activated on the 11th, at around 10 o'clock. Did a test install about a half hour later and it worked fine. Did a run after 12am, and it asked to be activated. Kai
  2. Deleting *after* reboot is just preferrable to me, and I think I pulled an error because an installed program was still using the directory when I tried to set the delete to occur on the first boot up. This: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\030 /VE /D "Delete Work Directory" /f REG ADD %KEY%\030 /V 1 /D "%windir%\system32\cmd.exe /c rd /s /q %systemdrive%\Install" /f shutdown.exe -r -f -t 0 Worked perfectly, thanks for the explanation. You were right, I had an entra set of quotes in my original command, 2 in front of %systemdrive% would've been right. Still worked, though. ^_^ Kai
  3. Figure I may as well learn the long way around first. ^_^ Would be interested in seeing some examples though... I haven't been able to figure out how WinRar's SFX functions work yet. Kai
  4. I managed to get it to work, and came across something I don't think I've seen posted here. Feel free to correct me if I'm wrong. I set some pauses and just tried to add the username through useraccounts.cmd. Here's what I got: D:\XPDVD-KIKI\$OEM$>net localgroup Administrators "Kiki" /add System error 1317 has occurred. The specified user does not exist. Well, yah.. duh. I deleted the limited account before running it... of course it didn't exist. I thought maybe it didn't like the sequence of the letters or something, so I changed all instances of "Kiki" to "Test". Sure enough, it created the admin account just fine. So, does my computer not like my sister's name? I didn't think much of it, but I remembered that I set the "Computer Name" to "kiki" in winnt.sif, and decided to change it... just in case. Changed the names in useraccounts.cmd, and BAM!, now it's working. Coincidence, or can anyone else confirm that creating an account in this way will pull that error if the account name used is the same as the name of the computer? Kai
  5. I wasn't actually using "User" as the account name... it was just an example. The cleanup.cmd file seems to be working ok, it does what it's supposed to do... what does "embedded quotes without escaping them" mean? And how would it effect the way another cmd file works? Kai
  6. Still new to this, but I've been making considerable progress. Managed to get my first unattended install on my laptop working perfectly, so now I'm moving on to the desktop. The only thing I'm doing differently is adding more programs, and I would like to add in the WinXPTaskbar registry tweak. However, for one reason or another, the user account I defined in UserAccounts.cmd and Autologon.reg is being created as a limited account. When the programs defined in RunOnceEX start to install, they all pull lack of priviledge errors. I then have to log off the created account, into the passworded:( Here's what I've got, let me know if you see anything out of whack. Winnt.sif ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=no [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=No FileSystem=* UnattendSwitch="Yes" WaitForReboot="No" DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore [GuiUnattended] AdminPassword=************************ EncryptedAdminPassword=Yes OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [Display] ConfigureAtLogon=0 AutoConfirm=1 BitsPerPel=32 Xresolution=1280 Yresolution=1024 Vrefresh=75 [UserData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="First Last" OrgName="" ComputerName=first [TapiLocation] CountryCode=1 [RegionalSettings] LanguageGroup=13,17,3,2,5,16,4,12,15,7,8,10,11,9,6,14,1 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes cmdlines.txt [COMMANDS] "RunOnceEx.cmd" "Cleanup.cmd" "UserAccounts.cmd" RunOnceEX.cmd SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\001 /VE /D "Adobe Acrobat Reader 6.0.1" /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\Applications\ACROBAT\setup.msi /qn" /f REG ADD %KEY%\002 /VE /D "Adobe Photoshop CS" /f REG ADD %KEY%\002 /V 1 /D "%systemdrive%\Install\Applications\PHOTOSHOP\setup.exe /r /s" /f REG ADD %KEY%\003 /VE /D "ACDSee 7" /f REG ADD %KEY%\003 /V 1 /D "%systemdrive%\Install\Applications\ACDSee\setup.msi /QB PIDKEY=XXXXXX-XXXXX-XXXXXX-XXXXXXX LICENSE_MODEL=Full" /f REG ADD %KEY%\004 /VE /D "AOL Instant Messenger 5.9" /f REG ADD %KEY%\004 /V 1 /D "%systemdrive%\Install\Applications\AIM\setup.exe /s /v/qn" /f REG ADD %KEY%\005 /VE /D "Java2 Platform SE" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Applications\JAVA\setup.exe /s /v/qn" /f REG ADD %KEY%\006 /VE /D "Lexmark X1100 Drivers" /f REG ADD %KEY%\006 /V 1 /D "%systemdrive%\Install\Drivers\Printer\WIN_XP2K\ENGLISH\setup.exe" /f REG ADD %KEY%\007 /VE /D "Microsoft Office XP SP-3" /f REG ADD %KEY%\007 /V 1 /D "%systemdrive%\Install\Applications\OFFICEXP\PROPLUS.msi /qb" /f REG ADD %KEY%\008 /VE /D "Nero Burning ROM 6" /f REG ADD %KEY%\008 /V 1 /D "REGEDIT /S %systemdrive%\Install\Applications\NERO\register.reg" /f REG ADD %KEY%\008 /V 2 /D "%systemdrive%\Install\Applications\NERO\setup.exe /silent /noreboot" /f REG ADD %KEY%\009 /VE /D "Nero Burning ROM 6 Manual" /f REG ADD %KEY%\009 /V 1 /D "%systemdrive%\Install\Applications\NERO\setupm.exe /silent /noreboot" /f REG ADD %KEY%\010 /VE /D "PowerDVD 6" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Applications\POWERDVD\setup.exe -s" /f REG ADD %KEY%\011 /VE /D "Quicktime 6.5" /f REG ADD %KEY%\011 /V 1 /D "%systemdrive%\Install\Applications\QUICKTIME\QuickTimeFullInstaller.exe /verysilent /sp-" /f REG ADD %KEY%\012 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\012 /V 1 /D "%systemdrive%\Install\Applications\WMP10\setup.exe /q" /f REG ADD %KEY%\013 /VE /D "WinRAR 3.20" /f REG ADD %KEY%\013 /V 1 /D "%systemdrive%\Install\Applications\WINRAR\setup.exe /s" /f REG ADD %KEY%\014 /VE /D "3D Windows XP Screensaver" /f REG ADD %KEY%\014 /V 1 /D "%systemdrive%\Install\Applications\SCREENSAVER\3DwindowsXP.exe /q" /f REG ADD %KEY%\020 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\020 /V 1 /D "%SYSTEMDRIVE%\Install\cleanup.cmd" /f Cleanup.cmd SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\030 /VE /D "Delete Work Directory" /f REG ADD %KEY%\030 /V 1 /D "%windir%\system32\cmd.exe /c rd /s /q """%systemdrive%\Install\""" /f shutdown.exe -r -f -t 0 UserAccounts.cmd net user "User" /add net localgroup Administrators "User" /add net accounts /maxpwage:unlimited REGEDIT /S AutoLogon.reg EXIT Autologon.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="User" "AutoAdminLogon"="1" I didn't post the RegTweak.reg call, which as far as I know should go into RunOnceEx.cmd. autologon.reg, cmdlines.txt, useraccounts.cmd, and runonceex.cmd are all in the $OEM$ folder. Cleanup.cmd is in $OEM$\$1\Install\. If there's any other information I can give you to help me diagnose the malfunction, I would really appreciate it. Kai
  7. Hello. First time poster here, having a bit of trouble getting the control panel portion of this guide to work correctly. The display driver itself installs fine, but I'm probably missing something obvious when trying to get the cpanel to silently install. I'm not using any rar'ed files, just the extracted setup. Here's what I've got so far: Control Panel setup files are in this directory: \$OEM$\$1\Install\ATI\CPanel There is a setup.iss file already there, which I'm not sure if I should remove or keep or what. Cmdlines.txt file is in the \$OEM$\ folder. Here's what's in that: [COMMANDS] "RunOnceEx.cmd" RunOnceEx.cmd file is in the \$OEM$\ folder. Here's what's in that: IF EXIST %SYSTEMROOT%\system32\atiddc.dll REG ADD %KEY%\055 /VE /D "Catalyst Control Panel" /f IF EXIST %SYSTEMROOT%\system32\atiddc.dll REG ADD %KEY%\055 /V 1 /D "%SYSTEMDRIVE%\Install\ATI\CPanel\Setup.exe /K" /f That's all I have in regards to the Cpanel stuff. I didn't enter anything else in the winnt.sif file, because I didn't use the rarsfx option. Is there something here I'm missing? Kai
×
×
  • Create New...