Everything posted by alfreire
-
Inno Setup Bundle 6.2.2
Hi, friend... if you want you can add to your Bunndle Pack Reg to ISS v0.1.4 by Serega... you can download from here: Original file is in Russian, but I translate to English and Spanish... You can rename Convert_*.exe and Convert_*.ini to Convert.exe and Convert.ini (original names)... Works very good for me from a long time ago... Regards... ;-)
-
Repack installer request?
Take a look http://www.wincert.net/forum/topic/13255-km-player-4000-repack/ Regards... ;-)
-
KM-Player 4.0.0.0 [Repack]... ;-)
KM-Player 4.0.0.0 [Repack]... ;-) Installer only Eng/Spa...MultiLanguage...You can associate types of archives from Preferences... Download: https://mega.nz/#!7wI0TACT!Qjm9Gv02S40dGYjosl4cQnzKwYglKJ3HIzmh2QZIEh8Regards... ;-)
-
[Repack] VirtualBox v5.1.4-r110228 x86/x64 [Multilanguage]... ;-)
Updated to v5.0.6-r103037... Regards... ;-)
-
Hints needed for %DVD% variable
you set here USB, I need DVD, how can I modify it? Anyway, works for USB & DVD indistinctly... you can change USB to DVD if you want... @ECHO OFFSETLOCAL(SET DVD=)FOR /F "USEBACKQ TOKENS=2 DELIMS==" %%# IN (`WMIC DATAFILE WHERE^ "PATH='\\WPI\\' AND FILENAME='WPI' AND EXTENSION='exe'"^ GET Name /VALUE^|FIND "="`) DO SET "DVD=%%~d#"&SET "FPATH=%%#"::START "" "%FPATH%" & exit%DVD% is drive letter %FPATH% is full path to WPI.exe (%DVD%\WPI\WPI.exe) You can delete ::START "" "%FPATH%" & exit if not want start WPI from cmd... Regards... ;-) I think you need only this: @ECHO OFFSETLOCAL(SET DVD=)FOR /F "USEBACKQ TOKENS=2 DELIMS==" %%# IN (`WMIC DATAFILE WHERE^ "PATH='\\WPI\\' AND FILENAME='WPI' AND EXTENSION='exe'"^ GET Name /VALUE^|FIND "="`) DO SET "DVD=%%~d#"&SET "FPATH=%%#"echo Set oWS = WScript.CreateObject("WScript.Shell") > CreateShortcut.vbsecho sLinkFile = "%HOMEDRIVE%%HOMEPATH%\Desktop\WPI.lnk" >> CreateShortcut.vbsecho Set oLink = oWS.CreateShortcut(sLinkFile) >> CreateShortcut.vbsecho oLink.TargetPath = "%FPATH%" >> CreateShortcut.vbsecho oLink.Save >> CreateShortcut.vbscscript CreateShortcut.vbsdel CreateShortcut.vbsexitWPI.rar
-
Hints needed for %DVD% variable
I use this from a long time ago to start WPI from %windir%\temp folder : (not fail with empty devices as card readers) @ECHO OFFSETLOCAL(SET USB=)FOR /F "USEBACKQ TOKENS=2 DELIMS==" %%# IN (`WMIC DATAFILE WHERE^ "PATH='\\WPI\\' AND FILENAME='WPI' AND EXTENSION='exe'"^ GET Name /VALUE^|FIND "="`) DO SET "USB=%%~d#"&SET "FPATH=%%#"START "" "%FPATH%" & exitI run this cmd from Autounattend.xml Regards... ;-) To only create shortcut in Desktop use this: (I found script here http://superuser.com/questions/392061/how-to-make-a-shortcut-from-cmd) @ECHO OFFSETLOCAL(SET USB=)FOR /F "USEBACKQ TOKENS=2 DELIMS==" %%# IN (`WMIC DATAFILE WHERE^ "PATH='\\WPI\\' AND FILENAME='WPI' AND EXTENSION='exe'"^ GET Name /VALUE^|FIND "="`) DO SET "USB=%%~d#"&SET "FPATH=%%#"::START "" "%FPATH%" & exitecho Set oWS = WScript.CreateObject("WScript.Shell") > CreateShortcut.vbsecho sLinkFile = "%HOMEDRIVE%%HOMEPATH%\Desktop\WPI.lnk" >> CreateShortcut.vbsecho Set oLink = oWS.CreateShortcut(sLinkFile) >> CreateShortcut.vbsecho oLink.TargetPath = "%FPATH%" >> CreateShortcut.vbsecho oLink.Save >> CreateShortcut.vbscscript CreateShortcut.vbsdel CreateShortcut.vbsexitTested: WPI.rar
-
[Repak] VMware Workstation Lite 12.1.0-3272444
vmware-lite.msi SERIALNUMBER=12345-12345-12345-12345-12345 DESKTOP_SHORTCUT=1 EULAS_AGREED=1 AUTOSOFTWAREUPDATE=1 /qr /norestart That works perfect for me... Regards... ;-)
-
[Repack] VirtualBox v5.1.4-r110228 x86/x64 [Multilanguage]... ;-)
Updated to v5.0.4-r102546... Regards... ;-)
-
WTK rebuild W10 image
Works fine for me... Regards... ;-)
-
[Repack] VirtualBox v5.1.4-r110228 x86/x64 [Multilanguage]... ;-)
Load up on another server..... Den Link folgen und Unter den roten Button "Download with MEGAsync" auf "Download through your browser" klicken. Follow the link and under the red button "Download with MEGAsync" on "Download through your browser" click. Regards... ;-)
-
[Repack] VirtualBox v5.1.4-r110228 x86/x64 [Multilanguage]... ;-)
Updated to v5.0.2-r102096... Regards... ;-) No, I don't know how make it... Regards... ;-)
-
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
Yes... https://www.microsoft.com/en-us/download/details.aspx?id=44928 Regards... ;-)
-
[Repak] Adobe Shockwave Player 12.2.2.172
Adobe Shockwave Player 12.1.9.160... A hug... ;-)
-
[Repack] VirtualBox v5.1.4-r110228 x86/x64 [Multilanguage]... ;-)
I don't understand that... can you explain in english, please...? Regards... ;-)
-
[Repack] VirtualBox v5.1.4-r110228 x86/x64 [Multilanguage]... ;-)
Yes for first question, /silent or /verysilent to silent install... Regards... ;-)
-
[Repack] VirtualBox v5.1.4-r110228 x86/x64 [Multilanguage]... ;-)
Updated to v5.0.0-r101573... Regards... ;-) The 5.0 release supports the latest guest or host operating systems including: Mac OS X Yosemite, Windows 10, Oracle Linux, Oracle Solaris, other Linux operating systems, and legacy operating systems. New capabilities in Oracle VM VirtualBox 5.0: Paravirtualization Support for Windows and Linux Guests: Significantly improves guest OS performance by leveraging built-in virtualization support on operating systems such as Oracle Linux 7 and Microsoft Windows 7 and newer. Improved CPU Utilization: Exposes a broader set of CPU instructions to the guest OS, enabling applications to make use of the latest hardware instruction sets for maximum performance. Support of USB 3.0 Devices: Guest operating systems can directly recognize USB 3.0 devices and operate at full 3.0 speeds. The guest OS can be configured to support USB 1.1, 2.0, and 3.0. Bi-Directional Drag and Drop Support for Windows: On all host platforms, Windows, Linux and Oracle Solaris guests now support “drag and drop” of content between the host and the guest. The drag and drop feature transparently allows copying or opening of files, directories, and more. Disk Image Encryption: Data can be encrypted on virtual hard disk images transparently during runtime, using the industry standard AES algorithm with up to 256 bit data encryption keys (DEK). This helps ensure data is secure and encrypted at all times, whether the VM is sitting unused on a developer's machine or server, or actively in use.
-
[Repack] VirtualBox v5.1.4-r110228 x86/x64 [Multilanguage]... ;-)
You have any patched dll in your system32 folder... uxtheme.dll by example... restore dll's patched and try again... Regards... ;-)
- [Tweaked] Skype 7.18.32.111 (Multilanguage)
-
[Repack] Wise Care 365 3.95.353 Pro Giveaway
Hi... one question, why you use HKLM64 in x86 program...? I think it's not need... Regards... ;-)
-
[Repack] VirtualBox 5.1.18 + ExtensionPacks
Now I haven't got any problems with new VirtualBox versions, my problem was to have uxtheme.dll file patched... after restore original dll file, all works perfect... it's important that System files don't be patched, must be originals... Regards... ;-)
-
[Repack] VirtualBox v5.1.4-r110228 x86/x64 [Multilanguage]... ;-)
Updated... Regards... ;-)
-
[Repack] Internet Download Manager 6.23 build 11... ;-)
Yes, Firefox plugin is included... but is not automatically installed... Regards... ;-) Updated to v6.23b11 -Improved Firefox Plugin installation...
-
Upgrade issues
Don't worry, you does hard work here... Regards... ;-)
-
Donations
Small donation, Lego, I can't send more... I hope this help you... Paypal ID: 09T18357ML901411G Regards... ;-)
-
[Repack] Avast! Free Antivirus 2016 v12.3.3154 [Multilang]... ;-)
[Repack] Avast! Free Antivirus 2016 v v12.3.3154 [Multilang]... ;-) -To Silent install use /silent or /verysilent... -No install Toolbars or other junks... Thanks to @darkblood by his installer & silent switches... http://www.wincert.net/forum/topic/12693-repack-avast-free-antivirus-v902021515-repack-with-silent-install-switch/#entry115021 Regards... ;-) Download: