How to create NI Installer Backups (Windows)
NI doesn't apparently allow you to directly download the installers for offline installation or backup. In the event that Native Access stops working as part of the insolvency situation, I wanted a way to be able to re-install the software I purchased in the future. After a bit of research and testing, I came up with a fairly simple way to create backups of all your NI installers. For me it's just NI and iZotope stuff. I assume anything that uses Native Access would work too. I was a software engineer for 40+ years so I am fairly confident these will work, but use at your own risk... These steps require using a command window to run the "icacls" command to modify the permissions on a folder. If you aren't comfortable using the command line, then perhaps you should try to find a Plan B. 0) You need to be logged into Windows using an account with Administrator privileges 1) Create a special folder to store your NI installers. The default is "C:\Users\Public\Downloads". I created an "NI" folder in my user's "Downloads" folder (C:\Users\garry\Downloads\NI) to ensure that I was the owner of the new folder without inherited permissions getting in the way. For the purposes of these instructions, I will refer to the folder as your "NI" folder. 2) Launch Native Access 3) Click on the Preferences link in the bottom left corner 4) Click on the File Management link 5) Change the Download Location folder to be your new "NI" folder At this point, Native Access will download the EXE/ZIP files to your new NI folder. The problem is that Native Access cleans up after itself and deletes the files it downloaded. Our next step is to prevent Native Access from cleaning up by removing the ability to delete files in that folder. 6) Click on the Windows Start menu icon and search for "cmd" 7) Click on the "Run As Administrator" link. A black command window will open. 8) Enter the following command to prevent anyone from deleting anything in that folder: icacls "C:\Users\YourName\Downloads\NI" /deny "Everyone:(OI)(CI)(DE,DC)"