Content Type
Profiles
Forums
Events
Everything posted by Wesmosis
-
Registering File Extensions Unattended
Wesmosis replied to SiMoNsAyS's topic in Application Installs
Oh yeah I was just wanted to ask you how did you do it?! and you were nice elegant guy by showing me the method and the (Modified) RegShot before I ask however, it seems cool, and I'll try to use it as much as possible with every software I'de like to make a reg for it here is the direct link for Modified RegShot 1.7 http://www.paraglidernc.com/plugins/RegShot.cab -
Registering File Extensions Unattended
Wesmosis replied to SiMoNsAyS's topic in Application Installs
wOw! thanx man, I'll give it a shot and tell ya after then -
Something is Interfering with Office 2003
Wesmosis replied to Wesmosis's topic in Application Installs
WOW! I found it lastly, after dozens of installtions and removing this and that here is the thingy which drove me crazy over the last 2 weeks! [RegionalSettings] LanguageGroup=1,13 SystemLocale=00000401 InputLocale=0409:00000409,0401:00000401 InputLocale_DefaultUser=0409:00000409 who believ this! the **** regional settings was not ok with the so Picky Shrunken Office 2003 SP1?!!!!! anyway, since I need this RS values, help me out guyz in maintaing those RS along with the picky office 2003 I'll think I'll shift to the Open Office lol -
Registering File Extensions Unattended
Wesmosis replied to SiMoNsAyS's topic in Application Installs
****! regarding the win32pad registring *.txt and other Notpad file extensions I made a compare file before and after installing the proggy with RegShot but the compare file isn't a reg file! it's only a text file filled with GOOD AND Valuable values! and those are the solutions, but I can't make a reg file from them I used jv16 Powertools, it sucks! and hell yeah I rename the txt into reg but didn't work any idea how to use the RegShot to make a good working *.reg file or give another Registry Monitoring proggy I attatched the RegShot file for ya guyz to see it or convert it into reg file thank you in advance win32pad.txt -
ok cool, I exported a very useful reg vlues regarding the Tool bar, Menus ....etc Oh yeah i'm not connected, but how Can I apply the acdsee.reg after the explorer fully loaded, I'm useing RunExOnce.cmd please help me out here mazin and I'll be gratful
-
a new customizable way of reboot after RunOnceEX
Wesmosis replied to ruizit0's topic in Unattended Windows 2000/XP/2003
thanx offtopics: why sometimes when I reinstall my ISO , I got the classic theme rather the Royal theme, which is still located in its folder (\Resources\theme) in the UA cd (?! -
Something is Interfering with Office 2003
Wesmosis replied to Wesmosis's topic in Application Installs
I began a long long process in which I'll will exclude a couple of softwares or changes each time, And I'll test the ISO to reach the (thing) which interfere with my Shrunken Office 2003 SP1 and causing it to Rolback and disppear from my Program Files in front of my eyes! Now I reached that it's a probably related to adding extra account beside the Adminstrator! nothing confirmed yet, but soon things will be obvious B) my libyan regards -
Something is Interfering with Office 2003
Wesmosis replied to Wesmosis's topic in Application Installs
man I hope this will work, I'll give it a shot and tell ya -
Something is Interfering with Office 2003
Wesmosis replied to Wesmosis's topic in Application Installs
by the way , I'm using VMware Workstation 5.0.0.13124 -
Hello guyz , I posted this into BuckEyes post but got no answer, Since I'm in a deep s**t becoz I promise my friend to have a wonderful CD with Office 2k3! in a matter of day or two I have a working Office2003.exe shrunken file (60 MBs) + XPSP2 + Hotfixes + WinLited (could be the cause?) I still get the ROLLBACK problem, I put the .Net Framework prior to Office in the Installtion windows ExRunOnce.cmd but didn't work everything was O'right Till I made some changes to my ISO (Large changes even I can't get which is causing the ROLLBACK Problem): 1- I made an user account named XPSP2 2- Here is Some Softwares I Added: RunOnceEx.cmd cmdow @ /HID @echo off IF EXIST D:\CD.txt set CDROM=D: IF EXIST E:\CD.txt set CDROM=E: IF EXIST F:\CD.txt set CDROM=F: IF EXIST G:\CD.txt set CDROM=G: IF EXIST H:\CD.txt set CDROM=H: IF EXIST I:\CD.txt set CDROM=I: IF EXIST J:\CD.txt set CDROM=J: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D ".NET Framework 1.1 SP1" /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\Softwares\NetFramework\netfxsp1.exe" /f REG ADD %KEY%\020 /VE /D "Microsoft Office 2003 SP1" /f REG ADD %KEY%\020 /V 1 /D "%CDROM%\Softwares\office2003\office2003.exe" /f REG ADD %KEY%\002 /VE /D "ACDess PowerPack v7.0 " /f REG ADD %KEY%\002 /V 1 /D "%CDROM%\Softwares\ACDsee\Acdsee.cmd" /f REG ADD %KEY%\004 /VE /D "Adobe Reader v7.0.2" /f REG ADD %KEY%\004 /V 1 /D "%CDROM%\Softwares\adobe\Adobe.Reader.7.01.Lite.exe" /f REG ADD %KEY%\005 /VE /D "AVG Antivirus v7.0.323 Free" /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\softwares\AVG7\AVG.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /f REG ADD %KEY%\007 /VE /D "Calculator Powertoy" /f REG ADD %KEY%\007 /v 1 /D "%CDROM%\Softwares\PowerCalc\PowerCalc.exe /s /v/qb" /f REG ADD %KEY%\009 /VE /D "CCleaner v1.21" /f REG ADD %KEY%\009 /v 1 /D "%CDROM%\Softwares\CCleaner\CCleanerv1.21.exe /S /NCRC" /f REG ADD %KEY%\012 /VE /D "Flash v7 And Shockwave v10.1" /f REG ADD %KEY%\012 /v 1 /D "%CDROM%\Softwares\Flashplayer\mm_fl_sw_installer.msi /qb" /f REG ADD %KEY%\014 /VE /D "FlashGet v1.65" /f REG ADD %KEY%\014 /v 1 /D "%CDROM%\Softwares\Flashget\FlashGet1.65.exe /S" /f REG ADD %KEY%\016 /VE /D "K-Lite Mega Codec Pack v1.34" /f REG ADD %KEY%\016 /v 1 /D "%CDROM%\Softwares\klcodec\klmcodec134.exe /verysilent /LoadInf=".\klmcp.ini"" /f REG ADD %KEY%\018 /VE /D "Maxthon v1.3.3" /f REG ADD %KEY%\018 /V 1 /D "%CDROM%\Softwares\Maxthon\mcombo.exe /S /NCRC" /f REG ADD %KEY%\022 /VE /D "MSN 7.5.244" /f REG ADD %KEY%\022 /v 1 /D "%CDROM%\Softwares\MSN\MsnMsgs.msi /qb" /f REG ADD %KEY%\026 /VE /D "Sun Java RE v5.0.4" /f REG ADD %KEY%\026 /V 1 /D "%CDROM%\Softwares\JavaVM\jre504.exe" /f REG ADD %KEY%\028 /VE /D "Taskswitch Pro v2.0.7" /f REG ADD %KEY%\028 /v 1 /D "%CDROM%\Softwares\Taskswitch\TaskSwitchXP_2.0.7.exe /S" /f REG ADD %KEY%\030 /VE /D "TweakUI Powertoy" /f REG ADD %KEY%\030 /v 1 /D "%CDROM%\Softwares\TweakUI\TweakUI.msi /qb" /f REG ADD %KEY%\034 /VE /D "Winamp 5 Pro v5.093" /f REG ADD %KEY%\034 /V 1 /D "%CDROM%\Softwares\Winamp\Winamp5093.msi INI=%CDROM%\Softwares\winamp\winamp.ini /qb" /f REG ADD %KEY%\036 /VE /D "Windows Media Player v10" /f REG ADD %KEY%\036 /V 1 /D "%CDROM%\Softwares\WMP10\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f REG ADD %KEY%\038 /VE /D "Windows Script v5.6" /f REG ADD %KEY%\038 /V 1 /D "%CDROM%\Softwares\Script\scripten.exe /Q:A /R:N" /f REG ADD %KEY%\040 /VE /D "WinRAR v3.5 Corp" /f REG ADD %KEY%\040 /V 1 /D "%CDROM%\Softwares\WinRAR\wrar35b6corp.exe /s" /f REG ADD %KEY%\042 /VE /D "Yahoo! Messenger v7.0.247" /f REG ADD %KEY%\042 /V 1 /D "%CDROM%\Softwares\Yahoo\ymsgr7us.exe /S" /f REG ADD %KEY%\042 /V 2 /D "taskkill.exe /F /IM YPager.exe" /f REG ADD %KEY%\085 /VE /D "Reboot..." /f REG ADD %KEY%\085 /V 1 /D "%CDROM%\Softwares\reboot.cmd" /f REG ADD %KEY%\046 /V 1 /D "REGEDIT /S %CDROM%\Softwares\regtweaks.reg" /f EXIT useraccounts.cmd net user XPSP2 /Passwordreq:no /add net localgroup Administrators XPSP2 /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT cmdlines.txt [COMMANDS] "useraccounts.cmd" "RunOnceEx.cmd" oobeinfo.ini [UserInfo] Identity000="NewUser-Admin" Identity001="NewUser-User" Also I replaced Notepad.ex_ with Win32Pad , just in case can Sun Java affect office 2k3 in a way or another? if you want me to post the winnt.sif , I'll do please guyz , help me out and I'll be grateful
-
I got this problem here is my settings: ExRunOnce.cmd REG ADD %KEY%\034 /VE /D "Winamp 5 Pro v5.093" /f REG ADD %KEY%\034 /V 1 /D "%CDROM%\Softwares\Winamp\Winamp5093.msi INI=%CDROM%\Softwares\winamp\winamp.ini /qb" /f winamp.ini [SETUP] Xlibrary=1 Xhotkey=1 Xmodernskin=1 Xvisual=0 Xextra=1 Xaudio=1 Xvideo=0 XAllShort=1 XINET=2 XQuicklaunch=1 Xagent=0 Xname=Wesmosis Xkey="B6274-4FTYD-7DF7F-2QXVM"
-
I used to test my ISOs on VPC but it's **** slow like a turtle . it's great regarding the Format System which already you can format you HDD at the System you want ; NTFS or FAT#2 while VMware is for sure it's faster becos it takes alot ram 192, and you have to format you HDD each time you want to test UA ISO from the scratch I meaning the Virtual HDD not the real another thing that VPC not any more on developing
-
Office Shrinker [reduce source of o2k3/xp/2k]
Wesmosis replied to buckeyeXP's topic in Microsoft Office
Astalavista Quote: this is strange, although I made the .Net FW is the first thing to be installed in ExRunOnce.cmd and then the Shrunk Office 2003 SP1 , still got the funny horrible problem ..........Reverse of the Progress bar and everything disappear from the Program filesany idea what's happening? [Edit] I found this on this topic Any body has experienced the same prob? is that possible? Coz I think I made my Shrinking via Shared folder of Vmware to save time!? Ahhhh [Edit] 2 I copied an older version of Shrun Office.exe which I'm a 100% it's working and when I tried it on VMware , it did the same problem! so I'll post what new have I add after this WORKING Office.exe: 1- I made an Account named XP (I was using only the Adminstrator Account when Office was Ok) 2- Here is my ExRunOnce.cmd (maybe you will find something incompatible or I donno something wrong) cmdow @ /HID @echo off IF EXIST D:\CD.txt set CDROM=D: IF EXIST E:\CD.txt set CDROM=E: IF EXIST F:\CD.txt set CDROM=F: IF EXIST G:\CD.txt set CDROM=G: IF EXIST H:\CD.txt set CDROM=H: IF EXIST I:\CD.txt set CDROM=I: IF EXIST J:\CD.txt set CDROM=J: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Microsoft Office 2003 SP1" /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\Softwares\office2003\office2003.exe" /f REG ADD %KEY%\050 /VE /D ".NET Framework 1.1 SP1" /f REG ADD %KEY%\050 /V 1 /D "%CDROM%\Softwares\NetFramework\netfxsp1.exe" /f REG ADD %KEY%\002 /VE /D "ACDess PowerPack v7.0 " /f REG ADD %KEY%\002 /V 1 /D "%CDROM%\Softwares\ACDsee\Acdsee.cmd" /f REG ADD %KEY%\004 /VE /D "Adobe Reader v7.0.2" /f REG ADD %KEY%\004 /V 1 /D "%CDROM%\Softwares\adobe\Adobe.Reader.7.01.Lite.exe" /f REG ADD %KEY%\005 /VE /D "AVG Antivirus v7.0.323 Free" /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\softwares\AVG7\AVG.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /f REG ADD %KEY%\008 /VE /D "Calculator Powertoy" /f REG ADD %KEY%\008 /v 1 /D "%CDROM%\Softwares\PowerCalc\PowerCalc.exe /s /v/qb" /f REG ADD %KEY%\009 /VE /D "CCleaner v1.21" /f REG ADD %KEY%\009 /v 1 /D "%CDROM%\Softwares\CCleaner\CCleanerv1.21.exe /S /NCRC" /f REG ADD %KEY%\012 /VE /D "Flash v7 And Shockwave v10.1" /f REG ADD %KEY%\012 /v 1 /D "%CDROM%\Softwares\Flashplayer\mm_fl_sw_installer.msi /qb" /f REG ADD %KEY%\013 /VE /D "FlashGet v1.65" /f REG ADD %KEY%\013 /v 1 /D "%CDROM%\Softwares\Flashget\FlashGet1.65.exe /S" /f REG ADD %KEY%\016 /VE /D "K-Lite Mega Codec Pack v1.34" /f REG ADD %KEY%\016 /v 1 /D "%CDROM%\Softwares\klcodec\klmcodec134.exe /verysilent /LoadInf=".\klmcp.ini"" /f REG ADD %KEY%\018 /VE /D "Maxthon v1.3.3" /f REG ADD %KEY%\018 /V 1 /D "%CDROM%\Softwares\Maxthon\mcombo.exe /S /NCRC" /f REG ADD %KEY%\020 /VE /D "MSN 7.5.244" /f REG ADD %KEY%\020 /v 1 /D "%CDROM%\Softwares\MSN\MsnMsgs.msi /qb" /f REG ADD %KEY%\022 /VE /D "Messenger Plus! v3.52." /f REG ADD %KEY%\026 /VE /D "Sun Java RE v5.0.4" /f REG ADD %KEY%\026 /V 1 /D "%CDROM%\Softwares\JavaVM\jre504.exe" /f REG ADD %KEY%\028 /VE /D "Taskswitch Pro v2.0.7" /f REG ADD %KEY%\028 /v 1 /D "%CDROM%\Softwares\Taskswitch\TaskSwitchXP_2.0.7.exe /S" /f REG ADD %KEY%\030 /VE /D "TweakUI Powertoy" /f REG ADD %KEY%\030 /v 1 /D "%CDROM%\Softwares\TweakUI\TweakUI.msi /qb" /f REG ADD %KEY%\034 /VE /D "Winamp 5 Pro v5.093" /f REG ADD %KEY%\034 /V 1 /D "%CDROM%\Softwares\Winamp\Winamp5093.msi INI=%CDROM%\Softwares\winamp\winamp.ini /qb" /f REG ADD %KEY%\036 /VE /D "Windows Media Player v10" /f REG ADD %KEY%\036 /V 1 /D "%CDROM%\Softwares\WMP10\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f REG ADD %KEY%\038 /VE /D "Windows Script v5.6" /f REG ADD %KEY%\038 /V 1 /D "%CDROM%\Softwares\Script\scripten.exe /Q:A /R:N" /f REG ADD %KEY%\040 /VE /D "WinRAR v3.5 Corp" /f REG ADD %KEY%\040 /V 1 /D "%CDROM%\Softwares\WinRAR\wrar35b6corp.exe /s" /f REG ADD %KEY%\042 /VE /D "Yahoo! Messenger v7.0.247" /f REG ADD %KEY%\042 /V 1 /D "%CDROM%\Softwares\Yahoo\ymsgr7us.exe /S" /f REG ADD %KEY%\042 /V 2 /D "taskkill.exe /F /IM YPager.exe" /f REG ADD %KEY%\085 /VE /D "Reboot..." /f REG ADD %KEY%\085 /V 1 /D "%CDROM%\Softwares\reboot.cmd" /f REG ADD %KEY%\046 /V 1 /D "REGEDIT /S %CDROM%\Softwares\regtweaks.reg" /f EXIT -
Installing XP UA from Windows!
Wesmosis replied to Wesmosis's topic in Unattended Windows 2000/XP/2003
ok don't make that face! LOL -
Installing XP UA from Windows!
Wesmosis replied to Wesmosis's topic in Unattended Windows 2000/XP/2003
how can winnt32.msi can read the Answer File winnt.inf?! and what about winnt.bat? -
LOL I've replaced crappy Notepad by Win32Pad via ModifyPE but I want to Unattendely customize the font and the behaviour of this proggy like; saving its position , Esc close it immediatly.......etc
-
is it possible to Install windows UA with the same apps and the settings and everything that is foung in the Awsome Unattended XPSP2 CD?! i.e without booting from DOS and stuff, just enter your D: (CDROM) and run setup.exe, Bingo you will get UA Installtions! Under 32 Enviroment I hope my request is clear
-
thanx Mazin and the other Guyz but I have a little prob here I made the ACDsee.cmd file & my ACDsee.msi is on the CD ROM and I'm installing all my apps from the CDROM through CD.txt, so when the cmd ran it told me that's it couldn't find the msi I replace the %systemdrive% with %CDROM% , it didn't work here is my acdsee.cmd: cls @echo off ECHO ACDSee 7.0 PowerPack Full start /wait %CDROM%\Softwares\ACDSee\ACDSee.msi /QB PIDKEY=*************** LICENSE_MODEL=Full ADDLOCAL=ACDSee,ImageEncodingDecodingPlugIns,ACDPhotoEditor,CommandExtensionPlugIns,FotoSlate,PaneEx tension ECHO. REGEDIT /S %systemdrive%\Softwares\ACDSee\ACDSee.reg copy /Y lmclient.dll "%programfiles%\Common Files\ACD Systems\EN" EXIT again, I wanna install my MSI from the CD ROM via batch file Oh yeah I can put all the variables and parameters in the ExrunOnce.cmd but I'de like to learn something new 2day Also how to prevent thoe Windows on Starting up ACDse: 1- ACDInTouch Viewer 2- Software Update Program 3- ACDsee Product Registration Last Q How to Customize the Tool bar? E.g removing the In TouMy & My ACD Icons ....etc Offtopic: how can I cancel the reboot (reboot.cmd) which is going to work after Exrunonce.cmd? just in case someone is in a rush and don't want that Countdown! [Edit] Ok I figured how to install the msi file from CD via the ACDsee.cmd just like ExRunOnce.cmd, adding the parameters : IF EXIST D:\CD.txt set CDROM=D: IF EXIST E:\CD.txt set CDROM=E: IF EXIST F:\CD.txt set CDROM=F: IF EXIST G:\CD.txt set CDROM=G: IF EXIST H:\CD.txt set CDROM=H: IF EXIST I:\CD.txt set CDROM=I: IF EXIST J:\CD.txt set CDROM=J: Cool, I'm waiting for th answer of the other issues, thanx in advanced waiting for my heros [/EDIT]
-
I'm using a cracked version & I'm fine with it! so cool 7.043 BTW, I prefer 5.0
-
@Jito man i'm speechless! you answered all my questions perfectly and I'm so satisfied :blush: I didn't mean the Images, but I meant after installing the software, it doesn't take much MBs at thr program files @Tags You're real fun man! especially you avatar!
-
I don' know, I'm kinda hated 7 becoz of limited ability to customize the interface, toolbar , .....etc ACDsee 5 is best for me and also when I did comparison on how much System Resources by using Process Explorer 9.0, 5 is much more less , and hence it's faster any experenced users of 7 to tell us (Real) positive info about it
-
Good poll, you will Decide Soon! http://www.msfn.org/board/index.php?showto...937&hl=wesmosis
-
User Account without Password
Wesmosis replied to Wesmosis's topic in Unattended Windows 2000/XP/2003
@ Takeshi I tried your method , Worked like a Charm! and for other members who want this thing done: here is a little tutorial about making a an Account Named XP not PASSWORDED, of course beside the Adminstrator Account which you will need in case of Emergency! (Safe Mode) which also without PW 1- cmdlines.txt [COMMANDS] "useraccounts.cmd" "RunOnceEx.cmd" 2- oobeinfo.ini [UserInfo] Identity000="NewUser-Admin" Identity001="NewUser-User" 3- useraccounts.cmd net user XP /Passwordreq:no /add net localgroup Administrators XP /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT 4- Winnt.sif [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO AutoLogon = No <- Focus on This Buddy!:P TimeZone = 120 OEMSkipRegional = 1 OemSkipWelcome = 1 5- NO NEED TO USE AUTOLOGIN.REG! see ya guyz -
User Account without Password
Wesmosis replied to Wesmosis's topic in Unattended Windows 2000/XP/2003
@WordUp thanx, but cinsider all the possibilties! I can't assure 100% giving him the PW! and also We gotta learn something new 2day @Takeshi no I don't want to use autologin @BoardBabe thanx , I'll give it a shot -
User Account without Password
Wesmosis replied to Wesmosis's topic in Unattended Windows 2000/XP/2003
also when I enter the Safe Mode, it entered via XP (see above) Account rather than the Adminstrator suppose that the XP account got damaged in a way or another! then I can't log in to the Adimnstrator Account for maintenance