Jump to content

shef Sale

Member
  • Posts

    16
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Croatia

Posts posted by shef Sale

  1. Thank you for the quick answer :)

    Yeah, that whole MSXML thing I didn't understand till now.

    I thought that these versions are like any other service packs or updates, that greater version replaces minor. :D

    Now I know the difference.

    P.S. I incorporated your recent packs (NETFXSP1, MSXML4SP2, AdobeRead602) in my unattended XPSP2 CD...that's the reason for putting this question here :D

  2. RyanVM, thanx for another all-in-one-program pack ;)

    After the clean install XPSP2 (slipstreamed) with reg tweaks, and all necessary (J2RE 1.4.5 also) I'm having some strange problems with Java chat page(s).

    If i run this in background and in "front" some other program(s), this IE+Java window after some minutes just dissappears :blink:

    No error dialog, no nothing.

    Just dissappears.

    First i thought that it was some IE stuff, installed Firefox too, but it was the same.

    Then I realised that it must be a XPSP2 - Java 1.4.5 combination, because 1.4.5 on XPSP1 worked with no problem.

    I'm hoping that 1.5.0 would solve this problem...

    Should I first uninstall 1.4.5 or just to run the repackaged 1.5.0? :D

  3. Hmmm, with version 1.04, the Start menu shortcuts are now created under "All Users", not just the user that installed it. Me like!  :thumbup

    Well it isn't the case at me :blink:

    I've d/lded 1.04 from lavasoft, and updated my setup.cmd with the following lines:

    ECHO.
    ECHO Installing Ad-Aware SE Personal 1.04
    ECHO Please wait...
    start /wait %systemdrive%\install\Apps\AdAware\aawsepers104.exe /s
    taskkill /IM Ad-Aware.exe /F
    taskkill /IM hh.exe /F

    Ad-Aware installs for the Administrator, but NOT for anyone else - All Users Star Menu&desktop have no Ad-Aware shortcuts :unsure:

    Frankly, it isn't such a problem, because it is not intended to be used by "user vulgaris", but if Release Notes say that this "bug" is fixed, I'd like to see that in the real situation too :D

  4. And I have yesterday read this topic again, posts from the last weekend, and FINALLY solved my problem with installing NETfxSP1 which didn't succeed for me after the more then several attempts in unattended installation. :D

    after adding MSXMLSP2 patch too (thanx RyanVM :) ) the symptoms were the same:

    Windows Installer popups, but it wasn't follwed by the application (NET, MSXML) popup.

    It clicks to me that I've set the renaming of Administrator account PRIOR to installing MS apps (strangely - Adobe Reader and FFDshow installs with no problem even the account was renamed).

    I changed the order and now everything works like a charm :thumbup

  5. I've installed WMP10 for testing purposes, and decided to avoid it in unattended XP installation.

    WMP9 is too good for 10 :D

    And I use it not very often - have WinAMP for MP3's and BSPlayer/WMP combination for watching DivX-es (depends if I am watching it on the PC or via TV (i've got Matrox G450 DualHead).

    For the codec packs:

    I am using FFDSHOW codec pack for about 1 year and I'm VERY satisfied with them.

    It's constantly updated, it has NO "hidden features" like ***ware :D and till now I haven't seen a movie which it doesn't play :)

  6. Add this to your registry tweaks

    ; Set the default wallpaper

    [HKEY_CURRENT_USER\Control Panel\Desktop]

    "Wallpaper"="C:\\WINDOWS\\web\\wallpaper\\Filename.jpg"

    "WallpaperStyle"="2"

    "TileWallpaper"="0"

    I have also found that sometimes you have to edit the .theme file to use the new background.  Hope this helps!!

    I have one little question :)

    I'm using this reg. tweak for Winlogon wallpaper and everything is OK, but, when i remove that wallpaper and set variable to none, the winlogon screen is on black color, instead of blue which is default color for the Windows Classic theme which I use.

    I've been searching around in Display Properties, MSFN board search, Google :D but can't find in which registry key I must set default winlogon screen color (without wallpaper).

    TIA! :)

  7. Judging on Microsoft's Windows Media 10 SDK, the switches should be like that:

    MP10Setup.exe /Q:A /C:"setup_wm.exe /DisallowSystemRestore /Q /R:N"

    ;)

    I tried the switch via VMware and it works with no problem :)

    [i have System Restore disabled, via Registry Tweak]

    Also, in my Registry Tweaks have this tweak:

    ;WMP9 Setup
    [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
    "AcceptedPrivacyStatement"=dword:00000001
    "FirstRun"=dword:00000000

    which obviously work with the WMP10 upgrade too (no FirstRun dialog was displayed). :D

  8. Did it show the progress dialog titled "dotnet framework 1.1" ?

    It works here from a batch file.

    First time (starting directly) there was 2 dialogs, yep.

    On the second time (unattended, batch file) there was just one.

    [All after the RAR uncompress dialog]

    Batch file is like in my previous post.

    One thing maybe (?).

    I use

    EncryptedAdminPassword=Yes

    option in my WINNT.SIF, and use renamnig admin account also.

    But that shouldn't (?) be problem, because Adobe Reader and ffdshow install without the problem.

    Well, for now i'm gonna do this without dotnet automatic install :D

  9. @shef Sale

    Your batch command is executing the extraction. Once that is finished. It will continue with the next line in the batch file, even though .Net still has to install.

    I'm using Autoit scripts to monitor the install with the /qb switch used in .Net archive. My script will not proceed until .Net window has closed.

    Controlling with a Batchfile? Not sure.

    Here is my Autoit exe. Put it in the some folder as setup.exe (.Net archive). And run aDotnet.exe from your batchfile. aDotnet will run setup.exe. Batch will not continue until aDotnet.exe has finished.

    Ensure your archive has this in it's comments:

    ;The comment below contains SFX script commands

    Setup=Netfx.msi /qb /norestart

    TempMode

    Silent=2

    Overwrite=1

    Good luck.  :D    P.S. it will delete ASPUSER as well in the script.

    Thank you VERY much for the effort, but I have doubious results

    First I tried starting aDotnet.exe in folder with setup.exe (=netfxsp1.exe) manually on a clean install without NET and it installed like a charm.

    Then I put it in the start.cmd (modified .NET line), installed everything from the scratch but nothing :(

    It started the script (cursor on the left upper corner), it extracted the RAR SFX (dialog with the progress), started the NET install (MS dialog), wrote "Cleaning up" on the end, and executed the start.cmd till the end, but after all .NET wasn't installed. :wacko:

    Well.. after all I can install it manually on the end. :D

  10. 8. Now you can compress it to SFX (if compressed it will be just 17.5 MB, if left uncompressed it is 56.2 MB). And set it to silently extract.

    ;The comment below contains SFX script commands

    Setup=Netfx.msi /qn /norestart 

    TempMode

    Silent=1

    Overwrite=1

    I'm sorry to say, but this method doesn't work for me :(

    1) My start.cmd looks like this:

    CLS
    @echo off
    TITLE Windows XP SP2 - Unattended Installation

    ECHO.
    ECHO Over the next few minutes you will see automated installations
    ECHO of various sofware applications, windows updates, and registry
    ECHO tweaks being implemented. The computer will restart automatically
    ECHO once the whole process has finished!

    ren "%WINDIR%\Web\Wallpaper\bliss.bmp" bliss-old.bmp
    copy /Y "%systemdrive%\install\hda1024.bmp" "%WINDIR%\Web\Wallpaper\bliss.bmp"

    ECHO.
    ECHO Removing useless shortcuts ...
    DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"
    DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"
    DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"

    ECHO.
    ECHO Renaming Administrator account ...
    renuser Administrator admin

    ECHO.
    ECHO Applying Registry Tweaks ...
    REGEDIT /S %systemdrive%\install\HDAreg_tweaks.reg


    ECHO.
    ECHO Starting installation of Applications ...

    ECHO.
    ECHO Installing Adobe Reader 6
    ECHO Please wait...
    start /wait %systemdrive%\install\Apps\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""

    ECHO.
    ECHO Installing ffdshow 2004-08-08
    ECHO Please wait...
    start /wait %systemdrive%\install\Apps\ffdshow\ffdshow-20040808.exe /S /f

    ECHO.
    ECHO Installing .NET Framework v1.1 with SP1
    ECHO Please wait...
    start /wait %systemdrive%\install\Apps\netfxsp1\netfxsp1.exe


    ECHO.
    ECHO Restarting the PC in 1 minute ...
    shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"

    ECHO.
    ECHO Deleting Temp Installation Files ...
    RD /S /Q %systemdrive%\Drivers
    RD /S /Q %systemdrive%\install

    EXIT

    2) RAR SFX's comment is like the one quoted above.

    But, after the exiting of the start.cmd NETFXSP1 is not installed :}

    If I start only that RAR SFX after the "60sec restart" it installs just fine with no problem.

    But via start.cmd it will not.

  11. Ok... is it possible to install silently .Net running the SETUP.EXE that we can find in the Windows XP CD at DOTNETFX folder?

    PS: Notice that I am trying to use the original files of Windows XP SP2 CD....

    If the setup.exe was got after extracting from the original DOTNETFX.exe (I haven't yet received my SP2 CD), then just use "/QB" for silent install.

    Otherwise, use "/s /v/qb" switch.

    Unfortunately it isnt so simple :(

    I've tried this too, but it's not so easy as it seems.

    Folder list of the DOTNETFX folder on SP2 CD is:

    BASELINE.DAT                                                1,773 2004-08-04 14:00 -a---
    DFFACT.DAT                                                    308 2004-08-04 14:00 -a---
    ACCMGR.DLL                                                143,360 2004-08-04 14:00 -a---
    CDMGR.DLL                                                 147,456 2004-08-04 14:00 -a---
    CMNRES.DLL                                                 40,960 2004-08-04 14:00 -a---
    DEFHELP.DLL                                               122,880 2004-08-04 14:00 -a---
    DEPMGR.DLL                                                192,512 2004-08-04 14:00 -a---
    DFCHGFLD.DLL                                              163,840 2004-08-04 14:00 -a---
    DFDEPUI.DLL                                               233,472 2004-08-04 14:00 -a---
    DFFACT.DLL                                                135,168 2004-08-04 14:00 -a---
    DISKMGR.DLL                                               143,360 2004-08-04 14:00 -a---
    GENCOMP.DLL                                               335,872 2004-08-04 14:00 -a---
    HTMLLITE.DLL                                              131,072 2004-08-04 14:00 -a---
    MSVCP70.DLL                                               487,424 2004-08-04 14:00 -a---
    MSVCR70.DLL                                               344,064 2004-08-04 14:00 -a---
    SETLOG.DLL                                                139,264 2004-08-04 14:00 -a---
    SETUPDB.DLL                                               155,648 2004-08-04 14:00 -a---
    SITSETUP.DLL                                              647,168 2004-08-04 14:00 -a---
    SUITE.DLL                                                  36,864 2004-08-04 14:00 -a---
    SVRGRMGR.DLL                                              200,704 2004-08-04 14:00 -a---
    TEMPLMGR.DLL                                              339,968 2004-08-04 14:00 -a---
    UIMGR.DLL                                                 274,432 2004-08-04 14:00 -a---
    VALIDATE.DLL                                              135,168 2004-08-04 14:00 -a---
    XPSPREQS.DLL                                              200,704 2004-08-04 14:00 -a---
    XPSPSCEN.DLL                                              286,720 2004-08-04 14:00 -a---
    XPSPUI.DLL                                                774,144 2004-08-04 14:00 -a---
    DELTEMP.EXE                                                36,864 2004-08-04 14:00 -a---
    DOTNETFX.EXE                                           24,265,736 2004-08-04 14:00 -a---
    NDPSP.EXE                                              10,694,464 2004-08-04 14:00 -a---
    REBOOTST.EXE                                              118,784 2004-08-04 14:00 -a---
    SETUP.EXE                                                 129,720 2004-08-04 14:00 -a---
    silent.ini                                                  4,351 2004-08-31 23:37 -a---
    VS_SETUP.PDI                                                  321 2004-08-04 14:00 -a---
    SETUP.SDB                                                  10,274 2004-08-04 14:00 -a---
    EULA.TXT                                                   23,940 2004-08-04 14:00 -a---

    So, dotnetfx is netfw 1.1, NDPSP is SP1 for 1.1, and there are a bunch of other files too :D

    It's something in some ini files (this automatically made silent.ini, or some others (like baseline.dat).

    It seems that we must play with switches and options

    -> Reboot=0

    -> RebootLaterOk=0

    in baseline.dat

    channging value for "post reboot=0" in silent.ini still reboots immediately.

×
×
  • Create New...