
MtK
MemberContent Type
Profiles
Forums
Events
Everything posted by MtK
-
@Alanoll: By Plugins, I don't meen to install them, but to select them as Active-Plugin... can it be done as you said about the skin?
-
Hi, if it was not understood, i'm talking about the first boot the machine does (RunOnceEx) the variables are set at first commands: REG ADD %KEY%\000 /V 1 /D "SetEnv /u Install C:\Install" /f but the command that comes after that (during the same first-boot): REG ADD %KEY%\000 /V 2 /D "%%Install%%\app.exe" /f does not run, because it can't find %Install%\app.exe (which exists) (I checked after boot is done & the varable is still set OK...)
-
Hi, Tried it & it Works great!!! Can I use this to set other options, like: Default File & playlist ICON "Show winamp in: Systray..." maybe add, additional skins & plugins...
-
I already tried, to run this after defining the variable & rebooting, but still...
-
Hi, I'm using RunOnceEx to install my apps, & i'm using it with self-created variables (done with SetEnv & tested to work) I have a batch file that looks something like this: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\000 /VE /D "Testing" /f REG ADD %KEY%\001 /V 1 /D "%%Install%%\app.exe" /f The "%%" will make it look like "%" in the REGISTRY, so it executes: %Install%\App.exe during login the RunOnceEx starts normally but I recieve an error saying the application cannot be found... as said before %Install% is set, & points correctly to the needed folder... what could it be?
-
Hi, did any1 managed to install Netex unattendedly? (i seems to have no /? option)
-
Help with Unattended install of OfficeXP
MtK replied to hoopy's topic in Unattended Windows 2000/XP/2003
yes, you can create a batch file to execute the installation (or use another method - up to you) How? Exactly like you wrote, but pointing to the right locations: Name it as you wish, but the CD does not run it automaticly... You should use one of the unattended methods: (for example, in the WINNT.SIF) [GuiRunOnce] [YourBatchFolder]\[YourBatchName].cmd Location does not matter as long as you know how to locate it for calling... Finally, Yes, Burn the entire XPCD... hope it helps... -
10x I think i'll just stick to those VM Apps...
-
well, after taking IESP1 & IESTART from a friend who already have this working, the Win2k installation went successfully... I do have missing things: 1. 837272 listed on the site didn't installed (apperently my mistake taking 9X version) 2. 818043 (L2TP/IPSec NAT-T) - is not listed (needs manual download from WU), can it be integrated (where should I put it)? 3. .NET SP1 - not listed, can it be integrated (where should I put it)? beside that, every thing work just fine... now, I can move to other installations (apps & tweaks) - will report as soon as possible...
-
I only have /SILENT (no 1 or 2) you meant this one?
-
so, in that case, you could let windows unattendedly install the drivers, & after that, run the setup for Control Panel & other stuff you need...
-
@SiMoNsAyS & @big poppa pump 10x 4 attacking & deffending me at the same time... And YES, I do know how to search, & I did found the previous post about it, but still no solution found, so I popped up the question again...
-
@Astalavista: Which file do u have in the 003_Video_NVidia folder? the entire installation extracted or only the drivers (if so, which)
-
Hi, has any1 succeded installing any of those Intelli*?
-
Hi, has any1 tried using Jdeboeck's on a Win2K installation? if so, please report... if you know it shouldn't work, report as well... 10x
-
Hi, how can I prevent this (attach) from showing? I use these switches: /NOCANCEL /SILENT /NO_UI /NOREBOOT /SN=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /WRITE_SN
-
I don't know about missing Updates, cause I can't enter WindowsUpdate or IE to check... If I let XPC Download&Run by itself, what could have gone wrong?
-
Hi, can some1 reffer me to some reading about installing Win2k Unattendedly from HD? or maybe shortly explain this to me...
-
@BaTLeZone: 1. Auto-DL: which one is more updated, Auto-DL or list on site? 2. IE: the Auto-DL downloads and repacks the IE, isn't it good enough? 3. INI: youwre not using Auto-DL, it means you've created the folders & downloaded every hotfix manualy? 10x,
-
Hi, I downloaded the latest XPCREATE in order to make a Win2K CD. I changed the XPCREATE.INI (see attach) ran XPCREATE to see it downloads the hotfixes to directories that do not exist... On a second run, I tried running it without pre-downloading the hotfixes & DLAUTO=NO so it has automaticly created all the directories but nothing to be slipstreamed...(which is OK) (btw, I found some mismatch between the list on site, & actual auto-downloads) On a third run, I set back the Auto-Download, to download everything (except SP4 which is already Slipstreamed & recognized) including IE. The installation went smoothly, but I have somethings that don't work: 1. can't see the IE version, in the about window 2. can't let Windows Update check my pc 3. no WMP was installed (didn't check more than that) what have I done wrong? XPCREATE.INI
-
Help with Unattended install of OfficeXP
MtK replied to hoopy's topic in Unattended Windows 2000/XP/2003
the one you use to execute the unattended installation, would be a wild guess... -
Do you know how to use: AutoIt's FileCreateShortcut?
-
Hi, How can I change the 'Shortcut key', of an unattendedly installed program?
-
Hi, I want to be able to install my unattended CD in my company, where I obviosly have more than 1 PC... how can i define computer's names, IP's, and other stuff the are machine uniques? (all with the same CD)