Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vars
  • Order by date
  1. vars

    MSI Reboot

    I need to add a reboot in the middle of my install. I am using the ForceReboot action just after InstallInitialize in the InstallExecuteSequence table with a condition of AFTERREBOOT<>1 AND NOT Installed. The pc closes down and then tries to reboot but it just hangs. Does anyone know if I should...
  2. vars

    Windows Installer Keys Removal From Msi - Problem

    You shouldn't really repackage .msi installers. It's best to use InstallTailor to configure the install to how you want it.
  3. vars

    Combine msi+.bat file

    Create a custom action within the msi, that will call the .bat file. Custom Action type:call exe, Source:path specified by property, Property:%COMSPEC, Command Line: /C &quot;C:\Program Files\*.bat or whatever.

Part and Inventory Search

Back
Top