Jump to content

larciel

Member
  • Posts

    337
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by larciel

  1. here is it nuhi. MagicAndre1981, I've tried your suggestion and it doesn't work. It sounded right but for some reason I still get the BSOD. thanks for suggestion. Last_Session.ini
  2. It's xp RTM + SP2 slipstreamed, not Dell ver. What was detail of your test nuhi? just pure SP3 slip and no mod?
  3. New problem occured Could anyone try the session file? I do not get IE or Outlook express after installation. (for that matter, any other important system setups) *SOLVED* Looks like the 'security center' problem still exists with RC2 ~~~~~~~~~~~~~~~~~~~~~~~~~SOLVED~~~~~~~~~~~~~~ used nlite to slipstream sp3 v3244 over fresh SP2 disc. slipstream went fine as well as other nlite stuff (i've used same config as one I've used for sp2) but during first copying I get BSOD, about SETUPDD.SYS sthg about trying to write to restricted area. anybody get this? Last_Session.ini
  4. ... which works the same way Follow the steps as I wrote them above, but instead of "Adobe Reader" read "Adobe Acrobat". Acrobat reader and Acrobat is quite different programs. Most important one being one is free while other one costs $299. I don't think you can download acrobat 8.1 for free and if I follow you correctly, what's the point of going through all this when you already have 8.1 My question was how to integrate 8.1 update to acrobat 8.0 so I can install 8.1 in one setup. Thanks for reply, this is more trickier than 7.0
  5. Could you explain with more details? I don't see where you can update the 8.0 MSI with 8.1 MSI file in Cust. Wizard.
  6. yeah, except I'm looking for acrobat, not reader
  7. I tried same way as I did acrobat 7 (not reader) which was to use that switch. I could probably use silent switch to update 8.1 over installed 8.0 but my goal is to do one install of 8.1. more tinkering ahead. I'll report if I find anything useful
  8. I've tried alot of method. but none of them worked. The closest I got to succeeding it was when I used msiexec /p Acro81UPDATE.msp /a AcroPro.msi /qb! and that ran fine. But when I tried to install the program, it'd halt at the end of setup saying a file (patch32w.dll) was missing, possibly from DATA1.cab and installation will end. If anyone has a way to do this, I'm all ears. Thanks
  9. larciel

    XPero's utilities

    Awesome! just when I was getting tired of PowerToy.! Thanks xpero!!
  10. I can confirm that you do not need to install .net2.0 before launching wpi. I install .net with WPI
  11. so how did it go? I followed the link's instruction but mine shows the update on the website as well *weird. MS Update shows 9 hotfixes, while Office update shows none.
  12. seems to be the last two commands. I moved it to Runonceex and WPi now exits normally. Thanks for all help
  13. Here you go None1.bat cmdow @ /HID @echo off ECHO Please wait as applications are installed. This may take several minutes. ECHO REM Example, how to look for CDROM-drive. Must have a file called WIN51 in its root. for %%i in (C 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:\WIN51 set CDROM=%%i: for %%a in (C 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 %%a:\WIN51IP set CDROMS=%%a: :ECHO. :ECHO Applying Registry Tweak ver 1.0... REGEDIT /S %systemdrive%\Regedit.reg If defined CDROMS (REGEDIT /S %systemdrive%\disableAU.reg) :TweakUI regtweak 3/28/06 :REGEDIT /S %systemdrive%\tweakui.reg :Extract prime95 to C:\ SET DIRROOT=%SystemDrive% %CDROM%\OEM\bin\7z.exe x -y -aoa %CDROM%\winapp\ortho*.7z -o"%DIRROOT%\Orthos\" MD "%systemdrive%\CPU-Z" %CDROM%\OEM\bin\7z.exe x -y -aoa %CDROM%\winapp\cpu*.7z -o"%DIRROOT%\CPU-Z" REM ftype will also show all registered types assoc .blt=txtfile assoc .cue=txtfile assoc .diz=txtfile assoc .eml=txtfile assoc .iss=txtfile assoc .log=txtfile assoc .md5=txtfile assoc .nbi=txtfile assoc .nt=txtfile assoc .pif=txtfile assoc .sam=txtfile assoc .sif=txtfile assoc .sfv=txtfile assoc *=txtfile cmd2.cmd cmdow @ /HID @echo off for %%a in (C 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 %%a:\chk_d.txt set D_Drive=%%a: :for %%b in (C 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 %%b:\WIN51 set cdrom=%%b: If defined D_Drive (del /Q "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\*.*" copy "%D_Drive%\none\Back Ups\Quick Launch\*.*" "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\") robocopy "%D_Drive%\Sessions" "%APPDATA%\Opera\Opera 9\profile\sessions" "*.*" /MOVE robocopy "%D_Drive%" "%APPDATA%\Opera\Opera 9\profile" "wand.dat" /MOV exit finish.cmd cmdow @ /HID @echo off RD /S/Q %SystemDrive%\wpi RD /S/Q %SystemDrive%\temp RD /S/Q %SystemDrive%\theme del /s/q %systemdrive%\none1.bat del /s/q %systemdrive%\regedit.reg del /s/q %systemdrive%\disableAU.reg exit
  14. I seem to came to same conclusion as you guys. but I can't pinpoint what's causing the error. Most likely it's last one or last to next one. here it is. it's quite long //--------------------------------------------------------------------------------------------- // Reference ... prog[0] won't be used. It's just an example. // Look in program.js to see explanation of these properties. //--------------------------------------------------------------------------------------------- // pn=0; // start value for prog numbering // prog[pn]=['ProgramName']; // ordr[pn]=[0]; // desc[pn]=['Description']; // uid[pn]=['APP1']; // dflt[pn]=['no']; // cat[pn]=['Application Category']; // forc[pn]=['false']; // configs[pn]=['List of configs to be auto checked. Comma seperated']; // deps[pn]=[]; // excl[pn]=[]; // cond[pn]=['Javascript Conditional Statement']; // gcond[pn]=['Javascript Conditional Statement to gray item']; // regb[pn]=['Registry Key Path']; // cmd1[pn]=['CommandLine 1']; // cmd2[pn]=['CommandLine 2']; // cmd3[pn]=['CommandLine 3']; // cmd4[pn]=['CommandLine 4']; // cmd5[pn]=['CommandLine 5']; // cmd6[pn]=['CommandLine 6']; // rega[pn]=['Registry Key Path']; // picf[pn]=['Picture File']; // picw[pn]=['Width']; // pich[pn]=['Height']; // textl[pn]=['Text Location']; // pn++; //--------------------------------------------------------------------------------------------- // Your programs here ... //--------------------------------------------------------------------------------------------- pn=1; prog[pn]=['4 DeskViewing Program']; ordr[pn]=[78]; desc[pn]=['Enables four different desktop for easy switching and organization']; uid[pn]=['4DESKVIEWINGPROGRAM']; dflt[pn]=['no']; cat[pn]=['Tweaks and Add-ons']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%cdrom%\\winapp\\tweak\\4desk131setup.exe /S']; picf[pn]=['4desk.png']; picw[pn]=['96']; pich[pn]=['32']; textl[pn]=['Bottom']; pn++; prog[pn]=['7zip Archiever']; ordr[pn]=[32]; desc[pn]=['Compressor tool for .7z files.']; uid[pn]=['7ZIPARCHIEVER']; dflt[pn]=['no']; cat[pn]=['Zip']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\sys\\7z.exe /S']; picf[pn]=['7zip.png']; picw[pn]=['112']; pich[pn]=['64']; textl[pn]=['Bottom']; pn++; prog[pn]=['Active Desktop Calendar']; ordr[pn]=[79]; desc[pn]=['Time management program']; uid[pn]=['ACTIVEDESKTOPCALENDAR']; dflt[pn]=['yes']; cat[pn]=['Tweaks and Add-ons']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\adc.exe /verysilent']; rega[pn]=['%CDROM%\\winapp\\adc.reg']; picf[pn]=['adc.png']; picw[pn]=['256']; pich[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['Adobe Acrobat 7 Professional']; ordr[pn]=[20]; desc[pn]=['.PDF File Management Software']; uid[pn]=['ADOBEACROBAT7PROFESSIONAL']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; excl[pn]=['acro71']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\adobe\\acro7\\cmd.cmd']; picf[pn]=['acro7.jpg']; picw[pn]=['208']; pich[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['Adobe Illustrator CS2']; ordr[pn]=[22]; desc[pn]=['Adobe Illustrator CS2']; uid[pn]=['ADOBEILLUSTRATORCS2']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\adobe\\ics2\\Setup.exe']; picf[pn]=['ics2.jpg']; picw[pn]=['208']; pich[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['Adobe Photoshop CS2 Update']; ordr[pn]=[23]; desc[pn]=['Adobe Photoshop']; uid[pn]=['ADOBEPHOTOSHOPCS2UPDATE']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\adobe\\pcs2\\cmd.cmd']; picf[pn]=['pcs22.jpg']; picw[pn]=['256']; pich[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['Adobe Reader 7.0.8']; ordr[pn]=[21]; desc[pn]=['Allows to view PDF-Files.']; uid[pn]=['acro71']; dflt[pn]=['yes']; cat[pn]=['Office']; forc[pn]=['no']; configs[pn]=['yes']; excl[pn]=['ADOBEACROBAT7PROFESSIONAL']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%cdrom%\\winapp\\timekill.vbs']; cmd2[pn]=['%cdrom%\\winapp\\office\\acro.exe']; picf[pn]=['acro.gif']; picw[pn]=['256']; pich[pn]=['208']; textl[pn]=['Bottom']; pn++; prog[pn]=['Ai Roboform 6']; ordr[pn]=[80]; desc[pn]=['Password Manager']; uid[pn]=['AIROBOFORM6']; dflt[pn]=['yes']; cat[pn]=['Tweaks and Add-ons']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\internet\\airoboform.exe /silent']; cmd2[pn]=['%CDROM%\\winapp\\internet\\airoboform.cmd']; picf[pn]=['airobo.gif']; picw[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['AlPass 3']; ordr[pn]=[81]; desc[pn]=['Password Manger']; uid[pn]=['ALPASS3']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; excl[pn]=['AIROBOFORM6']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\alpass.exe /VERYSILENT']; picf[pn]=['altools.gif']; picw[pn]=['64']; pich[pn]=['85']; textl[pn]=['Bottom']; pn++; prog[pn]=['AlSee 5']; ordr[pn]=[29]; desc[pn]=['Picture viewer']; uid[pn]=['ALSEE401']; dflt[pn]=['yes']; cat[pn]=['Media']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\alsee.exe /VERYSILENT']; picf[pn]=['alsee.gif']; picw[pn]=['64']; pich[pn]=['85']; textl[pn]=['Bottom']; pn++; prog[pn]=['AlZip 6']; ordr[pn]=[33]; desc[pn]=['Zip Utility Program']; uid[pn]=['ALZIP6']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\alzip.exe /VERYSILENT']; picf[pn]=['alzip.gif']; picw[pn]=['64']; pich[pn]=['85']; textl[pn]=['Bottom']; pn++; prog[pn]=['AM-Deadlink 2.8']; ordr[pn]=[85]; desc[pn]=['Internet Favorites Management Utility']; uid[pn]=['AMDEADLINK28']; dflt[pn]=['no']; cat[pn]=['Internet']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\internet\\dlsetup.exe /verysilent']; picf[pn]=['amdead.gif']; picw[pn]=['48']; pich[pn]=['48']; textl[pn]=['Bottom']; pn++; prog[pn]=['Avant Browser 10']; ordr[pn]=[66]; desc[pn]=['Internet Explorer Alternative']; uid[pn]=['AVANTBROWSER10BUILD132']; dflt[pn]=['no']; cat[pn]=['Internet']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\internet\\absetup.exe /S']; picf[pn]=['avant.gif']; picw[pn]=['85']; pich[pn]=['85']; textl[pn]=['Bottom']; pn++; prog[pn]=['AVG Free Virus Scanner']; ordr[pn]=[5]; desc[pn]=['Free AntiVirus Scanner']; uid[pn]=['AVGFREEVIRUSSCANNER']; dflt[pn]=['yes']; cat[pn]=['System Tools']; forc[pn]=['no']; excl[pn]=['SYMANTECNORTONANTIVIRUSCO']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\sys\\setup.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED']; picf[pn]=['avg.gif']; picw[pn]=['176']; pich[pn]=['64']; textl[pn]=['Bottom']; pn++; prog[pn]=['CDEx 1.70']; ordr[pn]=[36]; desc[pn]=['Rips mp3 files from CD. Convert .wav to/from mp3 and other files']; uid[pn]=['CDEX']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\cdex.cmd']; picf[pn]=['cdex.jpg']; picw[pn]=['160']; pich[pn]=['128']; textl[pn]=['Bottom']; pn++; prog[pn]=['CloneCD 5']; ordr[pn]=[38]; desc[pn]=['CD Duplicate Program']; uid[pn]=['CLONECD5']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\clone\\clonecd.exe']; picf[pn]=['clonecd.gif']; picw[pn]=['160']; pich[pn]=['128']; textl[pn]=['Bottom']; pn++; prog[pn]=['CloneDVD 2']; ordr[pn]=[39]; desc[pn]=['DVD Duplicate Program']; uid[pn]=['CLONEDVD2']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\clone\\CLONEDVD.EXE']; picf[pn]=['clonedvd.gif']; picw[pn]=['160']; pich[pn]=['128']; textl[pn]=['Bottom']; pn++; prog[pn]=['Clubbox Setup']; ordr[pn]=[77]; desc[pn]=['Clubbox Download Manager']; uid[pn]=['CLUBBOXSETUP']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\clubboxsetup.exe /S']; picf[pn]=['clubbox.gif']; picw[pn]=['112']; pich[pn]=['85']; textl[pn]=['Bottom']; pn++; prog[pn]=['cyworld auto 2.02']; ordr[pn]=[86]; desc[pn]=['Program to handle cyworld.com mini homepage']; uid[pn]=['CYWORLDAUTO202']; dflt[pn]=['no']; cat[pn]=['Internet']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\internet\\cyauto.exe /VERYSILENT']; picf[pn]=['cyworld.gif']; picw[pn]=['128']; pich[pn]=['64']; textl[pn]=['Bottom']; pn++; prog[pn]=['**** NFO Viewer 2.10.0031 RC3']; ordr[pn]=[82]; desc[pn]=['.nfo file viewer']; uid[pn]=['DAMNNFOVIEWER2100031RC3']; dflt[pn]=['no']; cat[pn]=['Tweaks and Add-ons']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\****.cmd']; picf[pn]=['****.jpg']; picw[pn]=['64']; pich[pn]=['64']; textl[pn]=['Bottom']; pn++; prog[pn]=['Daum CAFEON']; ordr[pn]=[75]; desc[pn]=['Daum Cafe Utility - If you use Daum.net cafe, Install this']; uid[pn]=['DAUMCAFEON']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\daum\\cafeon.exe']; picf[pn]=['daum.gif']; picw[pn]=['96']; pich[pn]=['48']; textl[pn]=['Bottom']; pn++; prog[pn]=['Daum Touch']; ordr[pn]=[76]; desc[pn]=['Daum.net Messenger Program']; uid[pn]=['DAUMTOUCH']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\daum\\daumtouch.exe']; cmd2[pn]=['%CDROM%\\winapp\\dvd\\daum\\daumkill.cmd']; picf[pn]=['daumtouch.gif']; picw[pn]=['256']; pich[pn]=['85']; textl[pn]=['Bottom']; pn++; prog[pn]=['DVD Shrink 32']; ordr[pn]=[40]; desc[pn]=['DVD Movie Utility']; uid[pn]=['DVDSHRINK32']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\dvdshrink32setup.exe /silent']; picf[pn]=['dvdshrink.jpg']; picw[pn]=['176']; pich[pn]=['240']; textl[pn]=['Bottom']; pn++; prog[pn]=['eMule 0.47a']; ordr[pn]=[83]; desc[pn]=['eDonkey/Kazza/WinMX Replacement.']; uid[pn]=['EMULE046b']; dflt[pn]=['no']; cat[pn]=['Misc']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\internet\\emule047a.exe /S']; cmd2[pn]=['%CDROM%\\winapp\\internet\\emule.cmd']; picf[pn]=['emule.png']; picw[pn]=['192']; pich[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['FinePrint 5.54 Server Edition']; ordr[pn]=[71]; desc[pn]=['Allows to print upto 8 pages into one']; uid[pn]=['FINEPRINT554SERVERED']; dflt[pn]=['no']; cat[pn]=['Tweaks and Add-ons']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\tweak\\fpe.exe']; picf[pn]=['fineprint.jpg']; picw[pn]=['256']; pich[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['Google Desktop Search 4']; ordr[pn]=[70]; desc[pn]=['Desktop Search Utility']; uid[pn]=['GOOGLEDESKTOPSEARCH4']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\DVD\\gds.exe /silent']; picf[pn]=['google.jpg']; picw[pn]=['208']; pich[pn]=['112']; textl[pn]=['Bottom']; pn++; prog[pn]=['Google Picasa2']; ordr[pn]=[28]; desc[pn]=['A very good picture viewer. Can upload picture directly to online developing sites']; uid[pn]=['GOOGLEPICASA2']; dflt[pn]=['no']; cat[pn]=['Media']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\picasa2.exe /S']; cmd2[pn]=['%CDROM%\\winapp\\picasa.cmd']; picf[pn]=['picasa.gif']; picw[pn]=['176']; textl[pn]=['Bottom']; pn++; prog[pn]=['Google Toolbar 4 Enterprise Ed.']; ordr[pn]=[69]; desc[pn]=['Installs toolbar in Web Browsers: Easy search, remembers personal info, etc']; uid[pn]=['GOOGLETOOLBAR30BETA']; dflt[pn]=['yes']; cat[pn]=['Tweaks and Add-ons']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\internet\\GoogleToolbarInstaller.msi /qn']; picf[pn]=['google.jpg']; picw[pn]=['208']; pich[pn]=['112']; textl[pn]=['Bottom']; pn++; prog[pn]=['Hangul 2007']; ordr[pn]=[24]; desc[pn]=['Hangul 2007 Word Processor. Handles .HWP files']; uid[pn]=['HANGUL2005']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\hangul\\install\\hangul.cmd']; picf[pn]=['hangul.gif']; picw[pn]=['128']; pich[pn]=['128']; textl[pn]=['Bottom']; pn++; prog[pn]=['Honeyview 2.820']; ordr[pn]=[84]; desc[pn]=['Utility for viewing large number of picture files']; uid[pn]=['HONEYVIEW2636']; dflt[pn]=['no']; cat[pn]=['Misc']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\hv.exe /S']; picf[pn]=['hv2.png']; picw[pn]=['256']; pich[pn]=['208']; textl[pn]=['Bottom']; pn++; prog[pn]=['ipop Gom Player 2.0']; ordr[pn]=[35]; desc[pn]=['Media Player www.ipop.co.kr']; uid[pn]=['GOMPLAYER']; dflt[pn]=['no']; cat[pn]=['Media']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\media\\gom2.exe /S']; picf[pn]=['gom.jpg']; picw[pn]=['256']; pich[pn]=['224']; textl[pn]=['Bottom']; pn++; prog[pn]=['iPop Ping Messenger']; ordr[pn]=[74]; desc[pn]=['Online Messenger Program for iPop. Controls PopFolder']; uid[pn]=['IPOPPINGMESSENGER']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\pingsetup.exe /S']; picf[pn]=['ipopping.gif']; picw[pn]=['256']; pich[pn]=['112']; textl[pn]=['Bottom']; pn++; prog[pn]=['ipop PopRecv Setup']; ordr[pn]=[73]; desc[pn]=['Download manager for ipop']; uid[pn]=['IPOPPOPRECVSETUP']; dflt[pn]=['yes']; cat[pn]=['Internet']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\internet\\poprecvsetup.exe /S']; cmd2[pn]=['%CDROM%\\winapp\\internet\\poprecv.cmd']; picf[pn]=['ipop.gif']; picw[pn]=['128']; pich[pn]=['64']; textl[pn]=['Bottom']; pn++; prog[pn]=['Microsoft .net 1.1 / 2.0 Final']; ordr[pn]=[2]; desc[pn]=['Microsoft .net 2.0 and .net 1.1 SP1']; uid[pn]=['NET20FINAL']; dflt[pn]=['yes']; cat[pn]=['System Tools']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\sys\\dotnet11.exe']; cmd2[pn]=['%CDROM%\\winapp\\sys\\dotnet2.exe']; picf[pn]=['winxp.png']; picw[pn]=['256']; pich[pn]=['208']; textl[pn]=['Bottom']; pn++; prog[pn]=['Microsoft IntelliType 5.5']; ordr[pn]=[10]; desc[pn]=['MS Keyboard Program. (Only works for MS Ergo 4000 Keyboard)']; uid[pn]=['INTELLITYPE55']; dflt[pn]=['no']; cat[pn]=['Misc']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\ITP55.exe']; cmd2[pn]=['%CDROM%\\winapp\\timekill.vbs']; picf[pn]=['winxp.png']; picw[pn]=['256']; pich[pn]=['208']; textl[pn]=['Bottom']; pn++; prog[pn]=['Microsoft Office 2003 SP2']; ordr[pn]=[1]; desc[pn]=['Installs Microsoft Office 2003 Professional.']; uid[pn]=['O2K3']; dflt[pn]=['yes']; cat[pn]=['Office']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\DVD\\Office2003\\setup.exe TRANSFORMS=Unattended.MST /qb-']; cmd2[pn]=['%CDROM%\\winapp\\office\\office.cmd']; picf[pn]=['office.jpg']; picw[pn]=['256']; pich[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['MSN Messenger 8.0.792 Patched']; ordr[pn]=[67]; desc[pn]=['Microsoft Messenger Portal Program. Mess.be patched']; uid[pn]=['MSNMESSENGER7BUILD0732BET']; dflt[pn]=['yes']; cat[pn]=['Internet']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\internet\\msn80.exe']; cmd2[pn]=['%CDROM%\\winapp\\internet\\msnwinam.cmd']; picf[pn]=['msnlive.jpg']; picw[pn]=['256']; pich[pn]=['160']; textl[pn]=['Bottom']; pn++; prog[pn]=['Nero Burning ROM v6.6.1.4 Custom']; ordr[pn]=[26]; desc[pn]=['CD/DVD Burning Utility']; uid[pn]=['NEROBURNINGROMV66012']; dflt[pn]=['yes']; cat[pn]=['Media']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\cd\\Nero_custom_setup.exe']; cmd2[pn]=['%CDROM%\\winapp\\cd\\Nero.cmd']; rega[pn]=['%cdrom%\\winapp\\cd\\nero.reg']; picf[pn]=['nero.jpg']; picw[pn]=['240']; pich[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['Opera Internet Browser 9']; ordr[pn]=[65]; desc[pn]=['Opera - The Fastest Browser on earth']; uid[pn]=['OPERAINTERNETBROWSER9P1']; dflt[pn]=['no']; cat[pn]=['Internet']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\internet\\opera.exe /s']; cmd2[pn]=['%CDROM%\\winapp\\internet\\operaflash.exe /S']; picf[pn]=['opera.png']; picw[pn]=['48']; pich[pn]=['48']; textl[pn]=['Bottom']; pn++; prog[pn]=['Paint .Net 2.']; ordr[pn]=[27]; desc[pn]=['Improvement over regular paint program.']; uid[pn]=['PAINTNET26']; dflt[pn]=['yes']; cat[pn]=['Media']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\paintdotnet.exe /auto /skipConfig CHECKFORBETAS=0 CHECKFORUPDATES=0 JPGPNGBMPEDITOR=0 TGAEDITOR=1 DESKTOPSHORTCUT=0']; picf[pn]=['paint.net.png']; picw[pn]=['224']; pich[pn]=['48']; textl[pn]=['Bottom']; pn++; prog[pn]=['pdfFactory Server Edition']; ordr[pn]=[72]; desc[pn]=['.PDF File creator']; uid[pn]=['PDFFACTORYSERVEREDITION']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\fpp.exe']; pn++; prog[pn]=['Perfect Disk 7.046']; ordr[pn]=[4]; desc[pn]=['Defragment Tool from Raxco']; uid[pn]=['PERFECTDISK7040']; dflt[pn]=['yes']; cat[pn]=['System Tools']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%cdrom%\\winapp\\sys\\perfectdisk7046.exe']; cmd2[pn]=['%cdrom%\\winapp\\sys\\raxco.cmd']; cmd3[pn]=['%cdrom%\\winapp\\timekill.vbs']; picf[pn]=['pdisk.jpg']; picw[pn]=['160']; pich[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['PowerDVD 7.0']; ordr[pn]=[37]; desc[pn]=['PowerDVD 7.0 Deluxe']; uid[pn]=['POWERDVD601122']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\pdvd7.exe']; picf[pn]=['pdvd.jpg']; picw[pn]=['128']; pich[pn]=['128']; textl[pn]=['Bottom']; pn++; prog[pn]=['QuickTime Real Alternative']; ordr[pn]=[9]; desc[pn]=['Plug-in for Quicktime and Real formats (.mov .rm .ra .tiff)']; uid[pn]=['QUICKTIMEREALALTERNATIVE1']; dflt[pn]=['yes']; cat[pn]=['Media']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\media\\quicktimealt.exe /VERYSILENT /SP-']; cmd2[pn]=['%CDROM%\\winapp\\media\\realalt.exe /VERYSILENT /SP-']; picf[pn]=['qt.jpg']; picw[pn]=['160']; pich[pn]=['128']; textl[pn]=['Bottom']; pn++; prog[pn]=['Riva Tuner 2.0']; ordr[pn]=[8]; desc[pn]=['Tweak Program for nVidia Cards']; uid[pn]=['RIVATUNERRC16']; dflt[pn]=['no']; cat[pn]=['Tweaks and Add-ons']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%cdrom%\\winapp\\tweak\\rivatuner.exe /S']; picf[pn]=['rivatuner.jpeg']; picw[pn]=['160']; pich[pn]=['64']; textl[pn]=['Bottom']; pn++; prog[pn]=['Skype 2.5']; ordr[pn]=[68]; desc[pn]=['Internet VoIP Program']; uid[pn]=['SKYPE25']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\Skypesetup.exe /VERYSILENT /LANG=EN /NoStart /NoWPFinished']; picf[pn]=['skype.jpg']; picw[pn]=['128']; pich[pn]=['160']; textl[pn]=['Bottom']; pn++; prog[pn]=['StarCraft 1.14 Patched']; ordr[pn]=[110]; desc[pn]=['StarCraft Broodwar']; uid[pn]=['STARCRAFT114PATCHED']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\DVD\\starcraft.cmd']; picf[pn]=['sc.jpg']; picw[pn]=['224']; pich[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['Sun Java Runtime Environment 5.0']; ordr[pn]=[3]; desc[pn]=['Sun Java Runtime. Must have for several website and others']; uid[pn]=['java505']; dflt[pn]=['yes']; cat[pn]=['System Tools']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\sys\\jre.exe /qn']; picf[pn]=['java.jpg']; picw[pn]=['128']; pich[pn]=['128']; textl[pn]=['Bottom']; pn++; prog[pn]=['Symantec Norton Antivirus Corp. Ed. v10.1']; ordr[pn]=[6]; desc[pn]=['Antivirus Program. Virus Defnition Updated']; uid[pn]=['SYMANTECNORTONANTIVIRUSCO']; dflt[pn]=['no']; cat[pn]=['DVD ONLY']; forc[pn]=['no']; configs[pn]=['yes']; excl[pn]=['AVGFREEVIRUSSCANNER']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\dvd\\sav10.exe']; cmd2[pn]=['%CDROM%\\winapp\\timekill2.vbs']; picf[pn]=['sav.gif']; picw[pn]=['224']; pich[pn]=['160']; textl[pn]=['Bottom']; pn++; prog[pn]=['Tag&Rename 3.25']; ordr[pn]=[87]; desc[pn]=['Very good Mp3 tag editor']; uid[pn]=['TAGRENAME325']; dflt[pn]=['no']; cat[pn]=['Media']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\media\\tagrename.exe /verysilent']; picf[pn]=['tagrename.jpg']; picw[pn]=['48']; pich[pn]=['48']; textl[pn]=['Bottom']; pn++; prog[pn]=['theme-Logon_April Shower']; ordr[pn]=[115]; desc[pn]=['Logon Page']; uid[pn]=['THEMELOGON_APRILSHOWER']; dflt[pn]=['no']; cat[pn]=['Themes-Logon']; forc[pn]=['no']; excl[pn]=['THEMELOGON_SKYVIEW','THEMELOGON_NAYOUNG','THEMELOGON_NATURAL']; gcond[pn]=['FileExists(\'%programfiles%\')']; rega[pn]=['%systemdrive%\\theme\\april.reg']; picf[pn]=['logon-april.jpg']; picw[pn]=['256']; pich[pn]=['224']; textl[pn]=['Bottom']; pn++; prog[pn]=['theme-Logon_Natural']; ordr[pn]=[116]; desc[pn]=['Logon Page']; uid[pn]=['THEMELOGON_NATURAL']; dflt[pn]=['no']; cat[pn]=['Themes-Logon']; forc[pn]=['no']; excl[pn]=['THEMELOGON_SKYVIEW','THEMELOGON_NAYOUNG','THEMELOGON_APRILSHOWER']; gcond[pn]=['FileExists(\'%programfiles%\')']; rega[pn]=['%systemdrive%\\theme\\natural.reg']; picf[pn]=['logon-natural.jpg']; picw[pn]=['256']; pich[pn]=['224']; textl[pn]=['Bottom']; pn++; prog[pn]=['theme-Logon_nayoung']; ordr[pn]=[117]; desc[pn]=['Logon Page']; uid[pn]=['THEMELOGON_NAYOUNG']; dflt[pn]=['no']; cat[pn]=['Themes-Logon']; forc[pn]=['no']; excl[pn]=['THEMELOGON_SKYVIEW','THEMELOGON_APRILSHOWER','THEMELOGON_NATURAL']; gcond[pn]=['FileExists(\'%programfiles%\')']; rega[pn]=['%systemdrive%\\theme\\nayoung.reg']; picf[pn]=['logon-nayoung.jpg']; picw[pn]=['256']; pich[pn]=['224']; textl[pn]=['Bottom']; pn++; prog[pn]=['theme-Logon_Skyview']; ordr[pn]=[118]; desc[pn]=['Logon Page']; uid[pn]=['THEMELOGON_SKYVIEW']; dflt[pn]=['yes']; cat[pn]=['Themes-Logon']; forc[pn]=['no']; excl[pn]=['THEMELOGON_NAYOUNG','THEMELOGON_APRILSHOWER','THEMELOGON_NATURAL']; gcond[pn]=['FileExists(\'%programfiles%\')']; regb[pn]=['%systemdrive%\\theme\\skyview.reg']; picf[pn]=['logon-sky.jpg']; picw[pn]=['256']; pich[pn]=['224']; textl[pn]=['Bottom']; pn++; prog[pn]=['UltraISO 8']; ordr[pn]=[30]; desc[pn]=['Program that handles mutiple image files including .iso .bin .cue .nrg']; uid[pn]=['ULTRAISO8']; dflt[pn]=['no']; cat[pn]=['Zip']; forc[pn]=['no']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%cdrom%\\winapp\\cd\\uiso8_pe.exe /VERYSILENT /SP-']; rega[pn]=['%cdrom%\\winapp\\cd\\uiso8.reg']; picf[pn]=['uiso.gif']; picw[pn]=['256']; pich[pn]=['208']; textl[pn]=['Bottom']; pn++; prog[pn]=['Winamp 5.25']; ordr[pn]=[34]; desc[pn]=['MP3/WAV/MID/WMA/OGG Media Player']; uid[pn]=['WINAMP508D']; dflt[pn]=['yes']; cat[pn]=['Media']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%CDROM%\\winapp\\media\\winamp.exe']; picf[pn]=['winamp.jpg']; picw[pn]=['128']; pich[pn]=['128']; textl[pn]=['Bottom']; pn++; prog[pn]=['WinRAR 3.60']; ordr[pn]=[31]; desc[pn]=['ZIP-Folder Replacement. Handles almost all archive files.']; uid[pn]=['WINRAR342']; dflt[pn]=['yes']; cat[pn]=['Zip']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%cdrom%\\winapp\\sys\\wrar.exe /S']; picf[pn]=['winrar.gif']; picw[pn]=['224']; pich[pn]=['256']; textl[pn]=['Bottom']; pn++; prog[pn]=['zBTS Finish']; ordr[pn]=[119]; desc[pn]=['Must Finish. Do NOT uncheck']; uid[pn]=['ZBTSFINISH']; dflt[pn]=['yes']; cat[pn]=['System Tools']; forc[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%SystemDrive%\\DPsFnshr.exe']; pn++; prog[pn]=['zFinishing Install']; ordr[pn]=[120]; desc[pn]=['Must Complete. Do NOT uncheck']; uid[pn]=['ZFINISHINGINSTALL']; dflt[pn]=['yes']; cat[pn]=['System Tools']; forc[pn]=['yes']; gcond[pn]=['FileExists(\'%programfiles%\')']; cmd1[pn]=['%systemdrive%\\none1.bat']; cmd2[pn]=['%CDROM%\\winapp\\finish.cmd']; cmd3[pn]=['%CDROM%\\winapp\\cmd2.cmd']; pn++; //--------------------------------------------------------------------------------------------- // End of program definitions ... //---------------------------------------------------------------------------------------------
  15. I took out whole <script> and the same error occurs! darn it's line 55 char 2 even. but after I took out the code, line 55 is blank line.. does problem lie someplace else? <script type="text/javascript"> function AbortInstaller() { if (confirm(document.getElementById("AbortMessage").value)) { document.getElementById("Abort").value=document.getElementById("Aborted").value; document.getElementById("Abort").disabled=true; document.getElementById("Aborted").value=""; } } </script> <<<--- this was line 55 originally
  16. I'm calling WPI.hta from runonceex.cmd W character is "\" in Korean IME mode. I'll run it one more with WPI in Korean language. I didn't use it because I didn't complete the translation I'm guessin it might fix the problem. thank you mritter *update* well after trying twice, I get same error 1. set WPI option to Korean and ran 2. set Windows IME to English default as well as WPI in Eng, same error here's the shot
  17. You are right, seems like I lack admin rights for the regtweak to work. I just tested it after logging on and it worked. This problem isn't with WPI, but do you know a solution to this prob? Weird thing is it was working fine until 5.2x i think. TIA *btw, what do you think of that error I uploaded pic of ? I can't duplicate the error while logged on, but this error occurs everytime when it's running for the first time.
  18. Kel, any updates on fix of this error? thanks *also, .reg file does not get applied when it's not companied by command1 line Saturday, August 19, 2006 6:29:52 PM Program: theme-Logon_Skyview UID: THEMELOGON_SKYVIEW Order: 000118 Category: Themes-Logon Saturday, August 19, 2006 6:29:52 PM Reg Before Success (returned code 0): "RegEdit /S C:\theme\skyview.reg" Saturday, August 19, 2006 6:29:52 PM Finished installation I have to manually run the regtweak again to get it to work.
  19. i can confirm the error above as well. I've used 180 seconds. when timer hits 0 , that error occurs
  20. This is the last three entries. Weird thing is the .reg entry below did not run correctly even though log says it was successful. Thanks kel Thursday, August 10, 2006 3:04:06 AM Program: theme-Logon_Natural UID: THEMELOGON_NATURAL Order: 000116 Category: Themes-Logon Thursday, August 10, 2006 3:04:06 AM Reg Before Success (returned code 0): "RegEdit /S C:\theme\natural.reg" Thursday, August 10, 2006 3:04:06 AM Finished installation ----- Thursday, August 10, 2006 3:04:07 AM Program: zBTS Finish UID: ZBTSFINISH Order: 000119 Category: System Tools Thursday, August 10, 2006 3:06:27 AM cmd1 Success (returned code 0): "C:\DPsFnshr.exe" Thursday, August 10, 2006 3:06:27 AM Finished installation ----- Thursday, August 10, 2006 3:06:28 AM Program: zFinishing Install UID: ZFINISHINGINSTALL Order: 000120 Category: System Tools Thursday, August 10, 2006 3:06:33 AM cmd1 Success (returned code 0): "C:\none1.bat" Thursday, August 10, 2006 3:06:33 AM cmd2 Success (returned code 16): "F:\winapp\cmd2.cmd" Thursday, August 10, 2006 3:06:36 AM cmd3 Success (returned code 0): "F:\winapp\finish.cmd" Thursday, August 10, 2006 3:06:36 AM Finished installation
  21. I have command error in Line 55, Char 2 of Installer.hta happens at the last program is installing.. a quick look at WPI_log shows that every program has been installed fine. maybe this is because of Regional setting difference?
  22. Yeah I just noticed the check today... boy migrating from WPI lite is really hard .. too many choices, but good useful ones so I can't complain .
×
×
  • Create New...