Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Newbi Question


1 reply to this topic

jsaxon2

jsaxon2
  • Members
  • 2 posts

Posted 11 December 2003 - 13:00

I am new to Installshield and have been given a task to write the installation routine. I've pretty much got everything covered except one thing. I have included the Microsoft Common Dialog Control 6.0 MM in my project. Problem is that it does not get installed until the user accesses the part in the application that uses the comdlg32.ocx. It then prompts for the CD that the install was run from and installs it then. They are only prompted the one time, but I don't want them to be prompted at all. How do I get around this.

Thanks in advance for taking time to help a newbi.

John

Neo

Neo
  • Members
  • 48 posts

Posted 05 January 2004 - 04:21

Verify whether the associated feature has been advertised onto the system. Try installing with the following command line.

msiexec /i yourmsifilename.msi ADDLOCAL=ALL