
jbm
MemberContent Type
Profiles
Forums
Events
Everything posted by jbm
-
The memory is set to 1024 megabytes which is half of what I have in my real machine. Also I'm booting using an ISO image created with cdimage.exe I down loaded the file from Microsoft, made no changes to it, and integrated it as a hotfix or update. is that correct? Also my virtual disk is 16GB with 4.76GB free
-
When I integrate ie7 using Nlite I get this error when I try to install xp. This is in Vmware. I only used Nlite to integrate ie7. Before that I had integrated all the latest updates and SP2 using the /integrate method
-
Take a look at the WinWaitClose function in the help file of AutoIt
-
AutoIT Script Collection - Contributions Only
jbm replied to FuzzBall's topic in Application Installs
[attachment=15803:Nero_7.x.rar] AutoIT script for Nero 7.5.9.0A Original Authors: Salavinder, Glowy and Sanjay for Nero 7.2.3.2b Now properly handles DirectX installation. Thanks goes to urie for pointing out the error. Also You'll have to edit the script to add your information. Serial # etc. Fixed if you choose to install InCD it didn't change the default ''no' to a 'yes' Fixed If you already had directX installed, it would hang at the DirectX install Had a report that Incd was still broke Sorry about that 'sys' typo -
AutoIT http://www.autoitscript.com/autoit3/
-
You can have more than one addreg or delreg section. I just converted mine so I'm not an expert. Don't know the limit on how many addreg or delreg sections you can have. I just used one of each in my inf file. [version] signature="$CHICAGO$" [DefaultInstall] AddReg = Tweak1_Addreg,Tweak2_Addreg DelReg = Tweak1_DelReg,Tweak1_DelReg [Tweak1_Addreg] [Tweak1_DelReg] [Tweak2_Addreg] [Tweak1_DelReg]
-
Found the following error ;Change the Transition Effect for Menus and Tooltips ;Fade [HKEY_CURRENT_USER\Control Panel\Desktop] "UserPreferencesMask"=hex:9e,3e,80 ;OR ;Scroll [HKEY_CURRENT_USER\Control Panel\Desktop] "UserPreferencesMask"=hex:9e,28,80 should be ;Change the Transition Effect for Menus and Tooltips ;Fade [HKEY_CURRENT_USER\Control Panel\Desktop] "UserPreferencesMask"=hex:9e,3e,07,80 ;OR ;Scroll [HKEY_CURRENT_USER\Control Panel\Desktop] "UserPreferencesMask"=hex:9e,28,07,80
-
I wasn't sure if this should be posted in the sticky for regtweaks or not. But I've converted that file to an .inf file and added one tweak which I've posted in that thread Please let me know of any errors I already found abunch of typos and errors removed download, one error I found is the maximum size of the recycle bin is set to 100% of the drive. I have to check all the REG_DWORD values in the file. The recycle bin was "0x00010001,00,00,00,03" and it should be "0x00010001,03,00,00,00" for 3% of the drive. the 0x00010001 says its a REG_DWORD value Here's the converted file. I was going to use willypad to convert it bit it removed all the comments, Willypad also couldn't handle the whole file, Any way I didn't want to post it without the comments
-
Im in the proccess of converting my runonceex.cmd to an .inf file Is it possible to do the following in an .inf file If file exists install this program Or If file does not exist install this other program Im tring to load BeyondTV or BeyondTvlink depending on if the computer has a tv tuner card or not
-
This tweak adds a right click option to a file to open a dos prompt in the containing folder. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\DosHere] @="Command Prompt in containing folder" [HKEY_CLASSES_ROOT\*\shell\DosHere\Command] @="cmd.exe /t:70 cd %~d1%~p1"
-
You should post this in the Nlite forum
-
I just tried to install this on a virtual machine that was not activated, using both the /qn and /quiet switches. When I run the msi without switches it says ie7 is already installed. But 6.0 still runs when I run ie. and the icons are still from ie6.0
-
Audiograbber + Autoitv3 not working?
jbm replied to Draconian's topic in Unattended Windows 2000/XP/2003
I got it to work by adding these two lines to the end of your script. WinWaitActive("Audiograbber 1.83 Installation","Installation Completed!") ControlClick("Audiograbber 1.83 Installation","&Finish",3) -
The problem is the ; characters
-
Did you also edit hivesys.inf? Of course you'll have to remove the r, I was using RAID. Hivesys.inf HKLM,"SYSTEM\CurrentControlSet\Services\ACPIEC","Type",0x00010001,1 HKLM,"SYSTEM\CurrentControlSet\Services\si3114r\Parameters",,0x00000012 HKLM,"SYSTEM\CurrentControlSet\Services\si3114r\Parameters\PnpInterface","5",0x00010003,1 HKLM,"SYSTEM\CurrentControlSet\Services\adpu160m","ErrorControl",0x00010003,1 HKLM,"SYSTEM\CurrentControlSet\Services\adpu160m","Group",0x00000002,"SCSI miniport" When you PMed me I didn't realize you were talking about a 64bit OS. I'm not running a 64bit OS at the moment. But I remember having to edit both . This was with XP64 on a Asus K8N-E Delux
-
If you scroll to the bottom of the screen where it says OS downloads. You'll see some orange check marks. If click on the check marks, you'll be to download the drivers
-
I made a reg tweak file, how do i make a undo reg tweak file?
jbm replied to xboxhaxorz's topic in Customizing Windows
If you know what the settings were before you ran your reg file, you can edit your reg file and set the settings back to default. There is no undo feature with the registry. -
Do you have Oempreinstall=yes in your winnt.sif? That will cause your problem. You could integrate the drivers into your CD. http://unattended.msfn.org/unattended.xp/v...157bbc9f72530e/
-
it's because you edited layout.inf which is a digitaly signed file.
-
You could find someone with the same type of cd you have and make a copy of it. It has to be the same type you have ie retail or OEM or your key may not work. Also there are different oem disks ie generic ones from microsoft or ones from manufactures such as dell or gateway etc.
-
I think that would depend on the manufacturer of the particular card. If they supply a driver for win98 then it will work other wise not. WHQL won't have anything to do with wether it works in win98 or not.
-
Open widows registry browse to HKEY_CLASSES_ROOT\PDFFILE. Or do you mean .pdf file? If you don't see a key name openwithlist create it. Under that key create seperate keys named pdfreader1.exe, pdfreader2.exe etc I'n not an expert my any means but I tried adding word pad to my openlist of .pdf files. this is the .reg file I extracted after. Note I know I can't really use wordpad to open pdf files, it was just a test to see if I cpould get it to appear in my open with list. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.pdf] "Content Type"="application/pdf" @="AcroExch.Document" [HKEY_CLASSES_ROOT\.pdf\OpenWithList] @="" [HKEY_CLASSES_ROOT\.pdf\OpenWithList\AcroRd32.exe] @="" [HKEY_CLASSES_ROOT\.pdf\OpenWithList\wordpad.exe] [HKEY_CLASSES_ROOT\.pdf\PersistentHandler] @="{B7509D6F-85EE-11d0-AF7D-00C04FD8DC02}"
-
Unattended activation of retail XP(inc SP2)
jbm replied to Ads's topic in Unattended Windows 2000/XP/2003
I don't think there' a solution either at least not one that is ok with microsoft or can be discussed in this forum without breaking the rules.