CODE
start /wait msiexec /i %systemdrive%\Install\Applications\Roxio8\setup.exe /qn /ProductCode="XXXXXXXXXXXXXXXXX" /norestart
Roxio uses a 17 digit code, seperated like this: xx-xxxxx-xxxxx-xxxxx. When inputing during setup, it goes to the next code block automatically, so you don't have to press TAB or anything. I have no idea if the above code is right or wrong. I can't use the .msi file for 2 reasons. One, the name of it has spaces, not one linked name. Two, whenever I try, it says you have to use the setup.exe file. Has anybody got this to install silently? Properly? (SIDE NOTE: I manually added the items from the "Contents" CD over into the appropriate folders in the "Install" CD) Also, what about slipstreaming or integrating the latest update into the setup folder?
2. DBpoweramp. Again, looked it up no straight answer. It uses the "Spoon Installer", the only program I know of that does. I found one posting somewhere that gave the switch "<Silent>" and said it worked for them. An unusual looking switch. I'm not sure if the quotation marks should be used or not, or exactly how it should be used? This is what I have in my batch file:
CODE
start /wait %systemdrive%\Install\Applications\DBpoweramp_10\DBpoweramp_Music_Converter_v10.exe "<Silent>"
Is it right, wrong, anybody know?
3. Intellipoint and Intellitype Pro 5.5? Found one thread that says for the intellitype, go to Program Files and copy the "Microsoft Intellitype Pro" folder and put it in the $OEM$ folder somewhere and set it up to copy over to your C:\Program Files\ folder on your system install. Then open up regedit and export the .reg file from HKEY_CURRENT_USER\Software\Microsoft\IntelliType Pro.
Add this into it:
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\type32.exe]
"Path"="C:\\Program Files\\Microsoft IntelliType Pro\\"
@="\"C:\\Program Files\\Microsoft IntelliType Pro\\type32.exe\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"type32"="\"C:\\Program Files\\Microsoft IntelliType Pro\\type32.exe\""
"Path"="C:\\Program Files\\Microsoft IntelliType Pro\\"
@="\"C:\\Program Files\\Microsoft IntelliType Pro\\type32.exe\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"type32"="\"C:\\Program Files\\Microsoft IntelliType Pro\\type32.exe\""
Put this in your regtweaks file to add it in the system registry. It's suppose to work. Will the same procedure work for Intellipoint?
Does anybody have a better or different way that works? Lets get a discussion going! Give it your best shot!