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... ;-)
-
Posted ·
Edited by alfreire
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... ;-)
-
-
Edited by alfreire
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
-
Edited by alfreire
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:
-
-
-
-
Edited by alfreire
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... ;-)
-
-
Edited by alfreire
4.6 replaces the framework 4.5.2? :g:
Yes... https://www.microsoft.com/en-us/download/details.aspx?id=44928
Regards... ;-)
-
-
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... ;-)
-
-
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... ;-)
-
-
-
-
-
Edited by alfreire
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...
-
-
-
Posted ·
Edited by alfreire
[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
Inno Setup Bundle 6.2.2
in Installer Repacks
·
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... ;-)