Content Type
Profiles
Forums
Events
Everything posted by MHz
-
@Mazin @echo off cmdow @ /hid del "%userprofile%\start menu\programs\Internet Explorer.lnk" del "%userprofile%\start menu\programs\Outlook Express.lnk" move "%userprofile%\start menu\programs\Remote Assistance.lnk" "%allusersprofile%\start menu\programs\Accessories\Communications\Remote Assistance.lnk" attrib -r "%allusersprofile%\start menu\programs\startup\xxxx.cmd" del "%allusersprofile%\start menu\programs\startup\xxxx.cmd" xxxx.cmd in startup directory. This is I have working now, full address seems neccesary. Like your idea. Thanks. @GreenMachine I'll certainly look into that approach. Stopping shortcuts being created first would be a benefit indeed. Thanks.
-
@RyanVM Thanks, I was pulling my hair out, to find the reason. Solid does take off that 5Mbs. Thanks again. P.S. All credit to you for this concept.
-
Correction 56.1 before compression.
-
Yes, only them. Strange. Are you using winrar? 51.1 before compression. 17.5 after.
-
Yes, switch that off. Yes Uses the classic Windows Start menu and displays icons for My Computer and My Documents on the desktop. No Uses the default Windows XP start menu. You found your fault. Cheers.
-
How To: 95 and 98 Setup Answer File
MHz replied to Randy Rhoads's topic in Unattended Windows 2000/XP/2003
Only need to add info that you want. Your name and stuff, can be added during install. I have a ME disk that does that. Saves me typing the key when I install it. Feels like torture typing serial keys. -
Just compressed again, got 17.5 again at best settings? Using winrar 3.3.
-
It works fine from cmdlines, don't know about svcpack....... Also, I agree about the temp extraction being a bit quirky - I get it to extract to "%systemdrive%\install\dotnet\" because anyway I have a command at the end of my batch-files to delete the "%systemdrive%\install\" directory. "Tempmode" works fine with winrar. Have tested it. Tempmode is different to %temp% in the path editfield. Your choice of method should be as good.
-
@echo off if not exist sp1.exe goto end if not exist dotnetfx.exe goto end dotnetfx.exe /c /t:c:\a sp1.exe /Xp:c:\ ren S867460.msp sp1.msp msiexec /a c:\a\netfx.msi TARGETDIR="c:\b" msiexec /p sp1.msp /a c:\b\netfx.msi :end exit Put the above into a batch file and save it in c drive . rename dotnet 1.1 ? to dotnetfx.exe . rename NDP1.1sp1-KB867460-X86.exe to sp1.exe . with all files in c drive . execute the batch file . files contained in b folder need to be SFX with winrar . Should make it easier.
-
Unattended SP2 instalation without firewall
MHz replied to SoerenDahl's topic in Unattended Windows 2000/XP/2003
Microsoft has a kit that makes an inf file for configuring the firewall. Can apparently have it disabled too. -
@canuckerfan That's right, put it in Dotnetfx and call it setup.exe Can use runonceex to run it from if wish.
-
1. First download the .NET framework v1.1 re-distributable package, and run "dotnetfx.exe" with the "/C" switch (to extract contents). 2. Then download the .NET fw v1.1 SP1 update, and run "NDP1.1sp1-KB867460-X86.exe" with the /XP" switch (to extract contents). 3. A dialog box asking you where to save the MSP (update patch) comes up, choose where you want to save it (size 18,760 KB). 4. Rename that MSP to SP1.MSP, and place the extracted contents of dotnetfx.exe (.NET framework installer) in the same directory. 5. Clean the directory so sp1.msp, data1.cab, and netfx.msi are the only files (3 files) in the directory. 6. Run the following commands (from a command prompt): CODE msiexec /a netfx.msi TARGETDIR="c:\netfx1" msiexec /p sp1.msp /a c:\netfx\netfx.msi 7. Your c:\netfx directory should have 3 items in it after this operation: 2 directories - Program Files & Win, and netfx.msi. 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 With WinRAR: Choose SFX with best compression. Copy the above into the comment window. (last tab) Then ok to create a 17.5 Mb SFX. Contents (already patched with sp1.msp): netfx.msi \Program Files \Win Think I got it all?
-
netfx1.cab
-
@canuckerfan Sorry. Type msiexec /a netfx.msi TARGETDIR="C:\netfx"
-
@canuckerfan Type msiexec /a netfx.msi @evilvoice Tested SFX rar with Windows install using tempmode. No problems.
-
Slip up with naming? Thanks Jeronimo
-
Comment tab in winrar should look like this. ;The comment below contains SFX script commands Setup=netfx.msi /qn TempMode Silent=1 Overwrite=1
-
add switches into setup = netfx.msi /qn in winrar. guessed them switches. Where is that cab file?
-
Winrar has a temp option. so it extract to your temp dir, executes your setup, then deletes the temp file that it created, when install has completed. Makes it clean then.
-
5. Clean the directory so sp1.msp, data1.cab, and netfx.msi are the only files (3 files) in the directory. Where is this data1.cab ? I can not locate it.
-
Yes, You may not need savepath, that just writes to registry. path could also be maybe %temp% ?
-
Your SFX should have something like this in its instructions, in the archive. Silent=1 Overwrite=2 All you should have to do, is run it from your batch file with no switches. As they are set in the SFX.
-
That is the option selected inside winrar itself, when you made the archive.
-
Cannot get past text-mode setup stage
MHz replied to ZiKi's topic in Unattended Windows 2000/XP/2003
Try setting CDRom as boot device 1 in bios. And harddrive disabled. Then put harddrive as a boot device, once installed. Some systems require this procedure. If it helps. -
Are you using a modified uxtheme.dll, by any chance? I have a similar problem.