Content Type
Profiles
Forums
Events
Everything posted by SiMoNsAyS
-
well guys, need help with Firefox (again). i've messed a lot with the firefox installation so now i think i know pretty much about it. after my unattended installation firefox installed fine following my method here problem comes after the installation when i try to run firefox, i can see in the taskmgr the process with a 0% of cpu use but firefox window never shows. you can think that it's a problem with my method, problem of my unattended installation, removed components with nlite and this topic must be on another subforum but i don't think so, why?: installation runs fine with no errors shown, i've tested that with and without profile and plugins, when i run the browser on safe mode it has the same issue, normal installation of firefox have the same problem, this comes from a few days, i thought it was something about the services i disabled but with them enabled it's the same problem, i've killed all the process running on the background (except criticals), i've run the installation without regtweaks.reg and without any programx except firefox and finally and most annoying: if i run the browser (without safemode) from windows xp safemode it opens normally with plugins, profile and so on... any ideas? what more i can try?
-
let me be the first one that will point you to "search until post", it's just a non-written rule about wmp10 refer to this topic and @Alanoll let me quote you ps: i forgot to say: welcome
-
QuickTransit
-
i've seen this before forum ruleshave u try to deeply search your HKCR section in the registry?
-
WINNT.SIF of course @Daimao, sorry i dunno if create favorite folders works
-
i guessed that too
-
mmm do you mean place the themes using an unattended installation on %WINDIR%\Resources\Themes? To do that simply place your themes on the XPCD\$OEM$\$$\Resources\Themes Si no es eso escribe en español para q t ayude
-
and they worked? i installed lindows on my virtual machine so i couldn't try any game.
-
ThemeXP and Deviant Art will be enough edit: i forgot 1 thing, don't download files from ThemeXP with .exe extension if you don't know how to extract them
-
@baggers02 it's a pitty to hear that if any1 would like to know i'm working on an unattended installation of the alcatel speedtouch 330 usb modem...
-
it is legal to give your frind an original cd if you do not give him a hifi to listen it? together with the key you buy the cd, there it's included an "intelectual property" and of course it's protected by the copyright. anyway offtopic welcome
-
How to Create a folder with a right click ?
SiMoNsAyS replied to webservices's topic in Unattended Windows 2000/XP/2003
@idle.newbie, i totally agree with you. why a cmd in sendto? it's exactly the same as new>folder. keyboard shortcut it's easier and quicker -
of course it helps! if i post it's because i've searched before and i've found 3 installation methods, i currently use the administrative installation but i dunno if the setup.iss method works better bcuz i haven't tested mine yet. now again my question "any1 can post his silent installation method for control center?" worked? edit: i guess my installation method don't work because there is a problem with the tempmode of rar sfxs
-
any1 can post his silent installation method for control center?
-
[How To] Use multiple CDs on your setup
SiMoNsAyS replied to SiMoNsAyS's topic in Unattended Windows 2000/XP/2003
good question, please check first post. on that command file, if office cd it's not inserted in 1min, variable it's not set and the installation will continue and if it's then it will install office. -
Add Makecab and Expand in SendTo
SiMoNsAyS replied to jdoe's topic in Unattended Windows 2000/XP/2003
@webservices, dll it's deleted by default. if you don't want to, remove this line from makecab.cmd DEL /F /Q %1 -
too bigger 4 me sorry man, and about the picture itself well it looks like a collage and it's not of my taste, just an opinion
-
Wanna restarting but no luck
SiMoNsAyS replied to argon007's topic in Unattended Windows 2000/XP/2003
create a new file "restart.cmd" and place there this @echo off cmdow @ /HID shutdown.exe -r -f -t 5 -c "Windows Se Prepara Para Reiniciarse En 5 Segundos..." exit but wait a moment... do u want to restart until setup it's finished?? i use that cmd at the end of runonce but probably at the time you want to run the code, shutdown.exe it isn't copied yet. also if you run that code until runonce you'll brake the installation progress and it will restart from t-39 -
Very quick question about Accounts
SiMoNsAyS replied to Bouchehog's topic in Unattended Windows 2000/XP/2003
this happens if installations finds a folder called Administrator so to preserve the files on that folder and not overwrite them, it simply uses a new name like Administrator.ComputerName, this can happen with a UserAccount.ComputerName and so on... you can't use $OEM/$Docs/Administrator or $OEM/$Docs/UserName in your cd, a simple solution it's to extract the files to that folder or copy them from another location you know -
mmm a great storage, yes, but what about spam and so on?
-
Changing the login screen...
SiMoNsAyS replied to chicoquente's topic in Unattended Windows 2000/XP/2003
probably your logonui.exe original file it's smaller because the modified one has great size bmps or their resolution it's better. to replace the original as shaggy said, rename your downloaded logon to logonui.exe and type in the command prompt: makecab.exe logonui.exe so it will create a new file named logonui.ex_, after that replace it on the i386 folder. -
Add Makecab and Expand in SendTo
SiMoNsAyS replied to jdoe's topic in Unattended Windows 2000/XP/2003
@jdoe thanks dude just a bit of my taste but i preffer to add the /A /-P switches to the dir command -
inside windows of course but from PE... until the second reboot (when you see the logonui screen) some variables are not defined yet, like for example %APPDATA%. if you want to test it simply try to copy something to %APPDATA% from cmdlines.txt and add a pause to see the results at the end of the script
-
[How To] Use multiple CDs on your setup
SiMoNsAyS replied to SiMoNsAyS's topic in Unattended Windows 2000/XP/2003
i'll try to explain it but not detailed: you got to stablish a first variable in this case, %CDROM% so first portion of code it's for the 1CD, next we stablish a second variable, last portion of code, which is %OFFICE%. both codes go to your runonceex. to do this we need in the first cd CD1.TXT (that contains the main installation of xp) and in the second cd we put CD2.TXT (this is our new created cd that contains office). for a deeply explanation refer to first post. -
If it's run from the RunOnceEx process you can use the %APPDATA% variable, and if you use cmdow to hide command prompts it will look like @echo off cmdow @ /HID CD %APPDATA% MD Sun\Java\Deployment ECHO deployment.console.startup.mode=disable >> Sun\Java\Deployment\deployment.properties anyway many thanks RyanVM, i'll use it