lilweirddude Posted March 22, 2005 Posted March 22, 2005 ok, one more question, is quicktime installed with it?
durex Posted March 23, 2005 Posted March 23, 2005 Im gonna go out on a limb and say yes, since itunes cant run without the quicktime core component
hulala.[uk] Posted March 23, 2005 Author Posted March 23, 2005 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
hulala.[uk] Posted March 23, 2005 Author Posted March 23, 2005 UPDATE: 23.03.2005right, sorry guys first bug found, also now fixed new file available for download on the same link.
RideGuy Posted March 23, 2005 Posted March 23, 2005 Thanks for the update hulala. We appreciate it.RideGuy
durex Posted March 25, 2005 Posted March 25, 2005 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.
hulala.[uk] Posted March 25, 2005 Author Posted March 25, 2005 bump...ok i will do some more editing on sunday and let you know, how is it otherwise?
hulala.[uk] Posted March 26, 2005 Author Posted March 26, 2005 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.
hulala.[uk] Posted March 26, 2005 Author Posted March 26, 2005 geez! Thanx!!!<{POST_SNAPBACK}>glad you found it useful B)
durex Posted March 26, 2005 Posted March 26, 2005 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!
hulala.[uk] Posted March 26, 2005 Author Posted March 26, 2005 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now