M
Mike_g
We have a number of applications that we have built installation packages to
minimize the questions asked of the installer. These are typically .bat or
..cmd files that call the Windows Installer or setup.exe with a set of
paramaters.
With the Vista security model most of these fail to execute successfully.
We have tried to run these with the "run as administrator" but that does not
help.
One simple example is a bat file that just calls msiexec, which works fine
in XP, but does not in Vista:
msiexec.exe /i "{path to .msi}" /qn /l* "{path to log file}"
If we run the msi directly it works.
Any suggestion would be appreciated.
minimize the questions asked of the installer. These are typically .bat or
..cmd files that call the Windows Installer or setup.exe with a set of
paramaters.
With the Vista security model most of these fail to execute successfully.
We have tried to run these with the "run as administrator" but that does not
help.
One simple example is a bat file that just calls msiexec, which works fine
in XP, but does not in Vista:
msiexec.exe /i "{path to .msi}" /qn /l* "{path to log file}"
If we run the msi directly it works.
Any suggestion would be appreciated.