Content Type
Profiles
Forums
Events
Everything posted by Yzöwl
-
Bad analogy really, that message should be there by default...
-
Here is an example reg file, change the file extension you need and the MRUList entry accordingly. Or simply go to the relevant registry key and change /edit to suit. REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\OpenWithList] "a"="FIREFOX.EXE" "b"="IEXPLORE.EXE" "MRUList"="ba"
-
from the nLite forum
-
Can any of you guys help me with this, I currently have a logo /graphic, which I would like to appear like magic on the click of a start menu button. I only need help with execution of the graphic. It is a 32 bit transparent bmp, 95dpi x 95 dpi, 720px x 185px. Basically what I want is for someone to click the button and the logo to appear. Ideally not inside the users associated program, just on the screen above any open windows. Has anyone any ideas.
-
@Jeremy, please don't hijack a thread with your blatant advertising. nLite is a GUI tool used in the creation of a source for OS installation purposes. It is not a command line utility for uninstallation of services and has also already been mentioned in this thread. The answer I gave is correct and fits perfectly into the requested criteria, as a credible alternative, tguy has suggested another.
-
A basic idea, no extra progs added, without fancy icons, cos I'm out of time atm [Version] Signature = $Windows NT$ [DefaultInstall] UpdateInis = CPLink [CPLink] setup.ini, progman.groups,, "group0=""%16400%\""" setup.ini, group0,,"ARProgs,""""""%11%\appwiz.cpl""""""" setup.ini, progman.groups,, "group1=""%16400%\""" setup.ini, group1,,"IEProp,""""""%11%\inetcpl.cpl""""""" setup.ini, progman.groups,, "group2=""%16400%\""" setup.ini, group2,,"NetConn,""""""%11%\ncpa.cpl""""""" setup.ini, progman.groups,, "group3=""%16400%\""" setup.ini, group3,,"Accounts,""""""%11%\nusrmgr.cpl""""""" setup.ini, progman.groups,, "group4=""%16400%\""" setup.ini, group4,,"SysProp,""""""%11%\sysdm.cpl"""""""Copy and paste into a new notepad file and call it CPLinks.inf Right click it for now and choose install, to see what happens. This could of course be run and /or written by a cmd file if required.
-
The command line utility is called SC.EXE, most likely you will need the first three only of the following options. sc stop (Sends a STOP request to a service.) sc start (Starts a service.) sc config (Changes the configuration of a service.) sc delete (Deletes a service (from the registry).)There are more, type sc /? at the command prompt for a list of options.
-
like I said previously, more information would have helped...Or were we supposed to just keep guessing until we found out exactly what you knew and intended to do!Firstly, you don't install a dll, as a rule you put it into its destination directory and register it. For the installation of the inf, it has been quoted how to do this on numerous occasions throughout these forums. As a general rule, from a command line, you will need something like this: rundll32.exe setupapi.dll,InstallHinfSection <SectionName> 132 <drive>\<path>\<filename>.infwhere <SectionName> is usually DefaultInstall To register a dll, you would usually use regsvr32.exe /s <drive>\<path>\<filename>.dllwhere the /s switch is required only for silently installing, and the <drive> & <path> are not required if the file to be registered is in the %SystemRoot%\system32 destination directory. Also please make sure that you use quotes around your <drive>\<path>\<filename>.ext, if spaces are contained anywhere within them.
-
more information would help me to help you...
-
Nero Source Stripper And Custom Install Builder
Yzöwl replied to `Felix`'s topic in Application Installs
The updated reg.exe was here, now removed since it has served its purpose. @ `Felix` The thing about the registry entries was just because, the reg file needs tailoring to your particular requirements. I'm sure this will be covered in your upcoming documentation though. -
Nero Source Stripper And Custom Install Builder
Yzöwl replied to `Felix`'s topic in Application Installs
Will this install overwrite my REG.EXE v5.1.2600.2180 with REG.EXE v5.1.2600.1106? Will there be tons of invalid shortcuts in the Start Menu? Will it add unnecessary registry entries? I have only looked at the download etc., and it seems to me that there is a lot of possible configuration options, by changing the files etc., but little direction in doing so for the uninitiated. Not a problem for me, but your thread may grow to astronomical proportions once people start having problems and /or hacking your code. -
Well to state the obvious IF..... SET PP=%SystemDrive%\ THEN..... REG ADD %KEY%\009 /V 1 /D "%PP%\Install\Alcohol_120\setup.exe /qn" /f EQUALS..... REG ADD %KEY%\009 /V 1 /D "%SystemDrive%\\Install\Alcohol_120\setup.exe /qn" /f AND..... REG ADD %KEY%\009 /V 2 /D "REGEDIT /S %PP%\Install\Alcohol_120\register.reg" /f EQUALS..... REG ADD %KEY%\009 /V 2 /D "REGEDIT /S %SystemDrive%\\Install\Alcohol_120\register.reg" /f SO How many back-slashes do you want? Try SET PP=%SystemDrive% SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Unattended Program Installation" /f REG ADD %KEY%\009 /VE /D "Alcohol 120%" /f REG ADD %KEY%\009 /V 1 /D "%PP%\Install\Alcohol_120\setup.exe /qn" /f REG ADD %KEY%\009 /V 2 /D "REGEDIT /S %PP%\Install\Alcohol_120\register.reg" /for if you use the SET PP for other working apps, then: SET PP=%SystemDrive%\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Unattended Program Installation" /f REG ADD %KEY%\009 /VE /D "Alcohol 120%" /f REG ADD %KEY%\009 /V 1 /D "%PP%Install\Alcohol_120\setup.exe /qn" /f REG ADD %KEY%\009 /V 2 /D "REGEDIT /S %PP%Install\Alcohol_120\register.reg" /f
-
I know it sounds a little lame, but every link I have found for RENUSER.EXE is not available. Could someone please find a working link or upload it, thanks.
-
Unlike MS, the mozilla guys aren't rude, therefore they don't give you a piece of software which automatically takes over your pc. Either drop them a request or use a method of importing the settings into the registry. Whichever method you use to install will easily adapt to add the required settings.
-
Simple, contact Technical Support and provide all information as requested!
-
Just checking but the install.cmd isn't really called install.bat as stated above, is it?
-
Here it is in the proper easy to read format Logfile of HijackThis v1.99.1 Scan saved at 11:54:45 AM, on 3/11/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\csrss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\LEXBCES.EXE C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\system32\LEXPPS.EXE C:\WINDOWS\system32\CTsvcCDA.EXE C:\Program Files\Intel\Intel Application Accelerator\iaantmon.exe C:\WINDOWS\system32\wdfmgr.exe C:\WINDOWS\system32\MsPMSPSv.exe C:\WINDOWS\Explorer.EXE C:\Program Files\Java\j2re1.4.2_03\bin\jusched.exe C:\Program Files\Intel\Intel Application Accelerator\iaanotif.exe C:\WINDOWS\System32\alg.exe C:\Program Files\Intel\Modem Event Monitor\IntelMEM.exe C:\Program Files\Creative\Sound Blaster Live! 24-bit\Surround Mixer\CTSysVol.exe C:\WINDOWS\system32\Rundll32.exe C:\Program Files\CyberLink\PowerDVD\DVDLauncher.exe C:\Program Files\MusicMatch\MusicMatch Jukebox\mmtask.exe C:\Program Files\MUSICMATCH\Musicmatch Jukebox\mm_tray.exe C:\WINDOWS\system32\dla\tfswctrl.exe C:\Program Files\Common Files\Dell\EUSW\Support.exe C:\Program Files\Microsoft AntiSpyware\gcasServ.exe c:\Program Files\Dell\Support\Alert\bin\NotifyAlert.exe C:\Program Files\MSN Messenger\MsnMsgr.Exe C:\Program Files\Microsoft AntiSpyware\gcasDtServ.exe C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe C:\Program Files\Mozilla Firefox\firefox.exe C:\WINDOWS\SYSTEM32\NOTEPAD.EXE C:\DOCUMENTS AND SETTINGS\MIKE\DESKTOP\EZAntivirus.exe C:\DOCUME~1\Mike\LOCALS~1\Temp\pftE4.tmp\setup.exe C:\Program Files\Internet Explorer\iexplore.exe C:\DOCUME~1\Mike\LOCALS~1\Temp\Temporary Directory 1 for hijackthis[1].zip\HijackThis.exe R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://www.dell.com R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = http://www.yahoo.com/ R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://www.dell.com R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Start Page = http://www.yahoo.com/ O2 - BHO: AcroIEHlprObj Class - {06849E9F-C8D7-4D59-B87D-784B7D6BE0B3} - C:\Program Files\Adobe\Acrobat 6.0\Reader\ActiveX\AcroIEHelper.dll O2 - BHO: DriveLetterAccess - {5CA3D70E-1895-11CF-8E15-001234567890} - C:\WINDOWS\system32\dla\tfswshx.dll O3 - Toolbar: (no name) - {42CDD1BF-3FFB-4238-8AD1-7859DF00B1D6} - (no file) O4 - HKLM\..\Run: [SunJavaUpdateSched] C:\Program Files\Java\j2re1.4.2_03\bin\jusched.exe O4 - HKLM\..\Run: [IAAnotif] C:\Program Files\Intel\Intel Application Accelerator\iaanotif.exe O4 - HKLM\..\Run: [ATIPTA] C:\Program Files\ATI Technologies\ATI Control Panel\atiptaxx.exe O4 - HKLM\..\Run: [IntelMeM] C:\Program Files\Intel\Modem Event Monitor\IntelMEM.exe O4 - HKLM\..\Run: [CTSysVol] C:\Program Files\Creative\Sound Blaster Live! 24-bit\Surround Mixer\CTSysVol.exe /r O4 - HKLM\..\Run: [P17Helper] Rundll32 P17.dll,P17Helper O4 - HKLM\..\Run: [UpdReg] C:\WINDOWS\UpdReg.EXE O4 - HKLM\..\Run: [DVDLauncher] "C:\Program Files\CyberLink\PowerDVD\DVDLauncher.exe" O4 - HKLM\..\Run: [QuickTime Task] "C:\Program Files\QuickTime\qttask.exe" -atboottime O4 - HKLM\..\Run: [mmtask] C:\Program Files\MusicMatch\MusicMatch Jukebox\mmtask.exe O4 - HKLM\..\Run: [MMTray] C:\Program Files\MUSICMATCH\Musicmatch Jukebox\mm_tray.exe O4 - HKLM\..\Run: [UpdateManager] "C:\Program Files\Common Files\Sonic\Update Manager\sgtray.exe" /r O4 - HKLM\..\Run: [dla] C:\WINDOWS\system32\dla\tfswctrl.exe O4 - HKLM\..\Run: [DwlClient] C:\Program Files\Common Files\Dell\EUSW\Support.exe O4 - HKLM\..\Run: [TkBellExe] "C:\Program Files\Common Files\Real\Update_OB\realsched.exe" -osboot O4 - HKLM\..\Run: [gcasServ] "C:\Program Files\Microsoft AntiSpyware\gcasServ.exe" O4 - HKLM\..\Run: [THGuard] "C:\Program Files\TrojanHunter 4.2\THGuard.exe" O4 - HKLM\..\Run: [CaAvTray] "C:\Program Files\CA\eTrust EZ Armor\eTrust EZ Antivirus\CAVTray.exe" O4 - HKLM\..\Run: [CAVRID] "C:\Program Files\CA\eTrust EZ Armor\eTrust EZ Antivirus\CAVRID.exe" O4 - HKCU\..\Run: [MsnMsgr] "C:\Program Files\MSN Messenger\MsnMsgr.Exe" /background O4 - Global Startup: Microsoft Office.lnk = C:\Program Files\Microsoft Office\Office10\OSA.EXE O8 - Extra context menu item: E&xport to Microsoft Excel - res://C:\PROGRA~1\MICROS~4\Office10\EXCEL.EXE/3000 O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\j2re1.4.2_03\bin\npjpi142_03.dll O9 - Extra 'Tools' menuitem: Sun Java Console - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\j2re1.4.2_03\bin\npjpi142_03.dll O9 - Extra button: (no name) - {CD67F990-D8E9-11d2-98FE-00C0F0318AFE} - (no file) O16 - DPF: {00B71CFB-6864-4346-A978-C0A14556272C} (Checkers Class) - http://messenger.zone.msn.com/binary/msgrchkr.cab31267.cab O16 - DPF: {04E214E5-63AF-4236-83C6-A7ADCBF9BD02} (HouseCall Control) - http://housecall-beta.trendmicro.com/housecall/xscan60.cab O16 - DPF: {14B87622-7E19-4EA8-93B3-97215F77A6BC} (MessengerStatsClient Class) - http://messenger.zone.msn.com/binary/Messe...nt.cab31267.cab O16 - DPF: {1F2F4C9E-6F09-47BC-970D-3C54734667FE} (LSSupCtl Class) - http://www.symantec.com/techsupp/asa/LSSupCtl.cab O16 - DPF: {2BC66F54-93A8-11D3-BEB6-00105AA9B6AE} (Symantec AntiVirus scanner) - http://security.symantec.com/sscv6/SharedC...bin/AvSniff.cab O16 - DPF: {644E432F-49D3-41A1-8DD5-E099162EEEC5} (Symantec RuFSI Utility Class) - http://security.symantec.com/sscv6/SharedC...n/bin/cabsa.cab O16 - DPF: {80DD2229-B8E4-4C77-B72F-F22972D723EA} (AvxScanOnline Control) - http://www.bitdefender.com/scan/Msie/bitdefender.cab O16 - DPF: {8E0D4DE5-3180-4024-A327-4DFAD1796A8D} (MessengerStatsClient Class) - http://messenger.zone.msn.com/binary/Messe...nt.cab31267.cab O16 - DPF: {B8BE5E93-A60C-4D26-A2DC-220313175592} (ZoneIntro Class) - http://messenger.zone.msn.com/binary/ZIntro.cab32846.cab O16 - DPF: {C81B5180-AFD1-41A3-97E1-99E8D254DB98} (CSS Web Installer Class) - http://www.commandondemand.com/eval/cod/cabs/cssweb.cab O16 - DPF: {CE28D5D2-60CF-4C7D-9FE8-0F47A3308078} (ActiveDataInfo Class) - http://www.symantec.com/techsupp/asa/SymAData.cab O16 - DPF: {DA758BB1-5F89-4465-975F-8D7179A4BCF3} (WheelofFortune Object) - http://messenger.zone.msn.com/binary/WoF.cab31267.cab O16 - DPF: {DF780F87-FF2B-4DF8-92D0-73DB16A1543A} (PopCapLoader Object) - http://download.games.yahoo.com/games/web_...aploader_v6.cab O16 - DPF: {E5D419D6-A846-4514-9FAD-97E826C84822} (HeartbeatCtl Class) - http://fdl.msn.com/zone/datafiles/heartbeat.cab O16 - DPF: {EF791A6B-FC12-4C68-99EF-FB9E207A39E6} (McFreeScan Class) - http://download.mcafee.com/molbin/iss-loc/...443/mcfscan.cab O23 - Service: Adobe LM Service - Unknown owner - C:\Program Files\Common Files\Adobe Systems Shared\Service\Adobelmsvc.exe O23 - Service: Ati HotKey Poller - Unknown owner - C:\WINDOWS\system32\Ati2evxx.exe O23 - Service: CAISafe - Computer Associates International, Inc. - C:\Program Files\CA\eTrust EZ Armor\eTrust EZ Antivirus\ISafe.exe O23 - Service: Symantec Password Validation (ccPwdSvc) - Symantec Corporation - C:\Program Files\Common Files\Symantec Shared\ccPwdSvc.exe O23 - Service: Symantec Settings Manager (ccSetMgr) - Symantec Corporation - C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe O23 - Service: Creative Service for CDROM Access - Creative Technology Ltd - C:\WINDOWS\system32\CTsvcCDA.EXE O23 - Service: IAA Event Monitor (IAANTMon) - Intel Corporation - C:\Program Files\Intel\Intel Application Accelerator\iaantmon.exe O23 - Service: LexBce Server (LexBceS) - Lexmark International,Inc. - C:\WINDOWS\system32\LEXBCES.EXE O23 - Service: VET Message Service (VETMSGNT) - Computer Associates International, Inc. - C:\Program Files\CA\eTrust EZ Armor\eTrust EZ Antivirus\VetMsg.exe I was going to take a look but it took me to long to decrypt, it.
-
/F Force deleting of read-only files. /S Delete specified files from all subdirectories.
-
How Do I Disable/remove Qos Packet Scheduler?
Yzöwl replied to uqdblack's topic in Unattended Windows 2000/XP/2003
Of course if you feel you need File and Print Services, then you can add the following without affecting the above [NetServices] MS_SERVER=params.MS_SERVER -
Yes, you can just start your ini file from Identity001. Also bear in mind that all created users added in the ini will have administrative privileges.
-
Register all supported formats with IZArc (v3.5) @ECHO OFF CMDOW @ /HID SETLOCAL SET SC=HKLM\SOFTWARE\Classes SET Extn=.7z .a .ace .arc .arj .b64 .bh .bin .bz2 .bza .c2d .cab .cdi .cpio .deb .enc .gca .gz .gza .ha .img .iso .ize .jar .lha .lib .lzh .mbf .mdf .mim .nrg .pak .pdi .pk3 .rar .rpm .tar .taz .tbz .tgz .tz .uue .war .xxe .yz1 .z .zip .zoo FOR %%s IN (%Extn%) DO (REG ADD %SC%\%%s /VE /D "IZArc" /F) REG ADD %SC%\IZArc /VE /D "IZArc Archive" /F REG ADD %SC%\IZArc\DefaultIcon /VE /D "\"%PROGRAMFILES%\IZArc\IZArc.exe\",0" /F REG ADD %SC%\IZArc\Shell\Open\Command /VE /D "\"%PROGRAMFILES%\IZArc\IZArc.exe\" \"%%1\"" /F ENDLOCAL EXIT
-
Are you telling me that the 3.4 version uses Inno Setup? The latest, 3.5 version, does, but it's currently only a beta release, beta 2. @ Telenut To register the extensions you can use the reg attached, it contains all of the supported ones. You will need to apply this in the usual manner, preferably after the IZArc install. It may also be a good idea to remove the built-in windows zipfolders before installing IZArc too. izarcext.reg
-
Could Someone Tell Me Whats Wrong With This .sif
Yzöwl replied to juggernaut's topic in Unattended Windows 2000/XP/2003
All you need is $OEM$\$1\install\bat.cmd In your winnt.sif [GUIRunOnce] %systemdrive%\install\bat.cmdis incorrect If you read this you will see why! -
Any chance please of letting us know how to make it silently install!
-
File And Icon Accocation Problems
Yzöwl replied to greekos_kentos's topic in Unattended Windows 2000/XP/2003
Try changing it to this [Version] Signature = $CHICAGO$ [DefaultInstall] AddReg = Reg.Settings [Reg.Settings] HKCR,.mp3 HKCR,.mp3,,,mp3file HKCR,.mp3\OpenWithList\%MP3EXE%,,,"" HKCR,.mp3\OpenWithProgIds,mp3file,0x20001 HKCR,.mp4 HKCR,.mp4,,,mp4file HKCR,.mp4\OpenWithList\%MP3EXE%,,,"" HKCR,.mp4\OpenWithProgIds,mp4file,0x20001 HKCR,mp3file,,,"MPEG Layer 3 Audio" HKCR,mp3file\DefaultIcon,,,"%MP3ICON%" HKCR,mp3file\shell,,,"open" HKCR,mp3file\shell\open HKCR,mp3file\shell\open\command,,,"""%MPCPATH%"" ""%L""" HKCR,mp4file,,,"MPEG4 Video" HKCR,mp4file\DefaultIcon,,,"%MP3ICON%" HKCR,mp4file\shell,,,"open" HKCR,mp4file\shell\open HKCR,mp4file\shell\open\command,,,"""%MPCPATH%"" ""%L""" HKCU,%SMWCEF%\.mp3,Progid,,"mp3file" HKCU,%SMWCEF%\.mp4,Progid,,"mp4file" [Strings] SMWCEF = "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts" ;Editable Strings MP3EXE = "winamp.exe" MP3ICON = "%16422%\Winamp\icons\mp3.ico" MPCPATH = "%16422%\Winamp\winamp.exe"Lines 9 and 13 are the important ones here, you may not need lines 10, 11, 14, 15 & 33.