How to make sdio only download w/o install › Forums › Snappy Driver Installer Origin › How to make sdio only download w/o install This topic has 4 replies, 3 voices, and was last updated 1 week ago by drifti drifti. Viewing 2 reply threads Author Posts 4 May, 2023 at 12:46 am #5868 drifti driftiParticipant sometimes there is a need to install manually or later, i couldn’t find this option. im sure there is some setting or tweak 12 May, 2023 at 12:52 pm #5882 Chris …Participant 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:"scripts\example-script.txt" pause exit 12345678 @echo offtitle - Download Drivers -cd /d "%~dp0"SDIO_x64_R753.exe -script:"scripts\example-script.txt"pauseexit —– 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. Attachments: example-script.txt 12 May, 2023 at 1:08 pm #5884 Chris …Participant 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. 12 May, 2023 at 1:35 pm #5887 GlennKeymaster “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? 22 May, 2023 at 1:33 am #5935 drifti driftiParticipant 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 Author Posts Viewing 2 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In