Install MSI
Hi!
I have the following code to install an app:
Set objInstaller = CreateObject("WindowsInstaller.Installer")
objInstaller.UILevel = 3 + 32
objInstaller.InstallProduct "app.msi"
In some machines the user do not have install privileges.
Is there any form to install the app in these machines?
Thanks.
.
Relevant Pages
- Re: Access 2003 Runtime questions
... several of his machines he has A2000 as well. ... runtime of the app. ... Full version or the Upgrade version is. ... Q3) Do I need to install .Net Framework 2.0 in order to create runtimes? ... (comp.databases.ms-access) - .NET system loading
... but there is reluctance to install .NET ... wich is itself a few years old and seems to have no issues. ... I was surprised the machines did not already have .net. ... is it possible to supply just the needed parts of .net with an app? ... (microsoft.public.dotnet.languages.csharp) - Re: Mount a Mapped Drive as a Subdirectory
... One way to approach this it to only have the App located in one place. ... Then on one machine "install" the App to this new empty location, ... We have done this with one old App by all machines having mapped an "F:" ... > that does not understand mapped drives. ... (microsoft.public.win2000.networking) - Re: Setup Error: Failed to load resources from resource file
... separate machines - they all report the same error. ... My application was originally a multi-threaded app but I've since ... inhibiting the install). ... "Setup failed to load resources from setup file" ... (microsoft.public.dotnet.framework) - Re: Missing DLL msvcr71.dll
... He was running a fresh install of WinXP Pro SP2 and when he ... We check our machines at the office ... You have to ship it with your app. ... A Windows installer merge module is included with ... (microsoft.public.vc.language) |
|