Content Type
Profiles
Forums
Events
Everything posted by Geej
-
If u use autoit, there is @ComputerName marco to get computer name. To launch .msi file, use shellexecute Below very brief autoit code: ;Where Full path for C:\COMPAQ\Acrobat_Reader\Adobe Reader 7.0.msi msgbox (0,"This Computer name",@ComputerName) $WD=@HomeDrive&"\COMPAQ\Acrobat_Reader"; Working dir Shellexecute ("Adobe Reader 7.0.msi","",$WD,"Open") Hope something along this line may helps...
-
How does CMDLINES.TXT works in HFSLIP?
Geej replied to Geej's topic in Unattended Windows 2000/XP/2003
Tested ok with HFSLIP & nlite As the explaination for CMDLINES.TXT does not have any screenshot, I thought it might be useful to post one. And since it is mainly use for importing various registry tweaks, a more suitable batch command (I called it T12Tweak.cmd) would be for %%e in ("*.reg") do regedit.exe /S "%%e" Thanks, great forum indeed. -
How about pin your batch file to the start menu or on the Quick Launch?
-
Hi g-force I tried another 2 XP PC with your script & my script. Both yr couldn't work whereas for my scrpit : 1 m/c works but after applied, the Start menu is unable to go away immediately. Takes about 6 sec to go away by itself. The 2nd m/c works w/o issue. I don't know what causes this, so I guess "your mileage may varies". Maybe other user can feebdack their finding. Just for sharing info only. Cheers *It is not my intention to say who comes up with better script Edit: When I translate Quick to German, it means Schnellsuche. Does it means the key is "S" as in your script?
-
Could not get it to work in XP.However if I change Send("{S}") to Send("!{Q}"), it works in XP. Is your script meant for Vista?
-
How does CMDLINES.TXT works in HFSLIP?
Geej replied to Geej's topic in Unattended Windows 2000/XP/2003
Thanks for the info. I got confused when I recently test with nlite and I saw nlite create this $oem$ folder. Will create manually to test in hfslip. -
multiple silent installers in one convenient package
Geej replied to cmonkedo's topic in Application Installs
It is possible to chain install many programs. Example : 6-in-One-Desktop Utilities addon or Kel's CPL Vista Pack v3.2 -
I'm aware there is an explanation for CMDLINES.TXT here. But how does it works in HFSLIP as it seems the explanation is written for nlite. Specifically, which folder should be use in HFSLIP context or when refer to $OEM$ directory?
-
how can i uncheck the two items unattended ? while leaving pinned menu enabled 1) first uncheck these 2 items on your host PC (Right-Click on "Start" button, select 'Properties", select "Customize...", uncheck "Internet" & "E-mail", then ok) 2) Logout (Essential step as it will then save your setting to registry) 3) Login using same user again, then save these 3 registry keys for your unattended tweaks: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage] "FavoritesResolve" "Favorites" "FavoritesChanges"
-
Edit explorer.exe for "My Computer" & mydocs.dll for "My Documents"
-
With HFSlip, making an installation CD with latest hotfix, reg tweak , 3rd party applications & replacing your resource file especially system files are pretty easy.
-
U can try IcoFX tool to create the required iconset once you set your eye on your desired image (e.g in png,ico). Then use resource hacker or Restorator to change e.g explorer.exe resource. U need to learn how to use tools like IcoFx or resource hacker or Restorator though.
-
Update from 1.9 Beta (build 15380) to 2.0 Beta (Build 16222) The following are updated: 1) Remove 7zsfx. Use cmd script for RunOnceEx entry. 2) utorrentSelfUpdate.exe: Update settings.dat within App_uTorrent folder 3) utorrentSilentScript.exe: Uninstaller entry now at HKLM (formerly at HKCU) So Add/Remove icon is now only default Green. No more Blue icon.
-
Updated to v4.2.0 Add 2 more plugins to support OpenOffice excel & word file-type. (Does not requires OpenOffice to be installed to view the text portion of these files)
-
Alternatively, if you just want to disable IE8 welcome prompt, possibly take a look here
-
How to replace shell32.dll during WinXP setup?
Geej replied to alirezaaa's topic in Unattended Windows 2000/XP/2003
I think u are asking how to intergrate your own shell32.dll into XP. I don't know about nlite as I use HFSLIP. But I think this method should work. U need .ini and your shell32.dl_ file. Just cab it. I host a sample file for you to test. (which includes dummy shell32.dl_ & .ini file ) Replace with your actual shell32.dl_ and re-cab back. Pls test on VM to be sure. (I don't know if it works in other OS languages but I'm using XP English. It works for me)Be sure to use a higher version shell32.dll than the source shell32.dl_ http://www.esnips.com/doc/ea005889-fe30-43.../Replaceshell32 Replaceshell32.cab Size: 513 byte MD5: E2BEE3E80E57AEA78F801D2E9D241E53 Will host for 7 days for u to dl. -
spinjector, may i suggest u consider using a later version of HFSLIP, ie. maybe hfslip-1.7.9_beta_m.cmd If I remember correctly, hfslip-1.7.8 has some killbit issue that was later addressed in later version. (or I'm wrong?) To know what registry KB973346 added, I extracted it's inf. U can take a look w/o using regshot. Look under [Product.Add.Reg] section of the inf. update_SP3QFE.inf Also using hfslip-1.7.9_beta_m.cmd to slipstream, I enclosed my own HFSLIP.LOG (obliviously it won't be the same for every user) in one of my test build. So far, I did not get the WU prompt for KB973346. (I did not check against the stickied section, so might have possibe obsolete item here and there in HF folder. But generally okay) HFSLIP has many folders, as you get more familiar with it, make full use of it For this log, it is done with IE8, WMP11,SP3,Dotnet2Framework at T13, Dotnet 3 & 3.5Framework via RunonceEx via autoit folder, JRE plus many registry tweaks u can think of! And some applications etc Just to give an idea how far HFSLIP can stretch ... HFSLIP.zip
-
What is the exact silent switch for Adobe Shockwave Player 11.5 ?
Geej replied to alirezaaa's topic in Application Installs
Have u try autoit? I think it can uncheck this checkbox but not hide this window. -
Ah... i didn't know that... Looks like my script is of not much use now except additional %free detail. Nevertheless, it is a good coding exercise for me. (as I'm learning autoit)
-
This pic got me laughing when I received it in my mail. (Drunkfinalist.png) Drunkfinalist.zip (4.9MB)
-
This is an alternate version that only shows the info in msgbox. ShowDriveSpace2SI.exe Size: 341.17 Kb (349,361 bytes) MD5: BEC50850BBD457F27C6F8C821EB65CFD
-
Here is Regshot 2.0.1.66 Unicode silent unattended installer. http://www.msfn.org/board/index.php?showto...t=0#entry799782
-
need help with adding reg entry to HIVESFT.INF
Geej replied to JayDogg's topic in Windows Tips 'n' Tweaks
U can apply this tweak at T13 using .reg method (I mean like regedit /s method or equivalent)? -
U can give a try this pack.
-
How to find list of updates for perticular operating system
Geej replied to girish1026's topic in Windows XP
Apart from cluberti's link, you can also try checking against the list in softwarepatch.com. Also base on -x- list, you can google search 1 by 1 on it's Kb number. Usually it will list a release date. eg. KB950974 is release on 8/11/2008