Jump to content

smeko

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

About smeko

smeko's Achievements

0

Reputation

  1. The path used in your CMD script seems strange for a desktop shortcut path. If you will check the additions that I added to the previous script from radix, then you notice that removal of all associated desktop shortcuts are removed by the code block shown below So, is there an issue with a WinAmp desktop shortcut still existing after execution of the script? It does not erase the icon on the desktop
  2. Thanks guys, I appreciate everything you have done:) One thing to Winamp icon on the desktop, but it is not the whole world, can make a batch script to delete the DEL "%AllUsersProfile%\Skrivbord\Winamp.ink"
  3. Hello Radix and MHZ again Im trying to use this at T-13 silently, first im trying in windows and its doesnt work. The codes u gives give apears do same thing Winamp Remote. FreeMusic,Desktopicon and groupmenu icon. Here is MHZ Code: Winamp.exe /S in Autoit code Here is Radix Code: Using Winamp.exe /S And here is my original file: This is when i run without /S This is how i want it its Perfect but when im using /S it ruins everything
  4. Thanks guys i will try it and tell you later
  5. Hello. I will make a Nlite addon with Autoit with Winamp. When I run the script normally everything works all right. I have configured that there should not be any desktop icons and startmeny group. When in making a cab/7z file im using the switch /S. After t-13 theres is a desktop icon and a programgroup and winamp Toolbar and all the other stuffs that i have removed I hope someone can help me Install.au3
  6. Here you are. Everest_3.01.652.au3
  7. Thank you JohnHc for the respone, but i tried on my other computer that are running xp and the same problem shows there i think its something with the explorer 7. because i integrated sp3 and all updates exept ie7 and it worked on vista, but i havnt tried on xp
  8. Hello again im using a fresh copy of XP PRO without any servicepack i have used that source before to integrate sp2 and there where no problem. Could it be explorer 7? F_REG_ENDE_SESSION.INI I copied a fresh LSASS.EX_ into the modified xp and its show the same
  9. Hello. Im slipstreaming service pack 3 on my computer with the latest critical updates i have tried on a real computer and on vmware and this error show all the time. I have much memory on my computer so it cant be that. "lsass.exe" is the Local Security Authentication Server Here i have the screenshots
  10. smeko

    RunOnceEx

    Thanks brother for the help its working now i got my full uppdated cd with many extensions. Thanks again brother Peace
  11. smeko

    RunOnceEx

    Hello. Im trying do run the apps from differents map's but i only get error. I have RunOnceEx in $OEM$ directory and a mapp called apps and everything working. I have all updates and softwares in one mapp i want in differents mapps. cmdow @ /HID @Echo Off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i: SET PP=%cdrom%\Apps\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installerar applikationer" /f REG ADD %KEY%\001 /VE /D "Windows Verktyget Borttagning av skadlig programvara - Jun. 2007" /f REG ADD %KEY%\001 /V 1 /D "%PP%KB890830.exe /q" /f REG ADD %KEY%\002 /VE /D "INTERNET UPPDATERING" /f REG ADD %KEY%\002 /V 1 /D "%PP%KB890830.exe /q" /f REG ADD %KEY%\003 /VE /D "CardSpace-uppdateringspaket" /f REG ADD %KEY%\003 /V 1 /D "%PP%KB925720.exe /q" /f REG ADD %KEY%\004 /VE /D "XML Core Services 6.0" /f REG ADD %KEY%\004 /V 1 /D "%PP%KB927977.exe /q" /f REG ADD %KEY%\005 /VE /D ".NET Framework 1.1" /f REG ADD %KEY%\005 /V 1 /D "%PP%dotnetfx.exe" /f REG ADD %KEY%\006 /VE /D ".NET Framework 1.1 Service Pack 1" /f REG ADD %KEY%\006 /V 1 /D "%PP%KB867460.exe /q" /f REG ADD %KEY%\007 /VE /D "S„kerhetsuppdatering f”r .NET Framework 2.0 (1)" /f REG ADD %KEY%\007 /V 1 /D "%PP%KB917283.exe /q" /f REG ADD %KEY%\008 /VE /D "S„kerhetsuppdatering f”r .NET Framework 2.0 (2)" /f REG ADD %KEY%\008 /V 1 /D "%PP%KB922770.exe /q" /f REG ADD %KEY%\009 /VE /D "S„kerhetsuppdatering f”r .NET Framework 1.1" /f REG ADD %KEY%\009 /V 1 /D "%PP%KB886903.exe /q" /f REG ADD %KEY%\010 /VE /D "Spr†kpaket f”r .NET Framework 1.1" /f REG ADD %KEY%\010 /V 1 /D "%PP%langp1.exe" /f REG ADD %KEY%\011 /VE /D "Microsoft .NET Framework 2.0 SP1" /f REG ADD %KEY%\011 /V 1 /D "%PP%2.0sp1.exe /q /norestart" /f REG ADD %KEY%\012 /VE /D ".NET Framework 3.0" /f REG ADD %KEY%\012 /V 1 /D "%PP%dotnet3.exe /q /norestart" /f REG ADD %KEY%\013 /VE /D "Microsoft .NET Framework 3.0 SP1" /f REG ADD %KEY%\013 /V 1 /D "%PP%3.0SP1.exe /q /norestart" /f REG ADD %KEY%\014 /VE /D "L„gger till \"User Accounts 2\" i kontrollpanelen" /f REG ADD %KEY%\014 /V 1 /D "%PP%userpasswords2.bat" /f EXIT And here is my script that doesnt work. In this script i want to run it from java the exe file. im trying 3 differents methods cmdow @ /HID @Echo Off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i: SET PP=%cdrom%\Apps\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installerar applikationer" /f REG ADD %KEY%\001 /VE /D "Java1" /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\java\java.exe /q" /f REG ADD %KEY%\002 /VE /D "Java2" /f REG ADD %KEY%\002 /V 1 /D "%systemdrive%\java\java.exe /q" /f REG ADD %KEY%\003 /VE /D "Java3" /f REG ADD %KEY%\003 /V 1 /D "%PP%\java\java.exe /q" /f EXIT i got error all the time
  12. smeko

    Plugin.ocx

    Like the topic says. 1.First im copying my windows folder on my computer. 2.Then i use ryans integrator with the latest update. 3.then using nlate and integrating service pack 2 and latest hotfixes. 4.and personliazing my xp and that. after formating my computer and windows extracting files there is a error message " missing file plugin.ocx if you want to skip press esc " if you want to continue?. I have windows xp pro swedish. did i do right with the integrations which should i do first using ryans integrator or integrate sp2 and hotfixes and after that using ryans integrator. then i must unpack the image file again?
×
×
  • Create New...