Unattended XPCD
   


AIM Pro
Submitted by Lord Wolf

3 simple steps. RunOnceEx sample below.
  1. Download AIM Pro

  2. Extract files (using something like WinRAR) and entire contents

  3. Add line to install apSetup.msi with msiexec switches. Use /passive if you want to see the progress or /quiet for no progress bar.

Sample RunOnceEx code
REG ADD %KEY%\\100 /VE /D \"AIM Pro\" /f
REG ADD %KEY%\\100 /V 1 /D \"%systemdrive%\\Install\\AIMpro\\apSetup.msi /passive\" /f


Note: The editor keeps putting extra \\\'s into the code, so you will need to remove the extras. There should be none with the quote marks, and anywhere else there should be only 1.
Last updated 2006-07-28 09:57:51 by Lord Wolf  [Edit]
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001 - 2009 msfn.org
Privacy Policy