Jump to content

Integrar IE9 en Win 7


luis

Recommended Posts

Hola a todos, estoy empezando a hacer un dvd de win 7 con la herramienta de Legolash, tengo una duda, que archivos y donde se deben de integrar para la instalacion de IE9 ? en donde puedo encontrar las actualizaciones de win 7 y actualizaciones de IE9 ? gracias por su tiempo.

Edited by luis
Link to comment
Share on other sites

En el apartado de updates del programa le das y te viene para descargar las updates de windows 7 de 32 bit 64 bit incluso ya te sale las del windows 8 y las de office

Si ya me di cuenta y por ahi bajo los updates pero para integrar IE9, donde y que integro ? el .exe lo integre pero me envia error, por ahi lei que se integra el .msu pero el idioma de donde lo descargo ? porque al buscar el idioma me envia a la pagina de microsoft para descargar el .exe, gracias.

Link to comment
Share on other sites

Hola a todos, estoy empezando a hacer un dvd de win 7 con la herramienta de Legolash, tengo una duda, que archivos y donde se deben de integrar para la instalacion de IE9 ? en donde puedo encontrar las actualizaciones de win 7 y actualizaciones de IE9 ? gracias por su tiempo.

Por cierto el mismo programa tiene la opción de descargar todas las updates apara la versión que vayas a modificar

es el 4to icono de izq a derecha...

maindownloads.png

yo lo integro directamente: Internet explorer + Update y al final de la imagen te dejo el iexplorer + la update

iexplorer.png

Descargar Iexplorer 9 + update para integrar

Link to comment
Share on other sites

Gracias Latino, ya lo he hecho y integre el msu con el lenguaje, integre como tu el exe y me mando error pero despues integre el msu, lenguaje y esa actualizacion que subiste y todo ok, por cierto, cambian mucho el programa y de un error sale otro por ejemplo ahorit tengo un error con el generador xml desatendido, ya no lo he probado por lo mismo, se corrije algo y luego sale otro, pero tiene mucho merito Legolash al hacer esto ya que es lo mejor que he encontrado para hacer integraciones. Por cierto, una pregunta para los que saben como funciona esto, si ya hice una compilacion con updates, addons, etc. puedo seguir usando la misma para modificar, quitar o agregar otra cosa ? no tengo que volver a descompactar y indicar otra imagen limpia del win 7 ?, gracias.

Link to comment
Share on other sites

...Por cierto, una pregunta para los que saben como funciona esto, si ya hice una compilacion con updates, addons, etc. puedo seguir usando la misma para modificar, quitar o agregar otra cosa ? no tengo que volver a descompactar y indicar otra imagen limpia del win 7 ?, gracias.

Si son updates de windows la respuesta es si..por lo demas no lo se
Link to comment
Share on other sites

Para mis programas yo uso WPI

http://i.imgur.com/Pjy38.png

Este es mi config.js


//
// User defined options
//


// Configurations tab
Checkonload='default';
Configurations=[];
ShowMultiDefault=true;
// ---
SortOrder=['Microsoft','3rd Party'];
// ---
ConfigSortBy=0;
ConfigSortAscDes='asc';

