Posts posted by George King
-
-
Posted ·
Edited by George King
Hi, im beginer in C/C++ and i need to add icon into my project, i tryed google, but i cant uderstand how i can do it. Can some write it here step-by-step please?
-
-
-
-
-
Edited by George King
Thanks, i modded to look like this, but the setting NAME not working, can you tell me why please?
SETLOCAL EnableDelayedExpansion
echo.
echo Adding registry tweaks to enable RunOnceEx for install SPECIAL Updates...
echo.
REG LOAD HKLM\Slipstream "%WIM%\Windows\System32\Config\Software" >nul
SET ROE=HKLM\Slipstream\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %ROE% /v TITLE /d "Installing updates..." /f >nul
REG ADD %ROE% /v Flags /t REG_DWORD /d "00000014" /f >nul
REG ADD %ROE% /d "%WinDir%\System32\rundll32.exe %WinDir%\System32\iernonce.dll,RunOnceExProcess" /f >nul
cd SpecialUpdates
set /a NUM=0
if not exist "%WIM%\Windows\Setup\Updates" mkdir "%WIM%\Windows\Setup\Updates" >nul
FOR %%f IN ("*.*") DO (
set /a ROENUM=!NUM!*5
If !ROENUM! LSS 10 (set "ROESTR=00!ROENUM!") ELSE (
If !ROENUM! LSS 100 (set "ROESTR=0!ROENUM!") ELSE (
set "ROESTR=!ROENUM!"))
copy /Y "%%f" "%WIM%\Windows\Setup\Updates" >nul
REG ADD %ROE%\!ROESTR! /ve /d "%%f" /f >nul
set "SWITCH=/q"
set "FILENAMECHECK=%%f"
if /I "!FILENAMECHECK:~0,7!"=="DirectX" (
if /I "!FILENAMECHECK:~-4!"==".exe" (
set "SWITCH=/Q /T:\"%WinDir%\Setup\Updates\DX\" /C:\"%WinDir%\Setup\Updates\DX\dxsetup.exe /silent\""
set "NAME=DirectX SDK"))
if /I "!FILENAMECHECK:~0,15!"=="GamesForWindows" (
if /I "!FILENAMECHECK:~-4!"==".exe" (
set "NAME=Games for Windows - LIVE"))
if /I "!FILENAMECHECK:~0,11!"=="PlayReadyPC" (
if /I "!FILENAMECHECK:~-4!"==".msi" (
set "SWITCH=/quiet /norestart"
set "NAME=PlayReady PC Runtime"))
if /I "!FILENAMECHECK:~0,11!"=="Silverlight" (
if /I "!FILENAMECHECK:~-4!"==".exe" (
set "NAME=Microsoft Silverlight"))
if /I "!FILENAMECHECK:~0,16!"=="windows-kb890830" (
if /I "!FILENAMECHECK:~-4!"==".exe" (
set "NAME=Malicious Software Removal Tool"))
if /I "!FILENAMECHECK:~0,7!"=="wlsetup" (
if /I "!FILENAMECHECK:~-4!"==".exe" (
set "SWITCH=/silent"
set "NAME=Windows Live Essentials"))
REG ADD %ROE%\!ROESTR! /v "!NAME!" /d "%WinDir%\Setup\Updates\%%f !SWITCH!" /f >nul
set /a NUM+=1
)
REG ADD %ROE%\999 /ve /d "Cleaning up..." /f >nul
REG ADD %ROE%\999 /v CMD /d "cmd.exe /q /c RmDir /S /Q \"%WinDir%\Setup\Updates\"" /f >nul
echo.
REG UNLOAD HKLM\Slipstream >nul
cd..EDIT: I forget move REG ADD %ROE%\!ROESTR! /ve /d "%%f" /f >nul down and change %%f to !NAME!. I will try, maybe it will work
-
-
-
-
-
-
-
5eraph,
I want add the DirectX switch, can you look why it not working? All working, but writing into registry with DX install switch (yes, swith working) wont working. I get error, too much parameters.... Any Ideas?
SETLOCAL EnableDelayedExpansion
echo.
echo Adding registry tweaks to enable RunOnceEx for install SPECIAL Updates...
echo.
REG LOAD HKLM\Slipstream "%WIM%\Windows\System32\Config\Software" >nul
SET ROE=HKLM\Slipstream\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %ROE% /v TITLE /d "Installing updates..." /f >nul
REG ADD %ROE% /v Flags /t REG_DWORD /d "00000014" /f >nul
REG ADD %ROE% /d "%WinDir%\System32\rundll32.exe %WinDir%\System32\iernonce.dll,RunOnceExProcess" /f >nul
cd SpecialUpdates
set /a NUM=0
set SWITCH=/q
if not exist "%WIM%\Windows\Setup\Updates" mkdir "%WIM%\Windows\Setup\Updates" >nul
FOR %%f IN ("*.*") DO (
set /a ROENUM=!NUM!*5
If !ROENUM! LSS 10 (set "ROESTR=00!ROENUM!") ELSE (
If !ROENUM! LSS 100 (set "ROESTR=0!ROENUM!") ELSE (
set "ROESTR=!ROENUM!"))
copy /Y "%%f" "%WIM%\Windows\Setup\Updates" >nul
REG ADD %ROE%\!ROESTR! /ve /d "%%f" /f >nul
if "%%f" == "DirectX*.exe" (set SWITCH=/Q /T:\"%WinDir%\Setup\Updates\DX\" /C:\"%WinDir%\Setup\Updates\DX\dxsetup.exe /silent\"
set DirectX=1
)
REG ADD %ROE%\!ROESTR! /v %%f /d "%WinDir%\Setup\Updates\%%f %SWITCH%" /f >nul
if "%DirectX%" == "1" set SWITCH=/q
set /a NUM+=1
)
REG ADD %ROE%\999 /ve /d "Cleaning up..." /f >nul
REG ADD %ROE%\999 /v CMD /d "cmd.exe /q /c RmDir /S /Q \"%WinDir%\Setup\Updates\"" /f >nul
echo.
pause
REG UNLOAD HKLM\Slipstream >nul
cd.. -
-
-
-
-
-
I'm using OnePiece_Windows_XP_Post-SP3_UpdatePack_v3.2.0_ENU this version and latest RVM integrator. I disable wga check and windows search from this. After that nlite for some addons an.. forgot to mention sorry..
I've done some other settings using nlite but I do not remove anything from nlite's remove page...
I
-
-
-
-
Edited by George King
I´ve see it
My friend and me working hard on fixing a lot of icons and adding new dialogues for Tablet PC, Windows Sidebar...
You can see sidebar preview here:
And i also get new RES from 27.12.2009 WinStyle 2009 Update
Lot of icons are in bad quality, we are fixing it and some avis are horrible - newdev.dll.res - AVI 301 - very bad, i´ve added better one. And i want add support to tablet pc, media center and Home Editions. I must find all BMPs with text and replace it with WinStyled BMPs
EDIT: Can you look here? I´m in ass with moding UIFILE...
http://www.wincert.net/forum/index.php?/topic/7341-logonui-problem/
-
Add my icon into program in C/C++
in Scripting and Programming
·
Edited by George King
Nice, it working and its easy. And do you know ho i can make my console program invisible? I really need make my Launcher (for patched game) invisible.
EDIT: And do you know how to add files description? Tryied search on google, but nothing found? :crying_anim02: I wan to add company name, description etc...