
Everything posted by SunLion
-
Foxit Reader v6.1.1.1031
Hi Geej, Firstly, thank you for your excellent work! Testing the installation of your latest version, at the end of the process the message "could not locate INF file C:\Windows\INF\Evthing.inf". Not modified anything. Test on VM VirtualBox with Win7-x86. A small bug maybe? NOTE: in the previous version that did not occur. Greetings
-
MP3 Quality Modifier 2.51
Thanks for sharing! :prop:
-
My pain Story about integrating Drivers
Good day to all! Also use the SAD2 in my process, but using the Autounattend.xml to the installation, as follows: 1-put the folder SAD2 already populated with the drivers at the root of the DVD. 2-Add the lines FirstLogon below into the Autounattend.xml, in settings pass="oobeSystem": <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserAccounts> <LocalAccounts /> <AdministratorPassword> <Value /> </AdministratorPassword> </UserAccounts> <AutoLogon> <Password> <Value /> </Password> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <OOBE> <NetworkLocation>Home</NetworkLocation> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet> <TimeZone>E. South America Standard Time</TimeZone> <!--FirstLogon Begin--> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Description>SAD2</Description> <Order>3</Order> <CommandLine>cmd /q /c 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:\SAD2\DP_Install_Tool.cmd start /wait %i:\SAD2\DP_Install_Tool.cmd</CommandLine> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> </FirstLogonCommands> <!--FirstLogon End--> </component> </settings> And it works like a charm.
-
My Personal Image Integration Process
Thanks for sharing your knowledge. This will help us a lot! :prop:
- [Repak] SpywareBlaster 5.2 (7/17/2015)
- [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)
-
Merry Christmas
Merry Christmas to you too! Happy New Year!
-
PhotoFiltre v7.1.1
Merry Christmas and Happy New Year to you !!!
- [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)
- [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)
- [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)
-
[Repack] Adobe Reader XI v.11.0.6 EN, FR & NL (01-2014)
Thank you for sharing. How to make the addon in pt-BR, please? :worthy:
-
[Repak] Resource Hacker FX 3.6.0.92/1.4.19
Thanks Ricktendo64! :prop:
-
UltraISO SFX & AddOn Maker
Thank you for sharing. :thumbsup_anim:
-
PhotoFiltre v7.1.1
Thank you very much for this. :prop:
-
[Switchless] Kels Win7 CPL PacKs for x86 & x64 v5
Hi Kel, Got error files not located (msicuu.exe, MsiZap.exe) and, yet, when testing GPUZ in Control Panel it says file not found as well. It seems to me that editing the file CPLBonus.inf as below could solve this: -comment out the lines 55 and 56 -change the name of the executable gpu-z.exe to gpuz.exe in the lines 103 and 107 Tested and now it works fine! Thank you for your excellent work!
-
Guide: Creating addons
Hi diddi, Here is a version of InstallWatch25c created with Inno by maxXPsoft: http://www.mediafire...ec1h4mddb8e3qdu
-
[AddOn] CCleaner v4.13.4693 (International)
Thanks for the quick response. Yes, I'm using x 86. And with your help now I will include it in my WPI! Grateful
-
[AddOn] CCleaner v4.13.4693 (International)
Hi Rick, you can change the INF file so that it becomes an installer for the WPI? Thanks for this great work!
-
[AddOn] InstallWatch Pro v2.5c (Updated July-14-07)
Thanks! :thumbsup_anim:
-
[AddOn] InstallWatch Pro v2.5c (Updated July-14-07)
Hi ricktendo64, Link for download does not function for me :thumbsdown_anim: . Please, it restitutes in another site. Cheers
-
[Video] How To make Silent Switch Installers
Thanks a lot Rick! I go to test and rank the result. :thumbsup_anim: Hi Rick, All addons had worked very well! It sees image below: It remains only one doubt: exactly that I add the RunCleanupX2 finally in the nlite, it always is executed first. And I want that it is executed finally! It has as to determine the sequence of installation through enclosed commands REG in the config.txt archive? Solved! In the line of REG ADD, It substitutes the name of the program for a sequential numeration, as below: AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\010 /ve /d \"nLite Addon\" /f" AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\010 /v Install /d %%S\\ nLite_Addon.exe /f" This decided the problem. :thumbsup_anim:
-
[Video] How To make Silent Switch Installers
Thank you, Rick. It pardons me for insisting, but I want to learn to create addon of type EXE to install for runonce
-
[Video] How To make Silent Switch Installers
OK, Rick. Then, for example, if to want to make this with nlite- 1.4.9.1 - installer.exe, the config.txt archives and entries_nlite.ini would be in the way below? Config.txt: ;!@Install@!UTF-8! AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\nlite /v Install /d %%S\\ nLite-1.4.9.1.installer.exe /VERYSILENT /MERGETASKS=desktopicon /NORESTART /f" GUIMode="2" ;!@InstallEnd@! Entries_nlite.ini: [general] builddate=15.05.2009 description= language=Portuguese Br title=nLite version=1.4.9.1 website= [EditFile] I386\SVCPACK.INF,SetupHotfixesToRun,AddProgram [AddProgram] nLite_Addon.exe -ai
-
[Video] How To make Silent Switch Installers
Thank you for the tutorial Rick. I want to create one addon of a program of type EXE to be installed by the RunOnceEX. Would be necessary to include the line