Everything posted by pegasus1010
-
IntelliPoint 5.0 Question
can someone enlighten me on the command used? How shall I go about doing this?
-
Google Toolbar
mine was as such: ECHO Installing Adobe Acrobat Reader 6.0.1... ECHO wait... start /wait %systemdrive%\install\Applications\Acrobat\setup.exe /s /v"/qn REBOOT=Suppress" note that I am calling setup.exe & not AdbeRdr60_enu_full.exe I guess you should keep a close look here: http://www.msfn.org/board/index.php?showtopic=25385
-
Google Toolbar
mine: ECHO Please wait... start /wait %systemdrive%\install\Applications\Googletoolbar\GoogleToolbarInstaller.exe /q /d
-
cmdlines.txt, am i doin this correct?
this is fine. [COMMANDS] "useraccounts.cmd" It will run during t-12. you sure you want to run registry tweaks during that time? the "RunOnceEx.cmd" should be at the winnt.sif instead. then call the registry tweaks from there.
-
dll's
It is unlikely for the applications to work as the registry entries will be missing, not to mentioned some other files which are copied to windows directory by the applications during their installation duration.
-
A few unattended Questions.
for Alcohol, my guess is it's either on alluser profile or the % sign is giving problem. try alcoho~1.lnk if all failed. The adobe can be extracted via the method shown in this link: http://www.msfn.org/board/index.php?showtopic=24857
-
default language settings
Just did a quick run through using setupmgr to the regional settings, I choose custom region settings as shown on attached: the result on the sif: [RegionalSettings] LanguageGroup=1 SystemLocale=00000c09 UserLocale=00000c09 InputLocale=0c09:00000409 Not sure if this will work for you but you might wanna try it out.
-
Winnt.sif
[Data] AutoPartition=1 or 0 [unattended] Repartition=Yes or No
-
ERROR : rundll32.exe - Unable To Locate Component
http://support.microsoft.com/default.aspx?...kb;en-us;319114 On a side note: Hey, we got similar flag..
-
Winamp 5.0.5 MSI release
bottom of first post: Download Link: Linkage Last Update: 8/13 16:48 GMT....
-
Winamp 5.0.5 MSI release
thanks..
-
Cure: Bored of endless KBs in your Add-Remove soft
thanks..
-
App switches
-
HOWTO - TuneUp Utilities 2004
Silent batch contents: CLS @echo off ECHO. ECHO Installing TuneUp Utilities 2004... ECHO Please wait... start /wait %systemdrive%\install\Applications\Tuneup\tuneup.msi /qb ECHO. ECHO Ending Microsoft Installer... PSKILL.EXE MSIEXEC.EXE ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\Applications\Tuneup\tuneup.reg EXIT Tuneup.reg: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\TuneUp\Utilities\4.0] "InstallPath"="%systemdrive%\\Program Files\\TuneUp Utilities 2004\\" "Company"="xxx" "UserName"="xxx" "RegCode"="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" "LaunchedUpdateWizard"=dword:00000000 "RemindAgainAfter"=hex:4f,e2,d5,0e,11,aa,e2,40 [HKEY_CURRENT_USER\Software\TuneUp\Utilities\4.0\WelcomeScreen] "DisableCounter"=dword:00000001 "ws_WinStyler"=dword:00000000 "ws_UpdateWizard"=dword:00000000 "ws_DiskCleaner"=dword:00000000 "ws_IconEngineer"=dword:00000000 "ws_MemOptimizer"=dword:00000000 "ws_ProcessManager"=dword:00000000 "ws_RegistryCleaner"=dword:00000000 "ws_RegistryDefrag"=dword:00000000 "ws_RegistryEditor"=dword:00000000 "ws_RescueCenter"=dword:00000000 "ws_Shredder"=dword:00000000 "ws_StartUpManager"=dword:00000000 "ws_SystemControl"=dword:00000000 "ws_SystemInformation"=dword:00000000 "ws_SystemOptimizer"=dword:00000000 "ws_Undelete"=dword:00000000 "ws_UninstallManager"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\TuneUp\Utilities\4.0] "InstallPath"="%systemdrive%\\Program Files\\TuneUp Utilities 2004\\" "Company"="xxx" "UserName"="xxx" "RegCode"="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" "LaunchedUpdateWizard"=dword:00000000 "RemindAgainAfter"=hex:4f,e2,d5,0e,11,aa,e2,40 [HKEY_LOCAL_MACHINE\Software\TuneUp\Utilities\4.0\WelcomeScreen] "DisableCounter"=dword:00000001 "ws_WinStyler"=dword:00000000 "ws_UpdateWizard"=dword:00000000 "ws_DiskCleaner"=dword:00000000 "ws_IconEngineer"=dword:00000000 "ws_MemOptimizer"=dword:00000000 "ws_ProcessManager"=dword:00000000 "ws_RegistryCleaner"=dword:00000000 "ws_RegistryDefrag"=dword:00000000 "ws_RegistryEditor"=dword:00000000 "ws_RescueCenter"=dword:00000000 "ws_Shredder"=dword:00000000 "ws_StartUpManager"=dword:00000000 "ws_SystemControl"=dword:00000000 "ws_SystemInformation"=dword:00000000 "ws_SystemOptimizer"=dword:00000000 "ws_Undelete"=dword:00000000 "ws_UninstallManager"=dword:00000000
-
App switches
open cmd windows on installation folder & try setup.exe /? just for example open a cmd window in IBM.LOTUS.NOTES.CLIENT.DESIGN.ADMIN.V6.5 then type setup.exe /? as shown in attached shot:
-
Pop-Up Blocker May Block Windows Update
http://www.msfn.org/comments.php?shownews=9588 my solution for unattended: winnt.sif [IEPopupBlocker] AllowedSites=www.msfn.org;http://v5.windowsupdate.microsoft.com BlockPopups=Yes FilterLevel=High ShowInformationBar=Yes