When will the environment variable will be set. In our application we have some dll's that will register based on environment variables. Is there any way to set the environment variable before registering the dll's.
I have a problem in registering the dll's. I have com components to be registered while installing. Actually, we are using Install shield we are moving to advanced installer. So when we install the package all the dlls will be registered successfully on previously used system. But if we install ...
To tell you exactly, we have one client and we will we working for that clent and the client has many clients in different countries. Actually these are two projects. The second one is made especially for particular client so its a logic or secracy of not giving access to second project based ...
We have a project in that the installation should proceed based on ini file. To be clear. I have 2 directories to be installed at different locations, we have an input.ini file in which we have CompassDiagnostics. If CompassDiagnostics=Y then it has to install other wise it should not install ...
I have migrated from 3.5 to 3.6 now i m unable to check for tuxedo its flashing an error as
There is a problem with windows Installer package.
A script required for this install to complete could not be run, Contact your personnel or package vendor.
If not possible of installing the exe silently, can this we be achieved. Suppose if you installing on a fresh machine it should create a input.ini file so that it should have an entry such that silent Installation=Y or N. If silent installation=Y then it should be installed silently and vice ...
Using msiexec we can install the created msi silently but when we check for MDAC as a prerequisites its converting the o/p file to .exe. So how to install this exe silently. And it should also write a log while installing. For msi it can be achieved by the following command as you previously ...
How do i check for MTS MAJOR version=131072 & MINOR version=532 or greater than that. From registry we can the value of MTS at the following path. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Transaction Server\Setup(OCM)\Product Version\major HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Transaction Server ...
In order to install our application on the target machine the machine should have oracle installed and which should be of version 8.1.7 or Higher. So how should i proceed to achieve the condition.
I need to know is there any feature so that we can display our company name while installing. I mean to say while installing the created msi in the dialog box it will be printed as Advanced Installer instead can we make it into our company name or any where we can write our company name it can ...