Jump to content

a06lp

Member
  • Posts

    976
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by a06lp

  1. i'm having trouble with 6.0.5.20 it will install, but only after the runonceex window closes... anyone else know why this happens? %cdrom%\\$OEM$\\Applications\\itunes\\iTunesSetup.exe /S /V"ISSETUPDRIVEN=0 ASSUME_MEDIA_DEFAULTS=0 ASSUME_QT_DEFAULTS=0 ALLUSERS=1 SILENT_INSTALL=1 /QN" XCOPY "%cdrom%\$OEM$\Applications\itunes\iTunes.pref" "%UserProfile%\Application Data\Apple Computer\iTunes\" /EY
  2. [quote name='mazin' post='542829' date='Aug 3 2006, 04:42 PM']I think it's used without a slash (/)[/quote] Yes! Now it worked: [code]CMD=%cdrom%\\$OEM$\\Applications\\UltraMon\\UltraMon26en_x32.msi ALLUSERS=1 /qb REBOOT=Suppress[/code] And I checked in the registry, and the install path is: [quote]HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\[b]S-1-5-18[/b]\Products\7AC9ADC90F5C80341B06A674D709D0D6\InstallProperties[/quote] Looks good, I think...
  3. [quote name='big poppa pump' post='542816' date='Aug 3 2006, 04:12 PM']make sure you put '/ALLUSERS = 1' before the /qb without the quotes[/quote] doesn't work for me. it brings up the window with all thw switches (none of which say anything about allusers) I tried: /ALLUSERS = 1 /ALLUSERS=1 neither works...
  4. [quote name='big poppa pump' post='542807' date='Aug 3 2006, 04:00 PM']When you install Ultramon make sure you install it for all users and not just for the current user only. Also the registry key you have there for Ultramon is incorrect. I will let you know the location for the key when I get back home this evening.[/quote] I just installed it with the /qb switch - i don't know who it installed for... I'll be waiting for the key - thanks!
  5. I'm pretty sure the keys stay there. See my edit - I sorta narrowed it down more. Is there any way to work with this? Or maybe use a wildcard somehow (like "insert current machine id here")?
  6. i know this is an old topic, but i have a question.... i'm trying to silently register my ultramon, and i followed the steps of the OP, but my reg info was in a diff key [code][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\7AC9ADC90F5C80341B06A674D709D0D6\InstallProperties][/code] Does this mean that I won't be able to install this program on any other computer, since the key always changes? Or will I be able to install it without problems? Thanks! [edit] tried to install it on another machine. the reg didn't work. when trying to figure out why, i saw that, on this machine, the key was: [code][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-21-776561741-1078145449-1343024091-500\Products\7AC9ADC90F5C80341B06A674D709D0D6\InstallProperties][/code] The computers have the same OS (XP sp2 Corp), same key, etc. Why is one: [b]S-1-5-18[/b] and the other: [b]S-1-5-21-776561741-1078145449-1343024091-500[/b]???
  7. @raghvendraxu: Re-read the first post. Your files are in the wrong places. The contents of the zip file (7za.exe, Drivers.cmd, nircmd.exe, Process.exe, SetupCopyOEMInf.exe, WatchDriverSigningPolicy.exe) should ALL be in the $OEM$ folder. Your screenshot shows that the files are in $OEM$\Drivers. This is why you got the error that the files could not be found - they are in the wrong place.
  8. huh? i mean to register the program...
  9. As I told you in your PM to me: extract the files. (there should be an "ini" file, along with other files) you can, but don't have to, create subfolders in Drivers. It will detect which driver is needed.
  10. I wish. I've been trying to find an answer for about 6 months, but nothing came up.
  11. Alanoll talks about problems in the msi, sometimes (eg: shortcut link, or this drmclien.dll), but I can never tell whether he's fixed it or not in the MSI from the first post...
  12. Have you updated the MSI in the first post with this fixed? I've been waiting to download this until it's done.. Thanks!!
  13. 1) Still way too much trouble? It's so easy - 3 simple steps! What more do you want? 2) Umm... no you don't. What files get copied? 3) What are you talking about? 4) Bye... Just to clarify: I never said this won't work alongside a different method (which it seems you are doing for sata driver); I was saying using this method alone won't work for mass-storage drivers. But thanks for posting that it does work, I'm sure others will find the info useful!
  14. the code you copied into guiunattended detects your cd/dvd drive, and finds drivers.cmd (the batch file) on it.
  15. it doesn't matter where the answer file is. as long as it is being read during setup, it will call the drivers.cmd file, which will install the drivers...
  16. Updated the download link again (see first post). Thanks to Alanoll for uploading the zip file to MSFN's server. Try to use the first download link if possible. The second one is only there as a backup.
  17. Hey, I've added this to my U-CD so I decided to share, in case anyone else wanted it. MP3Gain MP3Gain analyzes and adjusts mp3 files so that they have the same volume. MP3Gain does not just do peak normalization, as many normalizers do. Instead, it does some statistical analysis to determine how loud the file actually sounds to the human ear. Also, the changes MP3Gain makes are completely lossless. There is no quality lost in the change because the program adjusts the mp3 file directly, without decoding and re-encoding. Homepage: http://mp3gain.sourceforge.net/ Download: http://mp3gain.sourceforge.net/download.php Silent Install: mp3gain-win-1_2_5.exe /S Enjoy!
  18. it seems to be the case for the editor also.
  19. Anyone know how to silently install Foxit PDF Editor 1.2? Info: http://www.pdfstore.com/details.asp?ProdID=764 Download: http://www.download.com/Foxit-PDF-Editor/3...4-10352113.html
  20. let me explain further. i use W.A.I.T. to install programs. to run correctly, WAIT needs to be called like so: start /wait %CDROM%\$OEM$\WAIT\WAIT.exe the key is the "start /wait" - without it, the program gets messed up. I do this currently by calling install.cmd (which contains the above code) from GuiRunOnce. If this can be called in some other way from CD, let me know!
×
×
  • Create New...