//---------------------------------------------------------------------------------------------
// Your programs here...
//---------------------------------------------------------------------------------------------
pn=1;
prog[pn]=['DirectX Redistributable'];
uid[pn]=['DIRECTX'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\DirectX\\DXSETUP.exe" /silent'];
gcond[pn]=['FileExists("%WinDir%\\System32\\xactengine3_7.dll")'];
desc[pn]=['Microsoft DirectX Runtimes'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\DirectX.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Visual Basic/C++ Redistributable'];
uid[pn]=['VBCREDISTOLD'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\VC\\extra.exe" /MEREGETASKS="!msvb\\vm" /VERYSILENT /NORESTART'];
gcond[pn]=['getFileVersion("%WinDir%\\System32\\mscomctl.ocx")>="6.1.98.33"||getFileVersion("%WinDir%\\SysWOW64\\mscomctl.ocx")>="6.1.98.33"'];
desc[pn]=['Microsoft Visual Basic/C++ Redistributable (Legacy)'];
pn++;

prog[pn]=['Visual C++ 2005 Redistributable'];
uid[pn]=['VCREDIST2K5'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{X64} "%wpipath%\\Install\\VC\\2005\\amd64\\vcredist.msi" /qn','"%wpipath%\\Install\\VC\\2005\\x86\\vcredist.msi" /qn'];
gcond[pn]=['getArch()=="x86"&&getFileVersion("%CommonProgramFiles%\\microsoft shared\\VC\\msdia80.dll")>="8.0.50727.6229"||getArch()=="AMD64"&&getFileVersion("%CommonProgramFiles(x86)%\\microsoft shared\\VC\\msdia80.dll")>="8.0.50727.6229"&&getFileVersion("%CommonProgramFiles(x86)%\\microsoft shared\\VC\\amd64\\msdia80.dll")>="8.0.50727.6229"'];
desc[pn]=['Microsoft Visual C++ 2005 Redistributable'];
pn++;

prog[pn]=['Visual C++ 2008 Redistributable'];
uid[pn]=['VCREDIST2K8'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{X64} "%wpipath%\\Install\\VC\\2008\\amd64\\vc_red.msi" /qn','"%wpipath%\\Install\\VC\\2008\\x86\\vc_red.msi" /qn'];
gcond[pn]=['getArch()=="x86"&&getFileVersion("%CommonProgramFiles%\\microsoft shared\\VC\\msdia90.dll")>="9.0.30729.6276"||getArch()=="AMD64"&&getFileVersion("%CommonProgramFiles%\\microsoft shared\\VC\\msdia90.dll")>="9.0.30729.6276"&&getFileVersion("%CommonProgramFiles(x86)%\\microsoft shared\\VC\\msdia90.dll")>="9.0.30729.6276"'];
desc[pn]=['Microsoft Visual C++ 2008 Redistributable'];
pn++;

prog[pn]=['Visual C++ 2010 Redistributable'];
uid[pn]=['VCREDIST2K10'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{x64} msiexec.exe /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7} /qn','msiexec.exe /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5} /qn','{X64} "%wpipath%\\Install\\VC\\2010\\amd64\\vc_red.msi" /qn','"%wpipath%\\Install\\VC\\2010\\x86\\vc_red.msi" /qn'];
gcond[pn]=['getArch()=="x86"&&getFileVersion("%WinDir%\\System32\\vcomp100.dll")>="10.0.40219.406"||getArch()=="AMD64"&&getFileVersion("%WinDir%\\System32\\vcomp100.dll")>="10.0.40219.406"&&getFileVersion("%WinDir%\\SysWOW64\\vcomp100.dll")>="10.0.40219.406"'];
desc[pn]=['Microsoft Visual C++ 2010 Redistributable'];
pn++;

prog[pn]=['.NET Framework 4'];
uid[pn]=['DOTNETFX4'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{x64} "%wpipath%\\Install\\dotNETfx\\netfx_core_x64.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-v2-x64.msp" /qn','{x86} "%wpipath%\\Install\\dotNETfx\\netfx_core_x86.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-v2-x86.msp" /qn','{x64} "%wpipath%\\Install\\dotNETfx\\netfx_extended_x64.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-v2-x64.msp" /qn','{x86} "%wpipath%\\Install\\dotNETfx\\netfx_extended_x86.msi" /update "%wpipath%\\Install\\dotNETfx\\KB2468871-v2-x86.msp" /qn','"%WinDir%\\Microsoft.NET\\Framework\\v4.0.30319\\ngen.exe" executequeueditems /nologo /silent','{x64} "%WinDir%\\Microsoft.NET\\Framework64\\v4.0.30319\\ngen.exe" executequeueditems /nologo /silent'];
cond[pn]=['getOSvernum()>="5.1"&&getOSvernum()<="6.1"'];
gcond[pn]=['RegKeyExists("HKLM\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full")'];
desc[pn]=['Microsoft .NET Framework 4 Full'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\dotNETfx.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['SQL Server 2005 Compact Edition'];
uid[pn]=['SQLSERVER2K5'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\SSCE\\v3.1\\SQLServerCE31-EN.msi" /qn'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Microsoft SQL Server Compact Edition\\v3.1\\sqlcecompact30.dll")>="3.0.5300.0"||getFileVersion("%ProgramFiles(x86)%\\Microsoft SQL Server Compact Edition\\v3.1\\sqlcecompact30.dll")>="3.0.5300.0"'];
desc[pn]=['Microsoft SQL Server 2005 Compact Edition'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\SSCE.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['SQL Server Compact 3.5 SP2'];
uid[pn]=['SQLSERVER35'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\SSCE\\v3.5\\SSCERuntime_x86-ENU.msi" /qn','{x64} "%wpipath%\\Install\\SSCE\\v3.5\\SSCERuntime_x64-ENU.msi" /qn'];
gcond[pn]=['getArch()=="x86"&&getFileVersion("%ProgramFiles%\\Microsoft SQL Server Compact Edition\\v3.5\\sqlcecompact35.dll")>="3.5.8080.0"||getArch()=="AMD64"&&getFileVersion("%ProgramFiles%\\Microsoft SQL Server Compact Edition\\v3.5\\sqlcecompact35.dll")>="3.5.8080.0"&&getFileVersion("%ProgramFiles(x86)%\\Microsoft SQL Server Compact Edition\\v3.5\\sqlcecompact35.dll")>="3.5.8080.0"'];
desc[pn]=['Microsoft SQL Server Compact 3.5'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\SSCE.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['SQL Server Compact 4.0 SP1'];
uid[pn]=['SQLSERVER40'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{x64} "%wpipath%\\Install\\SSCE\\v4.0\\SSCERuntime_x64-ENU.msi" /qn','{x86} "%wpipath%\\Install\\SSCE\\v4.0\\SSCERuntime_x86-ENU.msi" /qn'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Microsoft SQL Server Compact Edition\\v4.0\\sqlcecompact40.dll")>="4.0.8876.1"'];
desc[pn]=['Microsoft SQL Server Compact 4.0'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\SSCE.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Visual J# 2.0 Redistributable'];
uid[pn]=['JSREDIST'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{x64} "%wpipath%\\Install\\VJ\\amd64\\jsredist.msi" /qn','{x86} "%wpipath%\\Install\\VJ\\x86\\jsredist.msi" /qn'];
gcond[pn]=['getFileVersion("%WinDir%\\Microsoft.NET\\Framework\\VJSharp\\VJSharpSxS10.dll")>="2.0.50727.937"'];
desc[pn]=['Microsoft Visual J# 2.0 Redistributable'];
pn++;

prog[pn]=['Visual F# 2.0 Runtime'];
uid[pn]=['FSHARPREDIST'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\VF\\fsharpredist2.0.msi" /qn'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Reference Assemblies\\Microsoft\\FSharp\\2.0\\Runtime\\v2.0\\FSharp.Core.dll")>="2.0.40219.1"||getFileVersion("%ProgramFiles(x86)%\\Reference Assemblies\\Microsoft\\FSharp\\2.0\\Runtime\\v2.0\\FSharp.Core.dll")>="2.0.40219.1"'];
desc[pn]=['Microsoft Visual F# 2.0 Runtime'];
pn++;

prog[pn]=['MSXML 4'];
uid[pn]=['MSXML4'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\msxml.msi" /qn'];
cond[pn]=['getOSlang()=="ENU"'];
gcond[pn]=['getFileVersion("%WinDir%\\System32\\msxml4.dll")>="4.30.2114.0"||getFileVersion("%WinDir%\\SysWOW64\\msxml4.dll")>="4.30.2114.0"'];
desc[pn]=['Microsoft XML Core Services'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\MSXML.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Silverlight'];
uid[pn]=['SILVERLIGHT'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{X64} "%wpipath%\\Install\\Silverlight_x64.msi" /qn','{X86} "%wpipath%\\Install\\Silverlight.msi" /qn'];
gcond[pn]=['RegKeyValue("HKLM\\SOFTWARE\\Microsoft\\Silverlight\\Version")>="5.1.10411.0"'];
desc[pn]=['Microsoft Silverlight'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Silverlight.gif"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['PlayReady PC Runtime'];
uid[pn]=['PLAYREADY'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{X64} "%wpipath%\\Install\\PlayReady-v1.3-x64-enu.msi" /qn','{X86} "%wpipath%\\Install\\PlayReady-v1.3-x86-enu.msi" /qn'];
cond[pn]=['getOSvernum()>="6.1"'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\PlayReady\\PRDMOWrapper.dll")=="1.3.2297.0"'];
desc[pn]=['PlayReady PC Runtime'];
pn++;

prog[pn]=['Camera Codec Pack'];
uid[pn]=['MSCCP'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{X64} "%wpipath%\\Install\\MicrosoftCodecPack_amd64.msi" /qn /norestart','{X86} "%wpipath%\\Install\\MicrosoftCodecPack_x86.msi" /qn /norestart'];
cond[pn]=['getOSvernum()=="6.0"&&getSPver()>=2&&getOSlang()=="ENU"||getOSvernum()=="6.1"&&getOSlang()=="ENU"'];
gcond[pn]=['getFileVersion("%CommonProgramFiles%\\microsoft shared\\Microsoft Camera Codec Pack\\MicrosoftRawCodec.dll")>="16.4.1620.719"'];
desc[pn]=['Microsoft Camera Codec Pack'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Windows.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Orca'];
uid[pn]=['ORCA'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Orca.Msi" ARPPRODUCTICON=orca_icon.exe /qn'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Orca\\Orca.exe")>="5.0.7693.0"||getFileVersion("%ProgramFiles(x86)%\\Orca\\Orca.exe")>="5.0.7693.0"'];
desc[pn]=['Orca MSI Editor'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Orca.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Security Essentials'];
uid[pn]=['MSSECES'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['{x64} "%wpipath%\\Install\\MsSecEs\\amd64\\setup.exe" /s /runwgacheck /o','{x86} "%wpipath%\\Install\\MsSecEs\\x86\\setup.exe" /s /runwgacheck /o'];
cond[pn]=['getOSvernum()>="5.1"&&getOSvernum()<="6.1"&&getOSlang()=="ENU"'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Microsoft Security Client\\msseces.exe")>="4.0.1526.0"'];
desc[pn]=['Microsoft Anti-Malware'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\MsSecEs.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Messenger'];
uid[pn]=['WLM'];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\wlsetup-all.exe" /AppSelect:Messenger /oemId:3200647 /noCEIP /noHomepage /noLaunch /noSearch /q'];
cond[pn]=['getOSvernum()>="6.1"&&getOSlang()=="ENU"'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Windows Live\\Messenger\\msnmsgr.exe")>="16.4.3503.728"||getFileVersion("%ProgramFiles(x86)%\\Windows Live\\Messenger\\msnmsgr.exe")>="16.4.3503.728"'];
desc[pn]=['Windows Live Messenger'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Messenger.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Download Manager'];
uid[pn]=['DLMANAGER'];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\MSDownloadManager.msi" /qn'];
cond[pn]=['getOSlang()=="ENU"'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Microsoft Download Manager\\MSDownloadManager.exe")>="1.2.1.2044"||getFileVersion("%ProgramFiles(x86)%\\Microsoft Download Manager\\MSDownloadManager.exe")>="1.2.1.2044"'];
desc[pn]=['Microsoft Download Manager'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\MSDLM.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['USB/DVD Download Tool'];
uid[pn]=['WUDT'];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Microsoft'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Wudt.msi" /qn'];
gcond[pn]=['getFileVersion("%LocalAppData%\\Apps\\Windows 7 USB DVD Download Tool\\Windows7-USB-DVD-Download-Tool.exe")>="1.0.30.0"'];
desc[pn]=['Windows 7 USB/DVD Download Tool'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Wudt.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Adobe Flash Player ActiveX'];
uid[pn]=['FLASHAX'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\install_flash_player_ax.exe" -install','"%WinDir%\\System32\\Macromed\\Flash\\FlashPlayerUpdateService.exe" -setDisableAutoUpdate','"%WinDir%\\System32\\Macromed\\Flash\\FlashPlayerUpdateService.exe" -deleteTask'];
cond[pn]=['getOSvernum()<="6.1"'];
gcond[pn]=['RegKeyValue("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Adobe Flash Player ActiveX\\DisplayVersion")>="11.3.300.271"'];
desc[pn]=['Adobe Flash Player ActiveX'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Flash.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Adobe Flash Player Plugin'];
uid[pn]=['FLASHPLG'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\install_flash_player.exe" -install','"%WinDir%\\System32\\Macromed\\Flash\\FlashPlayerUpdateService.exe" -setDisableAutoUpdate','"%WinDir%\\System32\\Macromed\\Flash\\FlashPlayerUpdateService.exe" -deleteTask'];
gcond[pn]=['RegKeyValue("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Adobe Flash Player Plugin\\DisplayVersion")>="11.3.300.271"'];
desc[pn]=['Adobe Flash Player Plugin'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Flash.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Adobe Shockwave Player'];
uid[pn]=['SHOCKWAVE'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\sw_lic_full_installer.msi" /qn'];
gcond[pn]=['getFileVersion("%WinDir%\\System32\\Adobe\\Shockwave 11\\Control.dll")>="11.6.6.636"||getFileVersion("%WinDir%\\SysWOW64\\Adobe\\Shockwave 11\\Control.dll")>="11.6.6.636"'];
desc[pn]=['Adobe Shockwave Player'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Shockwave.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Adobe AIR'];
uid[pn]=['AIR'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\AdobeAIRInstaller\\setup.msi" /qn'];
gcond[pn]=['getFileVersion("%CommonProgramFiles%\\Adobe AIR\\Versions\\1.0\\Adobe AIR.dll")>="3.3.0.3670"||getFileVersion("%CommonProgramFiles(x86)%\\Adobe AIR\\Versions\\1.0\\Adobe AIR.dll")>="3.3.0.3670"'];
desc[pn]=['Adobe AIR'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Air.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Adobe Reader'];
uid[pn]=['ADBERDR'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\AdbeRdr1014_en_US.msi" /qn'];
cond[pn]=['getOSvernum()<="6.1"&&getOSlang()=="ENU"'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Adobe\\Reader 10.0\\Reader\\AcroRd32.exe")>="10.1.4.38"||getFileVersion("%ProgramFiles(x86)%\\Adobe\\Reader 10.0\\Reader\\AcroRd32.exe")>="10.1.4.38"'];
desc[pn]=['Adobe PDF Reader'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Adobe.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Adobe Cusomization Wizard'];
uid[pn]=['CUSTWIZ'];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\CustWiz.msi" /qn'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Adobe\\Adobe Customization Wizard 10\\CustWiz.exe")>="10.0.0.1"||getFileVersion("%ProgramFiles(x86)%\\Adobe\\Adobe Customization Wizard 10\\CustWiz.exe")>="10.0.0.1"'];
desc[pn]=['Adobe Installer Cusomization Wizard'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\CustWiz.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Java Runtime Environment'];
uid[pn]=['JRE'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['{x64} "%wpipath%\\Install\\JRE\\amd64\\jre1.7.0_04.msi" IEXPLORER=1 MOZILLA=1 SYSTRAY=0 JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 /qn','"%wpipath%\\Install\\JRE\\x86\\jre1.7.0_05.msi" IEXPLORER=1 MOZILLA=1 SYSTRAY=0 JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 /qn'];
gcond[pn]=['getArch()=="x86"&&getFileVersion("%WinDir%\\System32\\java.exe")>="7.0.50.5"||getArch()=="AMD64"&&getFileVersion("%WinDir%\\System32\\java.exe")>="7.0.50.5"&&getFileVersion("%WinDir%\\SysWOW64\\java.exe")>="7.0.50.5"'];
desc[pn]=['Java Runtime Environment'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Java.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['7-Zip'];
uid[pn]=['7ZIP'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['{x64} "%wpipath%\\Install\\7z925-x64.msi" TRANSFORMS="%wpipath%\\Install\\7z-en.mst" /qn','{x86} "%wpipath%\\Install\\7z925.msi" TRANSFORMS="%wpipath%\\Install\\7z-en.mst" /qn'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\7-Zip\\7zFM.exe")>="9.25.0.0"'];
desc[pn]=['7-Zip Archiver'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\7zip.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['WinRAR'];
uid[pn]=['WINRAR'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['{x64} "%wpipath%\\Install\\winrar-x64-420.exe" /S','{x86} "%wpipath%\\Install\\wrar420.exe" /S'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\WinRAR\\WinRAR.exe")>="4.20.0.0"'];
desc[pn]=['WinRAR Archiver'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\WinRAR.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Universal Extractor'];
uid[pn]=['UNIEXTRACT'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\uniextract161.exe" /VERYSILENT'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Universal Extractor\\UniExtract.exe")>="1.6.1.62"||getFileVersion("%ProgramFiles(x86)%\\Universal Extractor\\UniExtract.exe")>="1.6.1.62"'];
desc[pn]=['Universal Extractor'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\UniExtract.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['CCleaner'];
uid[pn]=['CCLEANER'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\ccsetup321_slim.exe" /S','{DELDIR} "%ProgramFiles%\\CCleaner\\Lang"','{DELDIR} "%AllUsersProfile%\\Microsoft\\Windows\\Start Menu\\Programs\\CCleaner"','{DELETE} "%Public%\\Desktop\\CCleaner.lnk"'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\CCleaner\\CCleaner.exe")>="3.21.0.1767"'];
desc[pn]=['Crap Cleaner'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\CCleaner.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['SpywareBlaster'];
uid[pn]=['SPYBLAST'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\spywareblastersetup46.exe" /VERYSILENT'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\SpywareBlaster\\spywareblaster.exe")>="4.6.0.0"||getFileVersion("%ProgramFiles(x86)%\\SpywareBlaster\\spywareblaster.exe")>="4.6.0.0"'];
desc[pn]=['SpywareBlaster'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\SpywareBlaster.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Mozilla Firefox'];
uid[pn]=['FIREFOX'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Firefox\\setup.exe" /INI="%wpipath%\\Install\\Firefox\\setup.ini" -ms','{DELETE} "%Public%\\Desktop\\Mozilla Firefox.lnk"','{OS=Win7} {JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\MozillaPlugins\\@microsoft.com/GENUINE\\Path"%comma%"%WinDir%\\system32\\Wat\\npWatWeb.dll"%comma%"REG_SZ")','{OS=Win7} {x64} {JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Wow6432Node\\MozillaPlugins\\@microsoft.com/GENUINE\\Path"%comma%"%WinDir%\\system32\\Wat\\npWatWeb.dll"%comma%"REG_SZ")'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Mozilla Firefox\\firefox.exe")>="14.0.1.4577"||getFileVersion("%ProgramFiles(x86)%\\Mozilla Firefox\\firefox.exe")>="14.0.1.4577"'];
desc[pn]=['Web Browser'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Firefox.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Skype'];
uid[pn]=['SKYPE'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\SkypeSetup.msi" /qn'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Skype\\Phone\\Skype.exe")>="5.10.32.116"||getFileVersion("%ProgramFiles(x86)%\\Skype\\Phone\\Skype.exe")>="5.10.32.116"'];
desc[pn]=['Skype Phone/Messenger'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Skype.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Internet Download Accelerator'];
uid[pn]=['IDA'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\ida.exe" /VERYSILENT'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\IDA\\ida.exe")>="5.13.1.1315"||getFileVersion("%ProgramFiles(x86)%\\IDA\\ida.exe")>="5.13.1.1315"'];
desc[pn]=['Internet Download Accelerator'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\IDA.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['eMule'];
uid[pn]=['EMULE'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\eMule0.50a-Installer.exe" /S','{JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\Comments"%comma%"Welcome to eMule%comma% a filesharing client based on the eDonkey2000(C) network."%comma%"REG_SZ")','{JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\Contact"%comma%"http://emule-project.net"%comma%"REG_SZ")','{x64} {JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\DisplayIcon"%comma%"%ProgramFiles(x86)%\\eMule\\emule.exe"%comma%"REG_SZ")','{x86} {JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\DisplayIcon"%comma%"%ProgramFiles%\\eMule\\emule.exe"%comma%"REG_SZ")','{JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\DisplayVersion"%comma%"0.50.0.4"%comma%"REG_SZ")','{JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\HelpLink"%comma%"http://forum.emule-project.net"%comma%"REG_EXPAND_SZ")','{JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\NoModify"%comma%1%comma%"REG_DWORD")','{JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\Publisher"%comma%"emule-project.net"%comma%"REG_SZ")','{x64} {JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\Readme"%comma%"%ProgramFiles(x86)%\\eMule\\readme.txt"%comma%"REG_SZ")','{x86} {JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\Readme"%comma%"%ProgramFiles%\\eMule\\readme.txt"%comma%"REG_SZ")','{JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\Size"%comma%""%comma%"REG_SZ")','{JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\URLInfoAbout"%comma%"http://emule-project.net"%comma%"REG_SZ")','{JSCRIPT}=WriteRegKey("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\eMule\\URLUpdateInfo"%comma%""%comma%"REG_SZ")','"%wpipath%\\Install\\eMuleShellExtension1.1.0-Installer.msi" /qn'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\eMule\\emule.exe")>="0.50.0.4"&&getFileVersion("%ProgramFiles%\\eMule\\eMuleShellExt.dll")>="1.1.0.0"||getFileVersion("%ProgramFiles(x86)%\\eMule\\emule.exe")>="0.50.0.4"&&getFileVersion("%ProgramFiles(x86)%\\eMule\\eMuleShellExt.dll")>="1.1.0.0"'];
desc[pn]=['P2P Client'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\eMule.gif"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['InstEd'];
uid[pn]=['INSTED'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\InstEd-1.5.15.26.msi" HACKLZX=1 /qn'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\instedit.com\\InstEd\\InstEd.exe")>="1.5.15.26"||getFileVersion("%ProgramFiles(x86)%\\instedit.com\\InstEd\\InstEd.exe")>="1.5.15.26"'];
desc[pn]=['InstEd MSI Editor'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\InstEd.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Inno Setup'];
uid[pn]=['INNO'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\isetup-5.5.1-unicode.exe" /VERYSILENT'];
gcond[pn]=['RegKeyValue("HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Inno Setup 5_is1\\DisplayVersion")>="5.5.1"||RegKeyValue("HKLM\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Inno Setup 5_is1\\DisplayVersion")>="5.5.1"'];
desc[pn]=['Inno Setup'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\InnoSetup.gif"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['AutoIt'];
uid[pn]=['AUTOIT'];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\autoit-v3-setup.exe" /S','"%wpipath%\\Install\\SciTE4AutoIt3.exe" /S'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\AutoIt3\\AutoIt3.exe")>="3.3.8.1"&&getFileVersion("%ProgramFiles%\\AutoIt3\\SciTE\\SciTE.exe")>="3.2.0.0"||getFileVersion("%ProgramFiles(x86)%\\AutoIt3\\AutoIt3.exe")>="3.3.8.1"&&getFileVersion("%ProgramFiles(x86)%\\AutoIt3\\SciTE\\SciTE.exe")>="3.2.0.0"'];
desc[pn]=['AutoIt'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\AutoIt.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['AIDA64 Extreme Edition'];
uid[pn]=['AIDA64'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\aida64extreme250.exe" /VERYSILENT'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\FinalWire\\AIDA64 Extreme Edition\\aida64.exe")>="2.50.2000.0"||getFileVersion("%ProgramFiles(x86)%\\FinalWire\\AIDA64 Extreme Edition\\aida64.exe")>="2.50.2000.0"'];
desc[pn]=['AIDA64 Extreme Edition'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\AIDA64.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Beyond Compare'];
uid[pn]=['BCOMPARE'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\BCompare-3.3.5.15075.exe" /VERYSILENT /MERGETASKS="!desktopicon"'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Beyond Compare 3\\BCompare.exe")>="3.3.5.15075"||getFileVersion("%ProgramFiles(x86)%\\Beyond Compare 3\\BCompare.exe")>="3.3.5.15075"'];
desc[pn]=['File/Directory Compare Utility'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\BCompare.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Notepad++'];
uid[pn]=['NOTEPADPP'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\npp.6.1.5.Installer.exe" /S'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Notepad++\\notepad++.exe")>="6.1.5.0"||getFileVersion("%ProgramFiles(x86)%\\Notepad++\\notepad++.exe")>="6.1.5.0"'];
desc[pn]=['Text Editor'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\NotepadPP.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['nLite'];
uid[pn]=['NLITE'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\nLite-1.4.9.1.exe" /VERYSILENT'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\nLite\\nLite.exe")>="1.4.9.1"||getFileVersion("%ProgramFiles(x86)%\\nLite\\nLite.exe")>="1.4.9.1"'];
desc[pn]=['Windows Deployment Tool'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\nLite.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Resource Hacker FX'];
uid[pn]=['RESEHACK'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\reshackfx_setup.exe" /VERYSILENT'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Resource Hacker\\ResHacker.exe")>="3.6.0.92"||getFileVersion("%ProgramFiles(x86)%\\Resource Hacker\\ResHacker.exe")>="3.6.0.92"'];
desc[pn]=['Resource Hacker'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Reshack.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['InstallShield Cabinet-Log File Viewer'];
uid[pn]=['ISCABVIEW'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Send2-IsCabView.exe" -gm2 -y'];
gcond[pn]=['FileExists("%ProgramFiles%\\InstallShield\\2012\\System\\IsCabView.exe")||FileExists("%ProgramFiles(x86)%\\InstallShield\\2012\\System\\IsCabView.exe")'];
desc[pn]=['InstallShield Cabinet-Log File Viewer'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\IsCabView.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['ConvertXtoDVD'];
uid[pn]=['CONVERTX'];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\vsoConvertXtoDVD4.exe" /VERYSILENT'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\VSO\\ConvertX\\4\\ConvertXtoDvd.exe")>="4.1.19.365"||getFileVersion("%ProgramFiles(x86)%\\VSO\\ConvertX\\4\\ConvertXtoDvd.exe")>="4.1.19.365"'];
desc[pn]=['ConvertXtoDVD'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\ConvertX.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['NVIDIA PhysX'];
uid[pn]=['PHYSX'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\PhysX-9.12.0613_SystemSoftware.msi" /qn'];
gcond[pn]=['RegKeyValue("HKLM\\SOFTWARE\\AGEIA Technologies\\PhysX Version")>="9120613"||RegKeyValue("HKLM\\SOFTWARE\\Wow6432Node\\AGEIA Technologies\\PhysX Version")>="9120613"'];
desc[pn]=['NVIDIA PhysX Engine'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\NVIDIA.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Windows Media Player Plus!'];
uid[pn]=['WMPPLUS'];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\WMPPlus-2.1.exe" /VERYSILENT'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Windows Media Player Plus!\\WMPPlus.dll")>="2.1.0.0"||getFileVersion("%ProgramFiles(x86)%\\Windows Media Player Plus!\\WMPPlus.dll")>="2.1.0.0"'];
desc[pn]=['Windows Media Player Plus!'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\WMPPlus.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['WMP Tag Plus'];
uid[pn]=['WMPTAGPLUS'];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\WMPTagPlus-2.1.exe" /VERYSILENT'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\WMP Tag Plus\\WMPTagPlus.dll")>="2.1.0.0"||getFileVersion("%ProgramFiles(x86)%\\WMP Tag Plus\\WMPTagPlus.dll")>="2.1.0.0"'];
desc[pn]=['WMP Tag Plus'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\WMPTagPlus.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['Win7codecs'];
uid[pn]=['WIN7CODECS'];
dflt[pn]=['no'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Win7codecs_v375.msi" /qn /norestart'];
excl[pn]=['WIN8CODECS'];
cond[pn]=['getOSvernum()>="6.1"'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Win7codecs\\Tools\\Settings32.exe")>="3.7.5.0"||getFileVersion("%ProgramFiles(x86)%\\Win7codecs\\Tools\\Settings32.exe")>="3.7.5.0"'];
desc[pn]=['Codec Pack'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Shark.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['win8codecs'];
uid[pn]=['WIN8CODECS'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\win8codecs_v118.msi" /qn /norestart'];
excl[pn]=['WIN7CODECS'];
cond[pn]=['getOSvernum()>="6.1"'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Win8codecs\\Tools\\Settings32.exe")>="1.1.8.0"||getFileVersion("%ProgramFiles(x86)%\\Win8codecs\\Tools\\Settings32.exe")>="1.1.8.0"'];
desc[pn]=['Codec Pack'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Shark.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

prog[pn]=['X64 Components'];
uid[pn]=['X64CMPNTS'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['3rd Party'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\x64Components_v375.exe" /VERYSILENT /NORESTART'];
cond[pn]=['getOSvernum()>="6.0"&&getArch()=="AMD64"'];
gcond[pn]=['getFileVersion("%ProgramFiles%\\Win7codecs\\Tools\\Settings64.exe")>="3.7.4.0"'];
desc[pn]=['Codec Pack'];
picf[pn]=['"%wpipath%\\Graphics\\Logos\\Shark.png"'];
picw[pn]=['0'];
pich[pn]=['0'];
textl[pn]=['Right'];
pn++;

//---------------------------------------------------------------------------------------------
// End of program definitions ...
//---------------------------------------------------------------------------------------------
// WPI Config 8.0.0

Link to comment
Share on other sites

Gracias rick, creo que si es mejor wpi ya que asi se actualizan los programas cuando sea necesario sin tocar la imagen de win 7, el wpi lo lanzas al terminar la instalacion y cuando se carga el escritorio o al finalizar la instalacion y antes de que cargue el escritorio ?

Link to comment
Share on other sites

Yo lo lanzo manualmente despues de que me logeo (tambien puedes usar setupcomplete.cmd o Autounattend.xml,) selecciono mis programas que quiero y los instalo (los que ya estan instalados o que no son compatibles son escondidos gracias a las condiciones especiales que tengo)

Link to comment
Share on other sites

ya voy a subir un video del programa y su funcionamiento para que vean cómo hay que realizar las integraciones...... y demás. así evitaremos errores ya que a mí me ha dado errores y he ido resolviendo eso poco a poco hasta conocer qué se debe y qué no se debe integrar.....

Luis

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...