F
Frank Buzin
I think I found it. To use the /m switch with the setup wrapper (that in
turn passes it to msiexec where it is used), you must have ISMIF32.DLL
located somewhere in the path. See msiexec command line options:
http://msdn.microsoft.com/library/d...msi/setup/command_line_options.asp?frame=true
It is very possible that my test PC at work doesn't have the adv client on
it yet (I was testing from my CD installation, not an SMS push) or it has
issues.
Anyway these appear to be the requirements for using the /M switch:
1) ISMIF32.DLL present (normally there from an SMS client install, but
comes with some dev products like Visual Studio 6.0)
2) No extension (i.e. .MIF) should be supplied
3) Should not include path (mif will always be placed in %systemroot%)
4) Name specified must be 8 characters or less
I know I met 2-4, but I bet ISMIF32.DLL not being in the path is the
problem.
Thanks,
Frank
turn passes it to msiexec where it is used), you must have ISMIF32.DLL
located somewhere in the path. See msiexec command line options:
http://msdn.microsoft.com/library/d...msi/setup/command_line_options.asp?frame=true
It is very possible that my test PC at work doesn't have the adv client on
it yet (I was testing from my CD installation, not an SMS push) or it has
issues.
Anyway these appear to be the requirements for using the /M switch:
1) ISMIF32.DLL present (normally there from an SMS client install, but
comes with some dev products like Visual Studio 6.0)
2) No extension (i.e. .MIF) should be supplied
3) Should not include path (mif will always be placed in %systemroot%)
4) Name specified must be 8 characters or less
I know I met 2-4, but I bet ISMIF32.DLL not being in the path is the
problem.
Thanks,
Frank