March 23, 200521 yr Im gonna go out on a limb and say yes, since itunes cant run without the quicktime core component
March 23, 200521 yr Author ok, one more question, is quicktime installed with it?<{POST_SNAPBACK}>dude, quicktime is included, v6.5.2 good guess durexitunes wont become default player so as quicktime
March 23, 200521 yr Author UPDATE: 23.03.2005right, sorry guys first bug found, also now fixed new file available for download on the same link.
March 25, 200521 yr Hey hulala- Just tried this out and its still not letting me change the install location based on setting the PROGRAMFILES variable. Heres the code I used:set PROGRAMFILES=%systemdrive%\Mutlimediastart /wait itunes.msiStill installs to my Program Files directory.
March 25, 200521 yr Author bump...ok i will do some more editing on sunday and let you know, how is it otherwise?
March 26, 200521 yr Author Hey hulala- Just tried this out and its still not letting me change the install location based on setting the PROGRAMFILES variable. Heres the code I used:set PROGRAMFILES=%systemdrive%\Mutlimediastart /wait itunes.msiStill installs to my Program Files directory.<{POST_SNAPBACK}>i just had a thought...its 01:50am here now when you are doing set PROGRAMFILES what you are actually setting is user variable and its only valid for your script, system variable is still your real PROGRAMFILES. you see msi installer will look into your system variables. do a simple test run echo %PROGRAMFILES% in cmd(not from within script) and see what it comes back with.
March 26, 200521 yr i just had a thought...its 01:50am here now when you are doing set PROGRAMFILES what you are actually setting is user variable and its only valid for your script, system variable is still your real PROGRAMFILES. you see msi installer will look into your system variables. do a simple test run echo %PROGRAMFILES% in cmd(not from within script) and see what it comes back with.<{POST_SNAPBACK}>Right, but I thought thats what you meant when you said try to set the PROGRAMFILES and install it.. the primary reason I use my vbscript to walk through the install is so that I can install it in an alternate location.... if your msi wasnt intended to do this.. thats fine, I simply misunderstood you. Nice work on fixing the Next thing. Im sure the majority of users who install it to their Program Files directory will find this very useful!
March 26, 200521 yr Author Right, but I thought thats what you meant when you said try to set the PROGRAMFILES and install it.. the primary reason I use my vbscript to walk through the install is so that I can install it in an alternate location.... if your msi wasnt intended to do this.. thats fine, I simply misunderstood you. Nice work on fixing the Next thing. Im sure the majority of users who install it to their Program Files directory will find this very useful!<{POST_SNAPBACK}>right how about you try this:msiexec /i itunes.msi PROGRAMFILES=%systemdrive%\Mutlimediaor may be try hardcoded drive for starters to be sure, then variable.
Create an account or sign in to comment