Jump to content

iuli_kyle

Member
  • Posts

    126
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by iuli_kyle

  1. Thnx, yeah, i would be. but if users exploring the web page who have other resolutions then me, that the page will screw-up.
  2. Hi, I'm new to web programming. But here's my question : It is possible to resize the background image of a site in that order that it will suit all resolutions? With JavaScript ? Or with what ? And if someone knows how, please write the code down so i only need to copy-paste it, because i don't know yet JavaScript. Thnx in advance !
  3. Yes, it's not working at all.And i placed it in "sources" folder. Thnx for the reply anyway.
  4. Hi guys. This was my first attempt to unattend Vista. But the answer file is not working. here is it > <?xml version="1.0" encoding="utf-8" ?> - <unattend xmlns="urn:schemas-microsoft-com:unattend"> - <settings pass="windowsPE"> - <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> - <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> - <ImageInstall> - <OSImage> - <InstallFrom> - <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista Ultimate Unlimited Edition v1</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> - <UserData> - <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>iuli_kyle</FullName> <Organization>Home</Organization> </UserData> </component> </settings> - <settings pass="specialize"> - <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> - <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <RunSynchronous> - <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.xml SETX AppsRoot %i: -m"</Path> <Description>Detecting drive</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path> <Description>Restarting</Description> </RunSynchronousCommand> </RunSynchronous> </component> </settings> - <settings pass="oobeSystem"> - <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <AutoLogon> <Enabled>true</Enabled> <Username>Administrator</Username> <LogonCount>2</LogonCount> </AutoLogon> - <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> - <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> - <OEMInformation> <Manufacturer>iuli_kyle</Manufacturer> <Model>Unlimited Vista v1</Model> <SupportURL></SupportURL> </OEMInformation> <TimeZone>GMT Standard Time</TimeZone> </component> - <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> </settings> - <settings pass="auditUser"> - <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <RunSynchronous> - <RunSynchronousCommand wcm:action="add"> <Order>10</Order> <Path>cmd /c %AppsRoot%\Install\Deamon\deamon.msi /qn</Path> <Description>Installing Applications</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>20</Order> <Path>cmd /c %AppsRoot%\Install\Firefox\Firefox.exe /S</Path> <Description>Installing Applications</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>30</Order> <Path>cmd /c %AppsRoot%\Install\ImgBurn\ImgBurn.exe /S /NCRC</Path> <Description>Installing Applications</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>40</Order> <Path>cmd /c %AppsRoot%\Install\Winamp\winamp.exe /S /NCRC</Path> <Description>Installing Applications</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>50</Order> <Path>cmd /c %AppsRoot%\Install\WinRAR\WinRAR.exe /quiet</Path> <Description>Installing Applications</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>60</Order> <Path>cmd /c %AppsRoot%\Install\7-Zip\7z.exe /S /NCRC</Path> <Description>Installing Applications</Description> </RunSynchronousCommand> </RunSynchronous> </component> </settings> - <settings pass="auditSystem"> - <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <AutoLogon> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>Administrator</Username> </AutoLogon> </component> </settings> <cpi:offlineImage cpi:source="wim:d:/unlimited%20projects/litevista/sources/install.wim#Windows Vista (vLite) ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Thnx in advance !
  5. ... or you can use ControlClick function (see the help file)
  6. Don't bother anymore to answer, i discovered how's done
  7. Hi, A fast question ! Is there any way to apply a WindowBlinds skin or a .wba file silently, of course, via WindowBlinds or via another tool ? Thnx in advance !
  8. How many words we can still find ? This game is a legend, maybe a MITH .
  9. Should we lock this game in a GATE ?
  10. What a FATE we have with this game, MATE . I still think i can DATE my girlfriend
  11. Oh yes, sorry . VTP, Vista Transformation Pack. Pls., if you can help me, make it quick . Thnx in advance !
  12. Hi, I'll explain you what i need. Very simple : an AutoIT Script for VTP 7. You might consider that i'm stupid(i know that VTP supports integration in setup files), but let me explain you why i need a silent script .And i would have write a script, but i'm not very familiar with AutoIT language. I'm planning to build a new unattended Windows. And i'm planning to install this on different systems, some of them with 256 MB RAM. You know (or not ) that VTP requires 512 MB RAM. So i wrote a tool which detects the amount of RAM. If it detect 512 or more RAM it will install VTP, if not, it won't. That's why i need a silent script for VTP. Hope you get to me and thnx in advance !
  13. FORM FORK DORK DARK BARK PARK PART FART FAST VAST VASE BASE CASE CAST CART DART DARE CARE FARE MARE MALE TALE SALE SOLE SOLD MOLD TOLD GOLD FOLD FOLK FILK MILK MILE MALE MATE MAZE DAZE DOZE DONE NONE NOSE POSE POLE PORE MORE SORE SURE PURE PARE RARE RACE FACE FACT TACT PACT PAST FAST CAST CASE BASE VASE VISE VISA VESA VEST BEST JEST TEST TEAT MEAT NEAT SEAT SEAR FEAR NEAR DEAR BEER BEEP PEEP PEER LEER LEEK LEAK LEAP LEAN BEAN BEAD LEAD LOAD LORD CORD FORD WORD WOOD GOOD GOAD GLAD CLAD CLAP SLAP FLAP FLAT FLAX FLAY FLAB FLAK FLAW FLOW BLOW BLOT PLOT SLOT SLOP SLOB BLOB BLUB CLUB CLUE GLUE GLUG GLUM PLUM PLUG PLUS FLUS FLUX FLEX FLEE FLEE FREE FRET FRAT BRAT BRAN BRAG DRAG FRAG FRAY PRAY PREY TREY GREY GREW BREW CREW CROW BROW GROW GLOW GLOB SLOB SLAB STAB STAY STAR STAP STAG STOG STOP STEP STEW SHEW OHEW WHEW WHET WHEN THEN THAN THIN SHIN SHIP WHIP CHIP CLIP SLIP SLIM SLIT SLIK FLIK FLIP FLOP FLOG FROG FROM PROM PROD PROP PLOP FLOP GLOP GOOP GOOF GOLF WOLF ROLF ROFF RUFF RIFF RIFT GIFT SIFT SILT SULK HULK BULK
  14. FORM FORK DORK DARK BARK PARK PART FART FAST VAST VASE BASE CASE CAST CART DART DARE CARE FARE MARE MALE TALE SALE SOLE SOLD MOLD TOLD GOLD FOLD FOLK FILK MILK MILE MALE MATE MAZE DAZE DOZE DONE NONE NOSE POSE POLE PORE MORE SORE SURE PURE PARE RARE RACE FACE FACT TACT PACT PAST FAST CAST CASE BASE VASE VISE VISA VESA VEST BEST JEST TEST TEAT MEAT NEAT SEAT SEAR FEAR NEAR DEAR BEER BEEP PEEP PEER LEER LEEK LEAK LEAP LEAN BEAN BEAD LEAD LOAD LORD CORD FORD WORD WOOD GOOD GOAD GLAD CLAD CLAP SLAP FLAP FLAT FLAX FLAY FLAB FLAK FLAW FLOW BLOW BLOT PLOT SLOT SLOP SLOB BLOB BLUB CLUB CLUE GLUE GLUG GLUM PLUM PLUG
  15. FORM FORK DORK DARK BARK PARK PART FART FAST VAST VASE BASE CASE CAST CART DART DARE CARE FARE MARE MALE TALE SALE SOLE SOLD MOLD TOLD GOLD FOLD FOLK FILK MILK MILE MALE MATE MAZE DAZE DOZE DONE NONE NOSE POSE POLE PORE MORE SORE SURE PURE PARE RARE RACE FACE FACT TACT PACT PAST FAST CAST CASE BASE VASE VISE VISA VESA VEST BEST JEST TEST TEAT MEAT NEAT SEAT SEAR FEAR NEAR DEAR BEER BEEP PEEP PEER LEER LEEK LEAK LEAP LEAN BEAN BEAD LEAD LOAD LORD CORD FORD WORD WOOD GOOD GOAD GLAD CLAD CLAP SLAP FLAP FLAT FLAX FLAY FLAB FLAK FLAW FLOW BLOW BLOT PLOT SLOT SLOP SLOB BLOB BLUB CLUB
×
×
  • Create New...