Jump to content

pegasus1010

Member
  • Posts

    17
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Singapore

Everything posted by pegasus1010

  1. can someone enlighten me on the command used? How shall I go about doing this?
  2. 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
  3. mine: ECHO Please wait... start /wait %systemdrive%\install\Applications\Googletoolbar\GoogleToolbarInstaller.exe /q /d
  4. 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.
  5. 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.
  6. 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
  7. 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.
  8. [Data] AutoPartition=1 or 0 [unattended] Repartition=Yes or No
  9. http://support.microsoft.com/default.aspx?...kb;en-us;319114 On a side note: Hey, we got similar flag..
  10. bottom of first post: Download Link: Linkage Last Update: 8/13 16:48 GMT....
  11. press enter I got this result: but not all applications works the same way..
  12. 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
  13. 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:
  14. 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
×
×
  • Create New...