-
Posts
314 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Events
Posts posted by alfreire
-
-
http://www.kmplayer.com/features/features
please Remove junkware of this installer program and
please repack with innosetup
i tryed but can't underestand this files:
kmpFileAssociate_NO.exe
kmpFileAssociate.exe
KMP_AssociateDefaultProgram.exe
that are in installer program.
thanks.
Take a look http://www.wincert.net/forum/topic/13255-km-player-4000-repack/
Regards... ;-)
-
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!Qjm9Gv02S40dGYjosl4cQnzKwYglKJ3HIzmh2QZIEh8
Regards... ;-)
-
Updated to v5.0.6-r103037...
Regards... ;-) -
Thanks a lot alfreire!
I don't want to start it from the autoexec,xml, so I would need only the last part, but
@ECHO OFF
SETLOCAL
(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%" & exit
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.vbsexit
-
Hi,
I need to build in my Win7-ISO (WinToolkit) a function setting a link on the desktop to start a program (WPI.exe).
The WPI-Folder is in the ISO and I want that the final user has to start only this link.
After the Win installation the ISO is still mounted (VM) or the DVD ist still in the drive.
My problems are: I don't know, how can I make the variable %DVD% available to Windows during the installation and which command in a .BAT or .CMD file I need.
Can somebody give me some hints?
TNX, Thiersee
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%" & exit
I run this cmd from Autounattend.xml
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>cmd /q /c start %windir%\Temp\WPI.cmd</CommandLine>
<Description>Run WPI</Description>
<Order>1</Order>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
</FirstLogonCommands>
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.vbsexit
Tested:
-
@Rick - How can I install this silently? I tried using qn or qb switch but it will not install. I'm using win7 x64. Thanks
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... ;-)
-
Updated to v5.0.4-r102546...
Regards... ;-)
-
I would like to know, if it's wise to use WTK to use the feature of creating a ISO file and rebuild the W10 image?
I need to be sure, I don't like the idea that the install.wim is corrupted after this rebuild process.
Works fine for me...
Regards... ;-)
-
soteofca, on 10 Jul 2015 - 10:42 AM, said:
auf einem anderen server online
auf einem anderen server rauf laden bekomme hier sio nicht am Programm
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... ;-)
-
Updated to v5.0.2-r102096...
Regards... ;-)
can do only english ? more little. thz
No, I don't know how make it...
Regards... ;-)
-
4.6 replaces the framework 4.5.2? :g:
Yes... https://www.microsoft.com/en-us/download/details.aspx?id=44928
Regards... ;-)
-
Adobe Shockwave Player 12.1.9.160...
A hug... ;-)
-
auf einem anderen server online
auf einem anderen server rauf laden bekomme hier sio nicht am Programm
I don't understand that... can you explain in english, please...?
Regards... ;-)
-
You most likely did, but I just want to make absolutely sure, did you integrate the extension pack into this installer? And is it silent or have a silent switch?
Yes for first question, /silent or /verysilent to silent install...
Regards... ;-)
-
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.
-
Unable to load R3 module C:\Program Files\Oracle\VirtualBox/VBoxDD.DLL (VBoxDD): GetLastError=1790 (VERR_UNRESOLVED_ERROR).
Fehlercode:
E_FAIL (0x80004005)
Komponente:
ConsoleWrap
Interface:
IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
Bitte in germany.
You have any patched dll in your system32 folder... uxtheme.dll by example... restore dll's patched and try again...
Regards... ;-)
-
Updated
Thanks for all... you are GREAT...!!!
A hug, my friend... ;-)
-
Hi... one question, why you use HKLM64 in x86 program...? I think it's not need...
Regards... ;-)
-
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... ;-) -
VirtualBox 4.3.28 Build 100309
danke....??
Updated...
Regards... ;-)
-
Thanks for making new version (as my version is outdated now), but Why add Firefox Plugin? It is already included in IDM.
BTW I will update my IDM repack to v6.23b11 in a few days.
Yes, Firefox plugin is included... but is not automatically installed...
Regards... ;-)
Updated to v6.23b11
-Improved Firefox Plugin installation...
-
Don't worry, you does hard work here...
Regards... ;-)
-
Small donation, Lego, I can't send more... I hope this help you...
Paypal ID: 09T18357ML901411G
Regards... ;-)
-
[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:
Quote- filter, tttony, niTe_RiDeR_Pr0 and 1 other
- 4
Inno Setup Bundle 6.2.2
in Installer Repacks
Posted · Edited by alfreire
Update download link...
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... ;-)