Jump to content

ZEUS__

Member
  • Posts

    195
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

Posts posted by ZEUS__

  1. @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:

    windowsxpprofessional20w.jpg

    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. :thumbup

    I'm waiting... full background picture gives WPI a new view :)

    added: screenshot

  2. 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.

    7freshfullbg.png

    and your old one logo that should put it on "WPI\Common\imgs\InstallLogo" folder

    installlogo.png

    here's image for progress bar, you should put it on "WPI\Common\imgs\ProgressBars" folder, and select it.

    7fresh.png

    here's screenshots;

    1805.png

    18052.png

    edit: sorry. download link is now correct for theme. I made a mistake when make .7z theme folder.

  3. 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?

    1605.png

    here's I don't want it to resizable; installer should always be fixed size.. is there a way?

    16052.png

    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"' +
    ....
    ....
    .....

  4. 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

  5. YAY, at the end. this is my art :P I tried something and I don't know how it works but it works like a charm :D

    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

  6. 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.

  7. Hi,

    @ricktendo64 here is I made it as your linked wallpaper;

    0705.png

    07052.png

    07053.png

    for to use them immediately;

    Big ones should replace with in WPI\Graphics\InstallBg

    installbg10.png

    installbg11.png

    installbg12.png

    and here's little ones for preview of them from Options Page. should replace with WPI\Common\imgs\Skins\InstallBg

    installbg10.png

    installbg11.png

    installbg12.png

    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.

×
×
  • Create New...