Jump to content

ZEUS__

Member
  • Posts

    195
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

Everything posted by ZEUS__

  1. When translating I had missed line 951. I translate it and attached file. lang_tr.js
  2. @mritter, I sent you a new theme, skin and button via mail.. I gave it's name "7Matrix".. hope you like it:)
  3. It's good news @Mim0, thanks in advance for your works.
  4. I'm sad that HFSLIP was ended. It's very good script. Hope you would continue to support users with your checker(HFSLIPFC).
  5. updated Turkish Lang file attached. fixed lots of typo errors and translation errors, adopt to WPI v8.0. lang_tr.js
  6. @mritter, sorry I hadn't tested it with 20+ items, you right. it scrolled. I gave a try and now it seemed good for me. can you also try this? on installer.css if you changed css line 81 from this: #Install_prog{background:url('./fully_bg_trans.png') no-repeat -14px -68px;} to this; #Install_prog{background:url('./fully_bg_trans.png') no-repeat fixed 0px 60px;} it worked good. ss: and you're totally right about automation and about "do not touch common folder".. as you said if you make some changes for theme folder to override, it will be very good. one is progressbar, one is install logo and one is install bg, it will be perfect. I'm waiting... full background picture gives WPI a new view added: screenshot
  7. Hi again, I made my theme.. I think it's good. But there are somethings about to say. 1- I used your old one logo. it seemed much more good with this theme that on right side.. 2- I had to use an extra install background image for fully background appearance.. 3- and I used an extra progress bar image. So I don't know if you want to embed it to WPI or not because of its.. but I want to share.. I gave its name "7fresh" Anyway, here's link to download; http://rapidshare.com/files/388799398/7Fresh.7z here's files; here's extra install bg that have to put it on "WPI\Common\imgs\InstallBgs" folder and of course you should select it from options. and your old one logo that should put it on "WPI\Common\imgs\InstallLogo" folder here's image for progress bar, you should put it on "WPI\Common\imgs\ProgressBars" folder, and select it. here's screenshots; edit: sorry. download link is now correct for theme. I made a mistake when make .7z theme folder.
  8. thanks @mritter.. OK, I'll make changes as your said
  9. @Kelsenellenelvian, I try something on Windows7 Theme that embed of WPI 8. If I make it well enough for share, I'll share with my pleasure..
  10. Hi @mritter, I try some design for my WPI and here's screenshots that I don't want to the installer screen is resizable.. how can I do that? here's I don't want it to resizable; installer should always be fixed size.. is there a way? I looked in installer.hta and I couldn't reliaze an option like resizable. I looked here; <script type="text/javascript"> document.write('<HTA:APPLICATION ID="oWPI_Installer"' + ' application="yes"' + ' singleInstance="yes"' + ' applicationName="Windows Post-Install Wizard Installer"' + ' version="'+ShortVersion+'"' + ' icon="../Graphics/wpi.ico"' + ' border="yes"' + ' borderStyle="normal"' + .... .... .....
  11. thanks so much. I tested it and works very well
  12. thanks for quick reply also I gave a try before your reply and it worked well.
  13. Hi again, @Kelsenellenelvian I updated my WPI to 8.0 and there is no more wpi.hta I think. is there any difference for RunOnceEx.cmd to run WPI.exe?? for example these two lines are need anymore? REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "Disable Script Debugger" /T "REG_SZ" /D "no" /F REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "DisableScriptDebuggerIE" /T "REG_SZ" /D "no" /F @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:\CD.txt SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "Disable Script Debugger" /T "REG_SZ" /D "no" /F REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "DisableScriptDebuggerIE" /T "REG_SZ" /D "no" /F for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i: set wpipath=%drive%\wpi REG ADD %KEY% /V TITLE /D "Uygulamalar Yukleniyor" /f REG ADD %KEY%\001 /V 1 /D "%wpipath%\WPI.exe" /f REG ADD %KEY%\999 /VE /D "Driverpacks Finisher" /f REG ADD %KEY%\999 /V 1 /D "%SystemDrive%\DPsFnshr.exe" /f EXIT
  14. YAY, at the end. this is my art I tried something and I don't know how it works but it works like a charm here's: @Echo Off cwnd /HIDE @ start /wait wlm2009_416.exe xcopy "Windows Live Messenger.lnk" "%ALLUSERSPROFILE%\Desktop" /Y /E IF NOT EXIST "%programfiles%\Winamp\Plugins\gen_MSN.dll" ( xcopy "gen_MSN.dll" "%programfiles%\Winamp\Plugins" /Y ) ELSE ( goto Aimp ) :Aimp IF NOT EXIST "%programfiles%\AIMP2\Plugins" ( goto 1 :1 md "%programfiles%\AIMP2\Plugins" ) ELSE ( goto 2 ) IF NOT EXIST "%programfiles%\AIMP2\Plugins\gen_msn7.dll" ( goto 2 :2 xcopy "gen_msn7.dll" "%programfiles%\AIMP2\Plugins" /Y ) ELSE ( goto exit ) :exit EXIT
  15. sorry but it didn't work. it doesn't seem to work, just I see xcopy.exe on task manager. added: in fact I need to copy two files if they not in their path.. one is; if not exist "%programfiles%\AIMP2\Plugins\gen_msn7.dll" other is; if not exist "%programfiles%\Winamp\Plugins\gen_MSN.dll"
  16. Hi, I created an sfx installer with Windows Live Essential Addon Maker 3.5.. It works good but after install I want to copy two files that If a user has installed winamp or aimp it should copy to plugins folder.. I use if not exist because my winamp also install with this file. so I just want it if not exist. here is my batch file; @Echo Off cwnd /HIDE @ start /wait wlm2009_416.exe xcopy "Windows Live Messenger.lnk" "%ALLUSERSPROFILE%\Desktop" /Y /E IF NOT EXIST "%programfiles%\Winamp\Plugins\gen_MSN.dll" ( xcopy "gen_MSN.dll" "%programfiles%\Winamp\Plugins\gen_MSN.dll" ) ELSE ( goto exits :exits EXIT could anyone help please. it doesn't copy :S I don't understand why.
  17. WLM released new version.. could you make it compatible with A-Patch latest version? it gives error.. here's screen;
  18. Your given names good for me. But the last word should come from @ricktendo64
  19. you're welcome sensei @ricktendo64 I'm glad you like it. I attached little ones for previews from Options Page.
  20. Hi, @ricktendo64 here is I made it as your linked wallpaper; for to use them immediately; Big ones should replace with in WPI\Graphics\InstallBg and here's little ones for preview of them from Options Page. should replace with WPI\Common\imgs\Skins\InstallBg I think they are good. And if WPI would add them, it will good. For to use them we should replace them with exist ones or we have to add manually from optionswizard.js I think. edit: for clarification and added little ones of pictures.
  21. thanks @ Kelsenellenelvian. I saw the same screen as my screen shot. but it was good to see driverpack finisher when action.. it worked without any conflict. thanks for the info
×
×
  • Create New...