Jump to content

alfreire

Members
  • Posts

    314
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by alfreire

  1. On 20/10/2015 at 8:29 AM, Vandit said:

    Updated Inno Script Studio v2.2.2.32 Final

    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:

    Quote

    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... ;-)

  2. 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

    WPI.rar

  3. 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:

    XojJrJ2.png

    WPI.rar

  4. 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... ;-)

  5.  

     

    soteofca, on 10 Jul 2015 - 10:42 AM, said:snapback.png

    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.

     

     

    Xt0Qz33.png

     

    uf9o2Sz.png

     

    Regards... ;-)

  6. 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.
  7. 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...

  8. [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

     

    IruIMN4.png

     

    cZ6AKWb.png

×
×
  • Create New...