Jump to content

Ascii2

Member
  • Posts

    539
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Ascii2

  1. Instead of using a patch to update to JVM build 3810, the full installer may be downloaded at http://download.windowsupdate.com/msdownlo...2a04af2b34d.exe (Rename to "MSJavWU.exe"). That full installer specifies that it can only update, however. To full install, the package may be extracted and run with command line switches (I forgot which) to full install. I usually install Microsoft Java Virtual Machine Build 5.00.3809 fist and use no reboot switch(/R:N), then Microsoft Java Virtual Machine Build 5.00.3810. Actually, Microsoft Java Virtual Machine Build 5.00.3810 (not older builds) is quite stable, fast (for Java), and without apparent security problems. Its problem is that it does not run newer versions of Java or older versions that specifically require the Sun Microsystems Java virtual machine.In contrast, the Sun Microsystems Java Virtual Machine had always been inferior in every respect (speed, security, stability, ability to correctly function) during the lifetime of development of the Microsoft Java Virtual Machine (if this were not so greatly the case, I wonder if Sun Microsystems would have bothered to sue Microsoft Corporation regarding Virtual Machine technology). After the settlement of the Sun Microsystems v. Microsoft Corporation lawsuit, the Sun Microsystems Java machine has unfortunately (as it is the only real developer of Java Virtual Machine product for Windows) gotten worse in quality of design. For myself, the only Java Virtual machine I use is the Microsoft Java Virtual Machine. On some client computers, I had managed to install and use both the Microsoft Java Virtual Machine and Sun Microsystems Java Virtual Machines. The Microsoft machine would run the it was capable of running, while the Sun machine would run the rest. Both machines would not function simultaneously—A most efficient configuration that supported the current Java version. I was hoping that Microsoft Java Virtual Machine update existed supporting a newer version of Java (even slightly) and was acquirable.
  2. what would be the entries to make in cmdlines.txt? I had taken note the the modification can be done around the time. Microsoft Corporation had an articleThe current time zone information is maintained at [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] in the registry. Specific time zone information may be found at [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones].
  3. So, what order does Windows setup install that fixes?
  4. I am looking for a tweak to "Show icon in taskbar when connected" I have found a thread which seems to describe a similar issue and is located (note posts #2 and #4): http://www.msfn.org/board/REQ-Show-icon-notifica-t91064.htmlThe thread seems to give a solution for existing Network adapters, but not (from what I can tell) for any future added adapters. I want "Show icon in taskbar when connected" to be check as a default behavior; that is, all current and future adapters should have "Show icon in taskbar when connected" check and display an icon in the system tray. How can this be done?
  5. Windows XP Professional seems to support two values for the [Fax] heading in the WINNT.SIF answer file that seem to have the same function: SuppressConfigurationWizard SkipConfigWizardDeviceSettingsBoth items may take of the following values: True Skips service setting pages of the Configuration Wizard when the end user runs Fax for the first time. False Displays service setting pages of the Configuration Wizard when the end user runs Fax for the first time.Do both items really have the same function?
  6. It may be a defect in the design of Windows setup in the handling of items in the answer file (it would not be the only one). Try adjusting the Time Zone at execution of CMDLINES.TXT or SetupParams.
  7. I have examined MSFN.org guides and threads for the use of RunOneEx for installations on Windows 2000/XP at first logon. EDIT: Two of the guides may be found http://unattended.msfn.org/unattended.xp/view/web/31/ and http://gosh.msfn.org/using_runonceex.htm . The RunOnceEx commands run in alphabetical order of its nested keys. Simply adding items to RunOnceEx (as the guides describe) may not yield a desirable installation. RunOnceEx may already contain entries, and adding new entries without checking for existing entries may result in having a previously existing entry overwritten, or installations failing due to an incompatibility with the order items are installed. How can items be added to RunOnceEx such that added entries run after the any preexisting RunOnceEx entries and that no entries are overwritten? I believe some check of the RunOnceEx key must occur; then, items should be added to RunOnceEx such the they occur after the pre-existing entries (or the preexisting entries could be reordered so that they occur before the newly added entries). Any comments, questions, and suggestions welcome. EDIT: What would happen at RunOnceEx runtime if RunOnceEx entries are added to the RunOnceEx key during RunOnceEx runtime? - - - - - Second (bump) post deleted - - - - - - - - - - Third post appended - - - - - This topic contains an issue that may have been encountered before (although likely for those who have prepared unattended installation of Windows 2000 family operating system). Internet Explorer 6 with Service Pack 1 installer uses RunOnceEx to finish installing Internet Explorer and is an example of a program that uses may modify RunOneEx prior to or during execution of RunOnceEx.
  8. It seems that the registration widow is placed such that it may not be on only a single monitor, for a setup with multiple monitors.
  9. I had tried the shortcut.exe utility some time ago. I opted not to use it because it generated invalid shortcuts (Windows often corrected the shortcut problems on run, however).If you want a utility to generated shortcuts, I would recommend XXMKLINK ( http://www.xxcopy.com/xxcopy38.htm ). It uses double a "%" charcter on each side of an evironmental variable to include the variable in the shortcut (example %%SystemDrive%% or %%SystemRoot%%).
  10. By the way Nois3, does the short file name requirement also apply to SVCPACK.INF and SVCPACK directory? When the /integrate switch is used with updates to integrate the updates to the installation source, hotfixes tend to be renamed. Most patch installers tend to be renamed to short file names, others (like "IE5.01sp4-KB916281-Windows2000sp4-x86-ENU.exe", "IE6.0sp1-KB905495-Windows2000-x86-ENU.exe", and "IE6.0sp1-KB918439-Windows-2000-XP-x86-ENU.exe") tend to be given much longer file names, and update rollups are given long file names including spaces. After installation it seems that the update rollups install fine with the long file names with spaces, while the patches with much longer file names (like those beginning "IE") do not appear installed (although this does not mean that they truly are not installed).
  11. Quite a high price. Where did you find the price information?
  12. I have tried using short filenames, and the installations except for DirectX performed as they should.I managed to get the DirectX install to invoke and install. The problem seemed to be that Windows setup was really unable to find the path to it. To test my unattended source as run via a CD, I used a virtual machine for which an ISO image file containing the Windows installation source was used to install Windows. While testing CMDLINES.TXT, I had created a restore point before execution of CMDLINES.TXT and would revert to it to test new changes. To inject new changes, I stopped the virtual machine, modified the ISO of the installation source and continued the virtual machine at the point before execution of CMDLINES.TXT. This seemed to work well for changes that were made to the batch file invoking different actions and installations. One time, I had changed the directory name on the ISO for the DirectX installation directory, both in the batch file and the directory itself (I had forgotten about this). After the change, and running the virtual machine Windows 2000 setup was unable to find the path to the DirectX installation directory. This seems to imply that Windows setup indexes the contents of the installation source and uses it during the CMDLINES.TXT execution (perhaps the scope is the entire GUI Windows setup), and does not check for the path on the actual installation source at runtime. After, starting the virtual machine from the beginning, the problem did do occur. Thank you Nois3. The long file names seems to have been the main problem.
  13. A CD-R is being used. The file system of the Windows installation disc is a CDFS file system (the same used on Windows installation CDs from Microsoft). The CDFS file system does not differenciate cases (every file on CD appears uppercase). The problem may be due to using paths and filenames not compatible with the CDFS file system used by Microsoft Corporation (which I do not know the limitations; mabye it does not like hypens in the file names or directory names with multiple underscores).
  14. I have added the feature request to the MSFN Feature Request thread at http://www.msfn.org/board/Universal-Extrac...tu-t124535.html .
  15. nitro322, in post #9 from thread http://www.msfn.org/board/Halt-Extract-t121770.html , you recommended I post a feature request to remind you to investigate a workaround to extract encrypted Inno Setup installers. I believe you had referred to the following thread as having a workaround method: http://forum.exetools.com/showthread.php?t=9137
  16. I have prepared a batch file (.CMD file) to run at time of execution by CMDLINES.TXT (CMDLINES.TXT calls the batch file) during Windows 2000 Professional with Service Pack 4 setup. The batch file is located within a "Unattended" directory at the root of the installation source. The problem is that many of the lines to be executed in the batch file are not running applications. When running of the applications fails, a message is returned, either "The system cannot find the path specified." or "'[Executable]' is not recognized as an internal or external command, operable program or batch file.". This seems odd; some things run fine others do not run at all when no error exists in the path to the .EXE files (I test ran the test batch file in Windows 2000, logged in as Administrator and had no problem). I quote some of my test batch file below (including all parts with problem, bolding for emphasis): The commands that are failing to work have been bolded in the quoted text; everything else seems to work correctly. What is wrong? How may the problem be fixed? The Windows 2000 installation is being performed from a disc, and the directory structure is the following:
  17. The most recent released version of Microsoft Corporation's Microsoft Java Virtual Machine seemed to be build 5.00.3812. The main Java webpage at the Microsoft Corporation website ( http://www.microsoft.com/mscorp/java/default.mspx ) specifies a build number 3812. The build number 3812 is greater than 3810, which seemed to be the most recent released version of Microsoft Java Virtual Machine. Does the build 3812 of Microsoft Java Virtual Machine exist? Is or was build 3812 of Microsoft Java Virtual Machine publicly available? Where may build 3812 of Microsoft Java Virtual Machine be acquired?
  18. Other than replacing a file completely (which is not desireable for boot.ini), I am uncertain about methods to edit a text file other than via a GUI.How can it be done via CMD file? Here: http://www.msfn.org/board/Hand-BOOTINI-t66101.html http://www.msfn.org/board/Hand-BOOTINI-t66101.html&st=15 NIRCMD is great, but remember: "jaclaz Thanks, jaclaz.I note the posts in the referenced threads.
  19. I have attempted to create an unattended installation (with exception for partitioning) for Windows 2000 Professional with Service Pack 4. It failed. The GUI part of the install was unattended as expected for a prompt to select a workgroup or domain. According to Page 42 of Microsoft® Windows® 2000 Guide to Unattended Setup (attached to this post): Given that, I had created an answer file without the [identification] section in the WINNT.SIF file to have setup automatically assign a value for a workgroup. It seems to not have worked. What went wrong? What should be done to fix the problem? The following is the contents of my WINNT.SIF answer file: ; Windows 2000 Professional with Service Pack 4 [Data] MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=DefaultHide OemSkipEula=Yes OemPreinstall=Yes TargetPath=* [GuiUnattended] AdminPassword=* AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=020 OemSkipWelcome=1 [UserData] FullName=" " ComputerName=* [RegionalSettings] LanguageGroup=13,17,3,2,5,16,4,12,15,7,8,10,11,9,6,14,1 [Networking] InstallDefaultComponents=Yes ;[GuiRunOnce] [Components] chat=On iisdbg=On indexsrv_system=Off unattend.zip
  20. Thank you OuTmAn. Your suggestion performed as expected; boot.ini was correctly modified. I have added NirCMD to my utilities set.
  21. Other than replacing a file completely (which is not desireable for boot.ini), I am uncertain about methods to edit a text file other than via a GUI.How can it be done via CMD file?
  22. I want to set the timeout value that exists in boot.ini of Windows 2000 System Drives to 2. I want to modify the BOOT.INI timeout value without using the Windows Graphical User Interface (GUI) for the purpose (as necessary during an unattended Windows install). I am aware of the existence of the bootcfg.exe utility; however, the bootcfg.exe utility does not work on Windows 2000. Attempting to use bootcfg.exe on a Windows 2000 family operating system yields the following error: If a patched utility with the OS check removed exists, please make it known.How can the BOOT.INI file be modified without using a GUI?
  23. I was wanting to apply updates to system applications and components that require a reboot after the application installations prior to first logon.Normally with attended installations of components or applications of DirectX 9.0c, Internet Explorer 6 SP1, and Microsoft Java Virtual Machine complete, a reboot is required by the setup.
  24. I have noticed that the order listed in svcpack.inf is usually the reverse order in which the updates were integrated. Generally, it does not matter to each update in which order they are installed. Upon inspection of the batch file used to integrate and create the contents of the above posted SVCPACK.INF file, the order did seem to be in reverse order of integration with a single exception: the KB32004 patch ("Windows2000-KB832004-x86-ENU.EXE"). After querying the update patch for its command line parameters, I noticed that the patch does not support the "/integrate" argument (all other usual parameters are supported). Apparently, the KB32004 patch does not integrate. Not at allI have noticed that Microsoft Knowledge Base article that refer to editing manually SVCPACK.INF to use the 8.3 format; however, Microsoft Corporation does not seem to state why should it be done. It is also odd that many newer patches (within the past four years) integrated into an installation source do not adhere to the 8.3 naming format, while most do. The guide provides links to two repackaged, silent, switchless, installers. Someone created those packages.I had downloaded the Windows Media Player 9 setup from the guide page and ran it on my Desktop. The file ran the attended Windows Media Player 9 setup. The file was also invokable using the normal Windows Media Player 9 setup switches. The installer did not appear to be silent nor switchless.
  25. Looping is also what I though would happen. I thought that it may be that an exception for such a thing may have been built-in.
×
×
  • Create New...