How to make sdio on...
 
Notifications
Clear all

How to make sdio only download w/o install

7 Posts
3 Users
0 Reactions
218 Views
(@drifti)
Active Member Registered
Joined: 2 years ago
Posts: 3
Topic starter  

sometimes there is a need to install manually or later, i couldn't find this option.
im sure there is some setting or tweak


   
Quote
(@venom)
Active Member Registered
Joined: 1 year ago
Posts: 11
 

Scripts allow you to just download and not install..

So for example..
create a new file in the same directory/folder as SDIO.exe
Call this file Anything.Bat like.. Download-Only.bat

Right click > Edit the .bat ..Copy the below text inbetween the --- and save as .bat

---


@echo off
title - Download Drivers -
cd /d "%~dp0"
SDIO_x64_R753.exe -script:"scriptsexample-script.txt"
pause
exit

-----

If you use the 32 bit version remove _x64 from the sdio name.exe

The example-script has enableinstall off.. so it will NOT install any drivers

It also Only downloads Updated Drivers for your Current Drivers/Devices..

You can change example-script to get all drivers by changing..
Get Driverpacks updates to get driverpacks all

I will also attach these two files to save you the trouble.
(If you use attached example-script, copy it to SDIOs Scripts folder.


   
ReplyQuote
(@venom)
Active Member Registered
Joined: 1 year ago
Posts: 11
 

This Comment system is abit strange..

The Change Dir Cmd it incorrect.. cd /d "%~dp0"

and so is the SDIO.exe script cmd..

It's changing my Quotation marks to.. "

So the .bat will hit errors unless you change all.. " to actual quotes :/

Also cant upload .bat as attachment so i change it to .txt.. Change to .bat extension to run it.. and it will tell sdio to run example script and only download drivers.


   
ReplyQuote
Glenn
(@glenn)
Member Admin
Joined: 6 years ago
Posts: 1318
 

"sometimes there is a need to install manually or later, i couldn’t find this option.
im sure there is some setting or tweak"

can you explain what you mean?


   
ReplyQuote
(@drifti)
Active Member Registered
Joined: 2 years ago
Posts: 3
Topic starter  

i really want to install it myself later,not at the same moment (instead of downloading the big iso pack or using it regular)

tnx chris i will try those


   
ReplyQuote
(@drifti)
Active Member Registered
Joined: 2 years ago
Posts: 3
Topic starter  

do someone have easy way to achieve this? cant make the script work


   
ReplyQuote
Glenn
(@glenn)
Member Admin
Joined: 6 years ago
Posts: 1318
 

just click on the Updates Available button when it shows up. If it doesn't appear, you are up to date.


   
ReplyQuote
Glenn's Page