Jump to content

Krissam

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

About Krissam

Recent Profile Visitors

634 profile views

Krissam's Achievements

0

Reputation

  1. i'm no sure if this is the right forum but well in denmark we've got some special charaters in our alphabet (æ, ø and å), and i'ld like to use then in a batch file, but when i do they get changed to µ, ° and Õ. I need them for making my startup delete "Hjælp til handikappede" (Handicap support or something like that is the englihs name) in the startmenu. Alså for autoinstalling norton antivirus 2004, which i can since cummon files i named "Fælles filer"
  2. read from the registry, somewhere under hklm/ms/windows/shell or something
  3. hmm now, i've looked at that site, and i couldn't really find what i needed
  4. http://www.msfn.org/board/index.php?showto...indpost&p=66823
  5. how about putting a "do not tuch" sign on the computer ?
  6. i got this idea when i was backuping my favorites, some program settings etc. i'ld like to know if it's possible to run batch or a cmd file before the windows installation starts, so i can make backups to a diffrent drive before i format c:
  7. have you made the image? could sound as that's the reason (don't have ne experience with easy cd creater though) else try using nero (free tryial at Nero.com)
  8. use start j2re-1_4_2_03-windows-i586-p.exe /s /v/qn ADDLOCAL=jrecore IEXPLORER=1"
  9. [Data] AutoPartition=1 MsDosInitiated=0 UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=Yes UnattendSwitch="yes" WaitForReboot="No" DriverSigningPolicy=Ignore AutoActivate=No ProgramFilesDir="%SystemDrive%\Programmer" KeyboardLayout="Dansk" [GuiUnattended] AdminPassword=iownsj00newb EncryptedAdminPassword=No OEMSkipRegional=Yes TimeZone=105 OemSkipWelcome=1 ProfilesDir="%SystemDrive%\Documents and Settings\" [Display] BitsPerPel=32 Xresolution=1024 Yresolution=768 Vrefresh=70 [UserData] ProductKey=H4J00-JUSTK-33P0R-43M1NG-CTX9C FullName="Andreas Kristoffersen" OrgName="Krissam Inc." ComputerName="Krissam-" [RegionalSettings] LanguageGroup=1 Language=00000406 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=No [NetProtocols] MS_TCPIP = params.TCPIP [params.MS_TCPIP.Adapter01] DefaultGateway = 192.168.1.1 DHCP = No DNSServerSearchOrder = 194.239.134.83, 193.162.153.164 IPAddress = 192.168.1.1 NetBIOSOptions = 1 SubnetMask = 255.255.255.0 [Components] AutoUpdate = On Calc = On Charmap = On Chat = On Clipbook = On Complusnetwork = On Dtcnetwork = On Fp_extensions = On Fp_vdir_deploy = On Hypertrm = On IEAccess = On Indexsrv_system = On Inetprint = On Licenseserver = On Media_clips = On Media_utopia = On Minesweeper = On Mousepoint = On Mswordpad = On Paint = On Rec = On Reminst = On Rootautoupdate = On Rstorage = On Templates = On TerminalServer = On TSWebClient = On Vol = On [Shell] DefaultStartPanelOff=No DefaultThemesOff=Yes Okay here it goes, i've got 2 problems, the first problem is that the installation prompts me for setting the language settings (which as standard is fine so if i just can make it jump over that one. the second one is that i have to logon manually untill i run my tweak.reg (where there's an autologon tweak in)
  10. no, the problem seems to be the syntax, i could fix it by making a cmd file for all the programs that would just suck a**, but if ne1 can help me then please do
  11. @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx SET INST="D:\_Install" SET APPS="%INST%\Applications" SET DRIVERS="%INST%\Drivers" REG ADD %KEY% /V TITLE /D "Installerer Programmer" /f REG ADD %KEY%\001 /VE /D "Ad-Aware 6" /f REG ADD %KEY%\001 /V 1 /D "%APPS%\Adaware\aaw6.exe /s" /f REG ADD %KEY%\005 /VE /D "Alcohol 120" /f REG ADD %KEY%\005 /V 1 /D "%APPS%\alcohol\trial_setup.msi" /f REG ADD %KEY%\010 /VE /D "DirectX 9.0b" /f REG ADD %KEY%\010 /V 1 /D "%DRIVERS%\dx9ntopk.exe" /f REG ADD %KEY%\015 /VE /D "FlashFXP 2.1" /f REG ADD %KEY%\015 /V 1 /D "%APPS%\flashfxp\flashfxp_21_setup.exe /s" /f REG ADD %KEY%\020 /VE /D "KLite Codecs 2.2.4 Beta" /f REG ADD %KEY%\020 /V 1 /D "%DRIVERS%\klcodec224b.exe /silent" /f REG ADD %KEY%\025 /VE /D "MSN Messenger 6.1" /f REG ADD %KEY%\025 /V 1 /D "%APPS%\MSN\MsnMsgs.msi /QB" /f REG ADD %KEY%\030 /VE /D "MyIE2" /f REG ADD %KEY%\030 /V 1 /D "%INST%\scripts\myie2.vbs" /f REG ADD %KEY%\035 /VE /D ".NET Framework v1.1" /f REG ADD %KEY%\035 /V 1 /D "%APPS%\NetFramework\netfx.msi /qb" /f REG ADD %KEY%\040 /VE /D "Dansk Sprogpakke til .Net" /f REG ADD %KEY%\040 /V 1 /D "%APPS%\NetFramework\langpack.msi /qb" /f REG ADD %KEY%\045 /VE /D "Nero Burning ROM v6.0.0.9" /f REG ADD %KEY%\045 /V 1 /D "%APPS%\nero\nero6303.exe /silent /noreboot /no_ui /sn=1A23-0095-0030-1535-1156-1934 /write_sn" /f REG ADD %KEY%\050 /VE /D "RealAlternate Codec" /f REG ADD %KEY%\050 /V 1 /D "%Drivers%\realalt.exe /silent" /f REG ADD %KEY%\055 /VE /D "SunJava 1.4.2" /f REG ADD %KET%\055 /V 1 /D "%APPS%\SunJava\j2re-1_4_2_03-windows-i586-p.exe /s /v\"/qn ADDLOCAL=jrecore IEXPLORER=1\"" /f REG ADD %KEY%\060 /VE /D "WinRAR 3.30 DK" /f REG ADD %KEY%\060 /V 1 /D "%APPS%\WinRAR\wrar330dk.exe /silent" /f REG ADD %KEY%\065 /VE /D "Windows Media Player 9" /f REG ADD %KEY%\065 /V 1 /D "%APPS%\WMP9\MPSetupXP.exe /Q:A /R:N" /f REG ADD %KEY%\070 /VE /D "Windows XP Hotfixes" /f REG ADD %KEY%\070 /V 1 /D "%INST%\scripts\hotfixes.cmd" /f REG ADD %KEY%\075 /VE /D "Anvender Reg Tweaks" REG ADD %KEY%\075 /V 1 /D "REGEDIT /S %INST%\Misc\tweaks.reg" REG ADD %KEY%\080 /VE /D "Cleaning Up & Rebooting" /f REG ADD %KEY%\080 /V 1 /D "%INST%\scripts\clean.cmd" /f i get "Fejl: Der er for mange kommandolinjeparametre." (Error: There's to many commandline paramterers" or something like that) on all the lines where i give paramters ex. REG ADD %KEY%\001 /V 1 /D "%APPS%\Adaware\aaw6.exe /s" /f REG ADD %KEY%\015 /V 1 /D "%APPS%\flashfxp\flashfxp_21_setup.exe /s" /f etc. can ne1 tell me whats wron
  12. As the describtion says, i'ld like to know how to install apache php and mysql automaticly. i've got an idea, using a vbs file but i just don't know how to do that, and my friend who really know thouse vbs's by heart is in norway for en next coupple weeks. so someone help me please.
×
×
  • Create New...