iTunes Setup Install Switches/Non-Admin Install?
So I'm trying to install iTunes on my computer to a secondary drive (D:\iTunes\) and without admin. The installer needs admin because it can write to restricted locations but it needs admin even if it doesn't write to those folders. When I extract the installer I get a bunch of MSI files and a SetupAdmin.exe file which I assume does the installation. I found a solution online to use set __COMPAT_LAYER=RunAsInvoker but that only applies to the MSI file, not the actual setup application. When I run the setup application with this it exits because it tries to install to ProgramFiles instead of the secondary drive where I want it to. Also it doesn't have a gui. So my question is, what command-line switches (have to use cmdline, no gui) can I use on SetupAdmin.exe to make it install to the secondary drive, or what can I use to make iTunes to install without admin?