Content Type
Profiles
Forums
Events
Everything posted by Yzöwl
-
Problem with some Cmd.exe command
Yzöwl replied to Prober's topic in Unattended Windows 2000/XP/2003
Try replacing with the following My Install.cmd @Echo off Title Installing Software Program Cls Pushd %~dp0 Echo:Adding Variable Environment Regedit /s Variable_Environment.reg Echo: Echo:Enabling Windows Media Player 11 Video Overlay Regedit /s Enable_video_overlay.reg Echo: Echo:Installing 7-Zip 4.57 Start "7-Zip" /wait 7z457.exe /S Regedit /s 7-zip_open.reg Copy 7z.dll "%ProgramFiles%\7-zip" PopdIt uses the syntax I've already provided you with earlier in this thread. -
Problem with some Cmd.exe command
Yzöwl replied to Prober's topic in Unattended Windows 2000/XP/2003
As well as using the pushd command, also bear in ming that you tell us that your calling another script when in actual fact you would use the call command to call it and you are not. If that is the entire content of the Runinstall.cmd you'd be fine, but I'm guessing that it's not. Also what are all the @ symbols used for?. Examples FOR %%? IN (C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO ( IF EXIST %%?:\Install.cmd CALL %%?:\Install.cmd) @echo off pushd %~dp0 echo:INSTALLING:- echo:7-Zip 4.57 Start "7-Zip" /wait 7z457.exe /S Regedit /s 7-zip_open.reg Copy 7z.dll "%ProgramFiles%\7-zip" popd -
I'm not suggesting that you're picking a fight, you have however deliberately changed the meaning of what was said in order to begin a debate. The only fight now lies with getting you to answer any of our questions or substantiate any of your comments. It appears to me that you cannot do so and will therefore 'leave the issue there' As a responsible and well known international forum, if we are breaking any laws, which you've suggested we have, then please tell us what they are, we'll take a look and make any required ammendments to our system of work.
-
@ PsiMoon314 I'm sorry, but I fail to see where you're going with your side of this discussion. You Started a topic whereby you've changed the terms used `belongs to` meaning, in the context it was taken, `to be part of/a member of something larger` and made it appear to mean `being an owner, possessing or having a legal right to possession of something` for your own purpose. Could you please explain exactly what you feel this forum has no rights to do with the posts of its members and try to give reasons for them. Thank you.
-
Just as a side note, my post stated "The post does not belong to you, it belongs to the MSFN administration and community" and as shown above is correct. If you look at the reason for my response in context you will see that it is given because the post originator due to not liking actions taken against them decided that the post should now be deleted. Although they have some semblence of ownership of the post content, they do not have control over topic deletion. There are official methods for requesting these things and had they used one of those methods without being rude I'd have done so without question.
-
You may wish to study these keys too [HKEY_CURRENT_USER\Keyboard Layout\Preload] "1"="00020409" [HKEY_CURRENT_USER\Keyboard Layout\Substitutes] "00000409"="00020409"
-
This may or may not be of some use. Windows Registry Editor Version 5.00 ; Adds United States-International Keyboard Layout [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\00020409] "Layout File"="KBDUSX.DLL" "Layout Id"="0001" "Layout Text"="United States-International" "Layout Display Name"="@%SystemRoot%\\system32\\input.dll,-5026"
-
MUST READ: Frequently Asked Problems with Their Solutions
Yzöwl replied to Vishal Gupta's topic in Windows XP
I agree with gosh, this thread serves very little purpose as a pinned topic within this community. It contains commonly listed problems with commonly given solutions. Common, being the operative word here, means that you can easily find a common response to a common problem using your chosen search engine within this forum or otherwise. It will also be as quick if not quicker than browsing to our wonderful forums then searching within a specific topic, pinned or otherwise hoping that your particular problem lies within. Using a search engine would also give you more that one solution to try too, which as we know 'there's more than one way to skin a cat'! -
I'm going to ask the inevitable question before anyone else does. Why are you using the remote registry service, regsvc32, with your dll files? The usual method for registering dlls uses regsvr32. At first I thought it was just a slip, but then I noticed you'd used the same command here too!
-
You are going to have to supply us with a little more information if you want us to help you better. What screen appears, what does it say, when does it appear, what theme did you put into your installation, how did you invoke it etc. and how did you create your unattended installation.
-
This should do it! reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\UnreadMail /v MessageExpiryDays /t REG_DWORD /d 0 /f>nul
-
[quote name='roamata' post='726449' date='Jan 5 2008, 06:11 PM']Does anyone know where can I find some sample regtweaks. reg files, so I can just copy the tweaks that are interesting for me?[/quote][url="http://www.msfn.org/board/index.php?s=&showtopic=85466&view=findpost&p=578621"]Try here![/url]
-
How to insert programs in windows xp installation cd?
Yzöwl replied to Sbd Guy's topic in Unattended Windows 2000/XP/2003
Before you click the link, please show us a little courtesy and spend a month or so reading up on the appropriate boards and the unattended guide before you ask these sorts of question. the link -
Finding files
Yzöwl replied to bbbngowc's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
One idea I have is to use the scheduler to create a new marker file then run a script then delete the marker. I don't know if a file being part copied at the wrong time could create a problem, so I'd need verification of exactly what your requirements are, files created after or files modified after for instance. Until I know more the best I can do is suggest you familiarize yourself with robocopy. -
GreenMachine's Complete SVCPACK.INF
Yzöwl replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
I tried this method, the day after this topic was posted with just a couple of changes. The main one being swapping net2 and net3 for net3.5. [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\I386\SVCPACK" [SetupHotfixesToRun] ; ---------- SVC-WIN Files ---------- "WindowsInstaller-KB893803-v2-x86.exe /Q /U /O /N /Z /ER" ; ---------- SVC-D1F Files ---------- "DOTNET11.EXE /Q:A /C:""INSTALL /Q""" ; ---------- SVC-D1U Files ---------- "NDP1.1sp1-KB867460-X86.exe /QN" "NDP1.1sp1-KB928366-X86.exe /QN" ; ---------- SVC-XMU Files ---------- "msxml4-KB941833-enu.exe /Q" "msxml6-KB933579-enu-x86.exe /Q" ; ---------- SVC-DRM Files ---------- "WindowsRightsManagementServicesSP2-KB917275-Client-ENU-x86.exe -override 1 /I MsDrmClient.msi /q" "WindowsRightsManagementServicesSP2-KB917275-Client-ENU-x86.exe -override 1 /I RmClientBackCompat.msi /q" ; ---------- SVC-WMP Files ---------- "wmp11-windowsxp-x86-enu.exe /Q:A /R:N /c:""SETUP_WM.EXE /Q /R:N /NoPID /DisallowSystemRestore /P:#e""" ; ---------- SVC-HF1 and SVC-HF2 Files ---------- "rootsupd.exe /Q:A /R:N" "Windows-KB909520-v1.000-x86-ENU.exe /Q /U /O /N /Z /ER" "WindowsMedia11-KB929399-v2-x86-INTL.exe /Q /U /O /N /Z /ER" "WindowsMedia11-KB936782-x86-ENU.exe /Q /U /O /N /Z /ER" "WindowsMedia6-KB925398-v2-x86-ENU.exe /Q /U /O /N /Z /ER" "WindowsMedia-KB911564-x86-ENU.exe /Q /U /O /N /Z /ER" "WindowsXP-KB873339-x86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WindowsXP-KB885836-x86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WindowsXP-KB886185-x86-enu.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WindowsXP-KB887472-x86-enu.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WindowsXP-KB888302-x86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WindowsXP-KB890859-x86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WindowsXP-KB891781-x86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "windowsxp-kb892130-enu-x86.exe /Q /U /O /N /Z /ER" "WindowsXP-KB893756-x86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WindowsXP-KB896256-v4-x86-ENU.exe /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB896344-V2-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB896358-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB896423-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB896428-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB898461-X86-ENU.EXE /Q /U /O /N /Z /ER" "WINDOWSXP-KB898543-V3-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB899587-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB899591-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB900485-V2-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB900725-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB901017-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB901214-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB902400-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB904942-V2-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB905414-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB905749-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB908519-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB908531-V2-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB910437-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB911280-V2-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB911562-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB911927-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB913580-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB914388-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB914389-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB914440-V12-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB916595-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "scripten.exe /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB917537-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB917953-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB918005-V4-X86.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB918118-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB918439-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB919007-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB920213-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB920670-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB920683-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB920685-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB920872-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB921503-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB922582-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB922819-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB923191-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB923414-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB923980-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB924270-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB924667-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB925720-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB925902-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB926255-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB926436-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB927779-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB927802-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB927891-V3-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB928255-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB929123-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB930178-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB930916-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB931261-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB931784-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB932168-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB933729-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB935448-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB935839-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB935840-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB936021-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB936357-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB937894-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB938127-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB938828-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB938829-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB939373-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB941202-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB941568-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB941569-X86-ENU.EXE /Q /U /O /N /Z /ER" "WINDOWSXP-KB942615-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB942763-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB943460-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "WINDOWSXP-KB944653-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" ; ---------- SVC-HF3 and SVC-HF4 Files ---------- "WINDOWSXP-KB920342-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" ; ---------- SVC-CF1 Files ---------- "WIC_X86_ENU.EXE /Q /U /O /N /Z /ER" "WindowsMedia11-KB939683-x86-ENU.exe /Q /U /O /N /Z /ER" "WindowsXP-KB905474-ENU-x86-Standalone.exe /Q /U /O /N /Z /ER" "WINDOWSXP-KB925876-X86-ENU.EXE /Q /U /O /N /Z /ER" "xpsepsc-x86-en-us.exe /Q /U /O /N /Z /ER" ; ---------- SVC-CF2 Files ---------- "WINDOWSXP-KB923789-X86-ENU.EXE /Q:A /R:N" ; ---------- SVC-MRT Files ---------- "WINDOWS-KB890830-V1.36.EXE /Q" ; ---------- SVC-WUA Files ---------- "WindowsUpdateAgent30-x86.exe /WuForce /Quiet /NoRestart" ; ---------- SVC-D35F Files ---------- "REG.EXE DELETE HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW /f" "REG.EXE ADD HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 0 /f" "DOTNETFX35.EXE /Q /NORESTART" ; ---------- SVC-IE7 Files ---------- "IE7-WINDOWSXP-X86-ENU.EXE /NoRestart /NoBackup /UpDate-No /Quiet" ; ---------- SVC-IEU Files ---------- "IE7-WINDOWSXP-KB938127-X86-ENU.EXE /Q /U /O /N /Z /ER /B:SP2QFE" "IE7-WindowsXP-KB939653-x86-ENU.exe /Q /U /O /N /Z /ER /B:SP2QFE" "IE7-WindowsXP-KB942615-x86-ENU.exe /Q /U /O /N /Z /ER /B:SP2QFE" ; ---------- SVC-QCH Files ---------- "QCHAIN.EXE XPCCHAIN.LOG" [ProductCatalogsToInstall]The only problem I had was one or two, I cannot remember now, of the `SVC-IEU Files` still showed up as required in Windows Update. -
All the info you need is presented on the website through links provided in the opening post of this topic. Unfortunately the site is down for a while so you'd have to wait for it to come back up again for that info.If you've already got the module it has a reasonably good help file with it giving switches, options and usage examples etc.
-
Just an additional note to the above, there is no real need to either use a for loop or set a variable which isn't needed. @reg query "hkcu\control panel\international" /v slanguage|find "FRA">nul 2>&1&&start "" /wait hs62001_langfr.exeAll the above is one line! Also if you were to use program to hide the console window then you could shorten it a little too. reg query "hkcu\control panel\international" /v slanguage|find "FRA"&&start "" /wait hs62001_langfr.exeAll the above is one line again!
-
To quickly see where you went wrong, here's what your value data should have looked like: Automatic="0x00000002" or "0x2" 0r "2" Manual="0x00000003" or "0x3" 0r "3" Disabled="0x00000004" or "0x4" 0r "4"i.e. HKLM,System\CurrentControlSet\Services\ALG,Start,0x10001,4
-
The folder can be changed but only the one location can be used relative to it. In svcpack.inf you could if you wish try changing: [setupData] CatalogSubDir="\i386\SVCPACK" and in dosnet.inf you could also try changing or adding further locations to: [OptionalSrcDirs] SVCPACK ...and see what happens. Bear in mind that these paths will be relative.
-
Frequently asked questions about Ctfmon.exe
-
Bat Script Explanation
Yzöwl replied to kodyleonard's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
The script takes a file/folder as a parameter %1 e.g. C:\APath\ADir\AFilename.ext It takes this parameter and sets it as a variable set test=%1 set test=C:\APath\ADir\AFilename.ext Then it performs a rename operation using the last 13 characters of the %test% variable. ren %1 APP_PROD_ABC_%test:~13% ren C:\APath\ADir\AFilename.ext APP_PROD_ABC_AFilename.ext -
If the data is important then just pay the money for the software!