How to make sdio on...
 
Notifications
Clear all

We appreciate the contributions many of you have been able to make towards repairing the storm damage and keeping a roof over our heads. With your help we’ve been able to complete much of the critical work. There is still work to be done to secure the house and your continued support will be a huge help.

Guests have read-only access to our forums. If you wish to participate you will need to register. Be sure to activate your account from the email sent to you when you register.

[Closed] How to make sdio only download w/o install

7 Posts
3 Users
0 Reactions
1,690 Views
(@drifti)
Active Member Registered
Joined: 3 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


   
(@venom)
Active Member Registered
Joined: 3 years 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.


   
(@venom)
Active Member Registered
Joined: 3 years 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.


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1867
 

"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?


   
(@drifti)
Active Member Registered
Joined: 3 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


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

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


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1867
 

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


   
Glenn's Page