Search found 15 matches

Go to advanced search

by umaunni
Mon Mar 10, 2014 2:35 pm
Forum: Common Problems
Topic: Run a .msi with admin priveleges
Replies: 7
Views: 9742
 
Jump to post

Re: Run a .msi with admin priveleges

And I also found this line: Running product '{some key}' with elevated privileges: Product is assigned.

So, I guess its running in admin mode and problem is something else.
by umaunni
Mon Mar 10, 2014 2:32 pm
Forum: Common Problems
Topic: Run a .msi with admin priveleges
Replies: 7
Views: 9742
 
Jump to post

Re: Run a .msi with admin priveleges

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 ...
by umaunni
Thu Mar 06, 2014 1:14 pm
Forum: Common Problems
Topic: Run a .msi with admin priveleges
Replies: 7
Views: 9742
 
Jump to post

Re: Run a .msi with admin priveleges

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 ...
by umaunni
Thu Mar 06, 2014 5:52 am
Forum: Common Problems
Topic: Run a .msi with admin priveleges
Replies: 7
Views: 9742
 
Jump to post

Re: Run a .msi with admin priveleges

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 ...
by umaunni
Wed Mar 05, 2014 1:57 pm
Forum: Common Problems
Topic: Run a .msi with admin priveleges
Replies: 7
Views: 9742
 
Jump to post

Run a .msi with admin priveleges

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 ...
by umaunni
Thu Dec 05, 2013 1:40 pm
Forum: Building Installers
Topic: GUID of the Dlls is changing dyanmically once build the aip
Replies: 1
Views: 1959
 
Jump to post

GUID of the Dlls is changing dyanmically once build the aip

Hi All,

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 ...
by umaunni
Wed Nov 20, 2013 12:58 pm
Forum: Common Problems
Topic: Shortcut Key for OK button not working
Replies: 3
Views: 3498
 
Jump to post

Re: Shortcut Key for OK button not working

Hi,

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?
by umaunni
Wed Nov 20, 2013 7:44 am
Forum: Common Problems
Topic: Shortcut Key for OK button not working
Replies: 3
Views: 3498
 
Jump to post

Shortcut Key for OK button not working

Hi,

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"/>

Is there anything else I am missing here?
by umaunni
Tue Nov 05, 2013 4:03 pm
Forum: Common Problems
Topic: Dll is not replaced properly when new version installed
Replies: 3
Views: 3957
 
Jump to post

Re: Dll is not replaced properly when new version installed

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 ...
by umaunni
Tue Nov 05, 2013 11:10 am
Forum: Common Problems
Topic: Dll is not replaced properly when new version installed
Replies: 3
Views: 3957
 
Jump to post

Dll is not replaced properly when new version installed

Hi,

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 ...
by umaunni
Fri Jul 26, 2013 1:36 pm
Forum: Common Problems
Topic: Virtual Directory is not Created in IIS7
Replies: 1
Views: 2513
 
Jump to post

Virtual Directory is not Created in IIS7

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?


Thanks,
Umaunni
by umaunni
Wed Jul 24, 2013 10:44 am
Forum: Common Problems
Topic: Hosting a WebService in IIS
Replies: 1
Views: 2376
 
Jump to post

Hosting a WebService in IIS

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? :?



Thanks & Regards,
uma unni
by umaunni
Wed Jul 18, 2012 5:51 am
Forum: Building Installers
Topic: Access Features in VB script
Replies: 4
Views: 6738
 
Jump to post

Re: Access Features in VB script

hi,

Thanks for your reply. It's really worked.. thanks a lot .. :D
by umaunni
Mon Jul 16, 2012 7:13 am
Forum: Building Installers
Topic: Access Features in VB script
Replies: 4
Views: 6738
 
Jump to post

Re: Access Features in VB script

Hi and welcome to our forums,

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 ...
by umaunni
Wed Jul 11, 2012 3:39 pm
Forum: Building Installers
Topic: Access Features in VB script
Replies: 4
Views: 6738
 
Jump to post

Access Features in VB script

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 ...

Go to advanced search