Content Type
Profiles
Forums
Events
Everything posted by BritishBulldog
-
Highlight when new programme is installed
BritishBulldog replied to BritishBulldog's topic in Windows Tips 'n' Tweaks
Thanks I did look but did not find it, maybe better luck next time... -
Highlight when new programme is installed
BritishBulldog replied to BritishBulldog's topic in Windows Tips 'n' Tweaks
If you put as much energy into answering questions properly then so many people here would not be p***ed off. Why bother answering in the first place. also do you know the rules ? obviously not read rule 11 I HAVE SEARCHED!!!!!! if i knew exactly what i was looking for then i might have got a better search result. thanks for your help anyone got any constructive answers to this? -
Is there a way to get rid of the yellow highlight when a new programme is installed and not started. I dont like starting everything that is installed just to get rid of it, sometimes it is only a readme file.
-
Winamp Pro 5.0.6 is Out! last one
BritishBulldog replied to Astalavista's topic in Application Installs
I have made a vbs script to install Winamp 5.0.6 it is attached so if anyone wants to use it go ahead. If you want to pick components then it needs to be changed. this part is when the Choose Components screen comes up WshShell.SendKeys ("{TAB}") WScript.Sleep(1000) WshShell.SendKeys ("{DOWN}") ' choose components WScript.Sleep(1000) WshShell.SendKeys (" ") WScript.Sleep(1000) ' add here any more sendkeys that you want to choose the components to install The first {TAB} takes you into the window to choose components. It then goes {DOWN} onto the Winamp Agent and {SPACE} unchecks it. It is here that you need to add WScript.SendKeys to choose what you want. So if you want to go to 'User Interface Extensions ' you have to add the {DOWN} 3 times and to open it up once {RIGHT}. The code would then look like this... WshShell.SendKeys ("{TAB}") WScript.Sleep(1000) WshShell.SendKeys ("{DOWN}") ' choose components WScript.Sleep(1000) WshShell.SendKeys (" ") WScript.Sleep(1000) WshShell.SendKeys ("{DOWN}") WScript.Sleep(1000) WshShell.SendKeys ("{DOWN}") WScript.Sleep(1000) WshShell.SendKeys ("{DOWN}") WScript.Sleep(1000) WshShell.SendKeys ("{RIGHT}") ' add here any more sendkeys that you want to choose the components to install the last few lines have been REM'ed out so if you want to use them they have to be customised as this would be a german OS. What this does is makes up a folder called Multimedia in Start/Programs if one does not exist and moves WinAmp to that. WinAmp.vbs -
WPI_2.7_Final by the Brain & Gresh
BritishBulldog replied to bishooman's topic in Windows Post-Install Wizard (WPI)
You already have it and are using it, well WPI is. WPI only passes on information to the registry to be installed. -
Hi Lost Sole I got your PM and have replied. I dont think there is anything wrong with the code What it probably is is the sizes of your pictures. XPlode does not stretch the pictures so you have to optimise your pictures. If i remember correctly mine is using 480*640. I have done this because i install on multiple computers and the graphic card is not always found. I have made the head.png 639x33 main.png 639x425 foot.png 639x25 these may be odd sizes but it works.
-
WPI_2.7_Final by the Brain & Gresh
BritishBulldog replied to bishooman's topic in Windows Post-Install Wizard (WPI)
I dont think that has anything to do with WPI. Wpi is only there for the selection not the installing. That is done through RunOnceEx in the registry -
WPI_2.7_Final by the Brain & Gresh
BritishBulldog replied to bishooman's topic in Windows Post-Install Wizard (WPI)
I was thinking of the same thing This program rocks.... -
I have a dumb question.
BritishBulldog replied to Daddyjaxx's topic in Unattended Windows 2000/XP/2003
The simple answer is 'YES' that is the reason, no fancy programming will help you need to put the cleanup.cmd in the $OEM$ folder directly and call it up from there. How do you call it up now? through RunOnceEx? if so you need to call it up directly from the cd. for example like this but not in the install directory, it wont delete itself and will stop. %CDROM%\$OEM$\cleanup.cmd -
can people spot where im going wrong
BritishBulldog replied to robbie2's topic in Unattended Windows 2000/XP/2003
i had that too with the blue screens, the only way i got rid of it was to recopy the Windows XP CD again. Make sure you save your winnt.sif and other files you have set up. Copy the CD to a new directory and then add a new $OEM$ etc (ie new directories) -
WPI is a the best I have found to select software. Even got it set up at work through the network. Godd work guys
-
importing favourites
BritishBulldog replied to lieblingsbesuch's topic in Unattended Windows 2000/XP/2003
lol...hey, i can't understand german nor can i the winnt.sif way is ok if you want to type in hundreds of entries otherwise i would just use a good old copy to allusers location. -
importing favourites
BritishBulldog replied to lieblingsbesuch's topic in Unattended Windows 2000/XP/2003
@FavouriteVisitor depends where you are copying from? Do you mean from an unattended CD to the 'Favoriten' folder in C:\Dokumente und Einstellungen\user\Favoriten? MCT's example is just copying from one folder to another. -
WPI_2.7_Final by the Brain & Gresh
BritishBulldog replied to bishooman's topic in Windows Post-Install Wizard (WPI)
have you tried installing java again? sounds like something with that one system is wrong -
Run winnt.sif from floppy?
BritishBulldog replied to SLipEdd's topic in Unattended Windows 2000/XP/2003
@NukeLed it might be easier to put the winnt.sif on CD but if you need to change info such as Windows Key or user info then you dont have to keep on re-burning the cd. I have to install many computers per week so this is a sufficient way of doing it. I also have my account.cmd and autologon.reg on the floppy with a command from cmdlines to use the floppy. [COMMANDS]"a:\account.cmd" CODE] -
is there a way in vbs to tell if a window is still active? need it for an install where files are extracted out of a cab. I could use the sleep command but it is a bit primitive and it will have to be set way over the extraction time just in case it is used on a slower computer. So the best is to wait untill everything is extracted and see if the extraction windows is still open. also what is the time of the sleep function say for: WScript.Sleep(200);
-
Has anyone done a vbs script for EasyBoot?
-
glad to help
-
WPI_2.7_Final by the Brain & Gresh
BritishBulldog replied to bishooman's topic in Windows Post-Install Wizard (WPI)
bmn i think this is the wrong thread for that, i have no idea about that try a different thread... sorry -
WPI_2.7_Final by the Brain & Gresh
BritishBulldog replied to bishooman's topic in Windows Post-Install Wizard (WPI)
hmmm it works perfect on my WPI, at least it comes up without errors. send me a pm with your email addy and i will send you the complete WPI I have with your config.js in it. -
this is a code for a 60 second pause PING 1.1.1.1 -n 1 -w 60000 >NUL this is i think then for a 5 second pause PING 1.1.1.1 -n 1 -w 5000 >NUL Viel Erfolg
-
WPI_2.7_Final by the Brain & Gresh
BritishBulldog replied to bishooman's topic in Windows Post-Install Wizard (WPI)
For firefox you could just add the cmd4 to the clean.cmd. -
WPI_2.7_Final by the Brain & Gresh
BritishBulldog replied to bishooman's topic in Windows Post-Install Wizard (WPI)
Hi glent, to start with some of your cmd lines are missing backslashes, there needs to be two together between directories ie. prog[pn]=['.Net Framework 1.1+SP1'] desc[pn]=['Installs Microsoft .Net Framework 1.1+SP1. <i>Recommended</i>'] cmd1[pn]=['c:\\install\applications\\XP\netfxsp1.exe'] only one between install\applications the tool tips were gone so an error was comin up too, plus a few minor errors try this... copy and paste it over the complete contents of you config.js or make a new file //Application Options: var debugOn = 0; // Each application has nine parameters. These are: var prog=[] // Program Name var desc=[] // A description var cmd1=[] // drive + Command Line 1, drive = 'systemdrive' or 'cdrom' or 'programfiles' or 'windir' or '' var cmd2=[] // drive + Command Line 2 var cmd3=[] // drive + Command Line 3 var regb=[] // b=befor installing the application var rega=[] // a=after installing the application var dflt=[] // Whether it's a default option. If it's not yes, then it will assume no var forc=[] // Force installation of application even if not Checked var cons=[] // installation constraint, list of 2 strings, &&ed // e.g. cons[x]=['%systemdrive%','C:\\'] is expression ('%systemdrive%'=='C:\\') // which gets further evalued to ('C:\\'=='C:\\') // especially useful for installatione generated with InstallRite // if expression result gives FALSE then program not shown and not selectable var cat=[] // category var ordr=[] // [number], install order // order by definition in config, if not set // same order position is possible. if 2 progs have the same // order position, they'll be sorted by name //Other options //Loading which boxs are checked: var load_checks // loading with ('default' or 'all' or 'none') of the boxs checked //Really Force Option var ReallyForce // Set Force install of applications even if exit button is pressed. //Timer: // var timer // turn the timer on or off // var secs // set the timer interval in sec max 3600 var discPath // cdrom will return "drive letter of cdrom"(x:\) or "x:\i386\ // use 'root' if installing applications directly from CD/DVD while // applications is placed in a folder at the root of the disc. var numCols // number of maximum columns to show in 1024 mode var sorting // indicate if category/name sorting shall be used var sortorder // sort categories according to sortorder if given var FiltersEnabled // if your not going to use transitions or filters in any of the tips set this to 0 testNoOfProgs = 00; // for testing purposes only. Fills up programs to test page flipping. //Your Settings: timer='off'; //('on'or'off') secs=60; //(0====>3600) load_checks='default'; //('default' or 'all' or 'none') ReallyForce='no'; // ('yes' | 'no') discPath=''; // ('' or 'root'), not used, when using %xxx% in path numCols=3; //number of columns to use in >=1024 mode, if left out //it will be calculated according to max. resolution sorting=true; //turn sorting on (true) or off (false) sortorder=['CD & DVD','Video','Office']; //predefined category sort order //not all categories must be given //missing categories will be appended at the end //of this list according to their appearance FiltersEnabled=0; // transitions for tooltips (0|1) //prog[0] won't be used. It's just an example pn=0 // start value vor prog numbering prog[pn]=['ProgramName'] desc[pn]=['Description'] regb[pn]=['Drive','Registry Key Path'] cmd1[pn]=['Drive','CommandLine 1'] cmd2[pn]=['Drive','CommandLine 2'] cmd3[pn]=['Drive','CommandLine 3'] rega[pn]=['Drive','Registry Key Path'] dflt[pn]=['no'] forc[pn]=['false'] cat[pn]=['Appllication Category'] ordr[pn]=[0] pn++ //--------------------------------------------------------------------------------------------- // Your programs here ... //--------------------------------------------------------------------------------------------- prog[pn]=['Microsoft Office 2003'] desc[pn]=['Installs Microsoft Office 2003 Professional. <i>Recommended</i>'] cmd1[pn]=['c:\\install\\office.cmd'] dflt[pn]=['yes'] cat[pn]=['Office'] pn++ prog[pn]=['.Net Framework 1.1+SP1'] desc[pn]=['Installs Microsoft .Net Framework 1.1+SP1. <i>Recommended</i>'] cmd1[pn]=['c:\\install\\applications\\XP\\netfxsp1.exe'] dflt[pn]=['no'] cat[pn]=['Updates'] pn++ prog[pn]=['Media Player 10'] desc[pn]=['Installs Microsoft Media Player 10. <i>Recommended</i>'] cmd1[pn]=['c:\\install\\applications\\XP\\MP10Setup.exe /q:A /c:\\setup_wm.exe /Q /R:N DisallowSystemRestore'] dflt[pn]=['yes'] cat[pn]=['Updates'] pn++ prog[pn]=['.Messenger 6.2'] desc[pn]=['Installs Microsoft Messenger 6.2. <i>Recommended</i>'] cmd1[pn]=['c:\\install\\applications\\XP\\ms62\\MsnMsgs.msi /QB'] dflt[pn]=['yes'] cat[pn]=['Updates'] pn++ prog[pn]=['Alcohol 120% 1.92 Retail'] desc[pn]=['Ideal for DVD and Games.'] cmd1[pn]=['c:\\install\\applications\\BURNING\\alc\\a120.vbs /qn'] dflt[pn]=['yes'] cat[pn]=['CD & DVD'] pn++ prog[pn]=['DVD Decrypter 3.5.1.0'] desc[pn]=['A must have, For DVD Ripping.<i>Recommended</i>'] cmd1[pn]=['c:\\install\\applications\\BURNING\\dvd\\SetupDVDDecrypter_3.5.1.0.exe /S'] dflt[pn]=['yes'] cat[pn]=['CD & DVD'] pn++ prog[pn]=['DVD Shrink 3.2.0.15'] desc[pn]=['Shrink down over sized DVD\'s'] cmd1[pn]=['c:\\install\\applications\\BURNING\\dvd\\SetupDVDDecrypter_3.5.1.0.exe /S'] dflt[pn]=['no'] cat[pn]=['CD & DVD'] pn++ prog[pn]=['Iso Buster 1.6'] desc[pn]=['Extract mpegs from Bin files.'] cmd1[pn]=['c:\\install\\applications\\BURNING\\iso\IsoBuster.exe /S'] dflt[pn]=['yes'] cat[pn]=['CD & DVD'] pn++ prog[pn]=['Nero Burning ROM 6.3.1.25'] desc[pn]=['All in one burning suite.'] cmd1[pn]=['c:\\install\\applications\\BURNING\\nero\\nero6601.exe'] dflt[pn]=['no'] cat[pn]=['CD & DVD'] pn++ prog[pn]=['AviSynth 2.5'] desc[pn]=['Essential for Encoding .'] cmd1[pn]=['c:\\install\\applications\\VIDEO\as\AviSynth_255.exe /S'] dflt[pn]=['no'] cat[pn]=['Video'] pn++ prog[pn]=['CCE 2.67'] desc[pn]=['High Quaility encoder Ideal for SKVCD\KDVD.'] cmd1[pn]=['c:\\install\\applications\\VIDEO\\cce\\CCESP267.exe'] cmd2[pn]=['c:\\install\\applications\\VIDEO\\cce\\pachingcce.exe'] dflt[pn]=['Video'] pn++ prog[pn]=['Diko 0.77'] desc[pn]=['Divx In KDVD Out 1 clcik software.'] cmd1[pn]=['c:\\install\\applications\\VIDEO\\diko\\DIKOSetup.exe /Verysilent /sp-'] dflt[pn]=['Video'] pn++ //--------------------------------------------------------------------------------------------- // End of programs list. //--------------------------------------------------------------------------------------------- // resolution testing... for (pn;pn<testNoOfProgs;pn++) { prog[pn]=['Program ' + pn]; cat[pn]=['XXX_TEST_XXX']; } // default tooltips Text[0]=["Whoops!","This should be replaced with a working tooltip. If you are not Becky or Derek, then call them and tell them about it."] Text[1]=["Begin Installation","Initiates the script generator<br /><br />Click this to begin generating the install script."] Text[2]=["Exit Button","Closes this application<br /><br />If you want to stick to the application defaults, press this. Minimal updates and applications will be installed. This includes Windows XP security updates."] Text[3]=["Help","Displays basic usage, version information, and disclaimer."] Text[4]=["Select Defaults","This option will enable the default recommended options.<br /><br />Click if you only wish to install basic recommended options."] Text[5]=["Select All","Click this will select all available options."] Text[6]=["Return","Clicking this will return you to the option selection screen."] Text[7]=["Check Box Test","By clicking this, you will enable the test check box.<br /><br />Enable to if you intend to fly off a donkey cart."] Text[8]=["Select None","Click this will deselect all available options."] // tooltip style Style[0]=["white","black","#FFb200","#FFD980","","","","","","","","","","",200,"",2,2,10,10,51,1,0,"",""] //Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlig n, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor] -
Wrong account is created
BritishBulldog replied to darksith88's topic in Unattended Windows 2000/XP/2003
your useraccounts.cmd is being called up in the cmdlines.txt? try adding a pause between each line of the useraccounts.cmd so it stops and waits to carry on maybe you can see what is not working. -
I did not know about the winnt.sif method so i used the reg file method works, so 'why change a running system' You learn something new every day here, a fantastic source of information.