Jump to content

CyberSlug

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by CyberSlug

  1. setupp.ini information can be found at http://www.thetechguide.com/howto/setuppini.html
  2. Greetings from a long-time AutoIt user but new MSFN Forum member: I've attached a script with the following modifications: Hides the PEiD window a bit better by setting the StayOnTop registry value. (I thought about enhancing the SplashText window, but ended up just commenting that out.) Displays information for MSI files If StringRight($FileName, 4) = ".msi" Then Run("msiexec /?", "") Optionally takes a command line paramter. If you use AutoIt to compile the script into an EXE, you can can simply drag-and-drop the installer on top of the EXE to get the information. USSF_mod.au3
×
×
  • Create New...