I went through the verbose log and found this : MSI (s) (20:F0) [10:48:51:960]: Note: 1: 1708 MSI (s) (20:F0) [10:48:51:960]: Product: SomeName -- Installation failed.
MSI (s) (20:F0) [10:48:51:961]: Windows Installer installed the product. Product Name: SomeName Database 13.1. Product Version ...
One more thing I noticed. I tried to run it on a server where we have full administrative privileges. Though it failed again, I checked the logs that we create while installing and found that the installer was unable to communicate with the database. The login was failing. I don't know why because ...
I am running from elevate cmd. In full UI mode it is a success. But when I run the same in silent mode it fails. And yes it is, C:\Windows\system32> . Secondly, the properties that I mention in silent mode are also correct, since if I run the installer in full UI mode with properties passed in the ...
I have a .msi created using advanced installer. Everytime, I need to run it, I have to right click and select run as administrator. How can I impersonate the same procedure using cmd? I tried running the cmd in admin mode and then executed the .msi. I am providing the values to properties in cmd ...
I have an installer in which i have sync my output folder of my application(Microsoft visual studio 2012) to the Application Folder under Files and Folder Tab of advanced installer 6.3. And i have manually updated the Guid of all the dlls under organisation tab, and build and installed the ...
Thanks for your reply. I am using Advanced Installer 6.3 version. I never found Table Editor in this version.
Where is this option present in this version?
I have modified ui_en.ail file to add shortcut key to OK button. But when I build my installers, the shortcut key (Alt + O) is not working for the OK button. The change I made is given below. <STRING id="Property.ButtonText_OK" value="&OK"/>
I have examined and found that 12.1 is the base version that Sample.dll of 12.1 version is cached in the following path C:\Windows\Installer\$PatchCache$\Managed\registered key
Will it Impact sample.dll of version 12.2 ?
1. What this PatchCache will do exactly? 2. What is the use of GUID of each ...
I have the Advanced installer 6.3, in which i have 2 different versions of EXE's(12.1 and 12.2) which are having same sample.dll with different size and version.
When i install the version 12.1 its added the sample.dll of version 12.1. When i trying to install 12.2 version its not replacing ...
Hi,
I have created an installer for hosting a web service in IIS7 using Advanced Installer 6.3.
The virtual directory is not created in the IIS. Is it require anything additional?
Hi ,
I have created a Installer to host webservice in iis. I'm using Advanced installer 6.3.
But when i'm installing in a system having iis7, its showing like its not supported. how to solve this problem?
I'm afraid Windows Installer limits access to properties/feature states during deferred custom action execution. You can use that method only for immediate custom actions.
From what I see you have the custom action running to control UI elements, so it should be ...
Hi All, I'm new to the advanced installer. i have created an installer with some vb scripts(in insatllExecuteSequence in custom actions page) in which i'm accessing some public properties and features to manipulate the controls. But when i select the Deferred With no impersontaion as Execute option ...