Search found 12 matches

Go to advanced search

by GovardhanaReddy
Tue Mar 04, 2014 3:15 pm
Forum: Building Installers
Topic: Instance name is not resolving Under Programs and Features
Replies: 3
Views: 3478
 
Jump to post

Instance name is not resolving Under Programs and Features

Hi All,

We are using multiple instance feature in our application and Under Product Details tab-> Add or Remove Programs (Control Panel) section, checked a property "override windows Installer Program list entry" and given the Custom Name as [|ProductName]([|InstanceId]). This is just for ...
by GovardhanaReddy
Wed Feb 19, 2014 9:55 am
Forum: Building Installers
Topic: Custom Features Installation Through Command Prompt
Replies: 14
Views: 14228
 
Jump to post

Re: Custom Features Installation Through Command Prompt

Dan,

In the sample which you attached above, Feature_C will be installed only if the FEATURE_C_INSTALL="true"

The Feature_C will not be installed if we choose that feature from custom installation dialogue. What we need to do, if we want to install it through custom dialogue selection and through ...
by GovardhanaReddy
Fri Feb 14, 2014 7:09 am
Forum: Building Installers
Topic: Custom Features Installation Through Command Prompt
Replies: 14
Views: 14228
 
Jump to post

Re: Custom Features Installation Through Command Prompt

Dan,

Thanks for your sample. Now we can able to install feature wise as well.

Thanks for your support
by GovardhanaReddy
Wed Feb 12, 2014 10:55 am
Forum: Building Installers
Topic: Custom Features Installation Through Command Prompt
Replies: 14
Views: 14228
 
Jump to post

Custom Features Installation Through Command Prompt

Hi,

We were able to install full and typical features of our product through command line installation by providing respective values to INSTALLLEVEL property and which was fine. In our application we are having around 10 features and based on the customer needs they will install their respective ...
by GovardhanaReddy
Tue Dec 03, 2013 1:08 pm
Forum: Building Installers
Topic: Error 1001. Could not load file or assembly
Replies: 5
Views: 7960
 
Jump to post

Re: Error 1001. Could not load file or assembly

Hi All,

The issue is not with the Interop.IWshRuntimeLibrary.

In custom action parameters earlier we are assigning [APPDIR] as value to the "assembly" property(argument)

If we provide one space followed by [APPDIR] Then everything started working.

Thanks for your support
by GovardhanaReddy
Wed Nov 20, 2013 2:16 pm
Forum: Building Installers
Topic: Error 1001. Could not load file or assembly
Replies: 5
Views: 7960
 
Jump to post

Re: Error 1001. Could not load file or assembly

Hi,

Thanks. If we include that assembly, then only we are getting that issue. Otherwise that customaction was executing fine without having any issues.

Thanks for your support.
by GovardhanaReddy
Mon Nov 11, 2013 2:01 pm
Forum: Building Installers
Topic: Error 1001. Could not load file or assembly
Replies: 5
Views: 7960
 
Jump to post

Re: Error 1001. Could not load file or assembly

Please find the attachment for the sample application
by GovardhanaReddy
Fri Nov 08, 2013 2:30 pm
Forum: Building Installers
Topic: Creating ShortCut Based On Instance Name
Replies: 1
Views: 2101
 
Jump to post

Creating ShortCut Based On Instance Name

For multiple instances feature, Creating a shortcut on desktop always creating for first instance only and the shortcut name was not resolving at installation time.

We tried Configuring the shortcut name like the one mentioned in the below attachment.

Thanks for your support
by GovardhanaReddy
Wed Nov 06, 2013 2:56 pm
Forum: Building Installers
Topic: Error 1001. Could not load file or assembly
Replies: 5
Views: 7960
 
Jump to post

Error 1001. Could not load file or assembly

Hi,

During Installation of the package we are getting below error message and installation is getting roll back.

Error 1001. Could not load file or assembly 'Interop.IWshRuntimeLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the ...
by GovardhanaReddy
Mon Oct 28, 2013 11:57 am
Forum: Building Installers
Topic: Installing MultipleInstances With a CustomName Provided
Replies: 3
Views: 3366
 
Jump to post

Re: Installing MultipleInstances With a CustomName Provided

Thanks for your quick response. We are working on a c# windows project. So after installation, a windows service needs to be installed too.

Now with the option which you mentioned above, is it possible to run a service which will be having the same custom name given by an user?

Thank you for your ...
by GovardhanaReddy
Mon Oct 28, 2013 11:00 am
Forum: Building Installers
Topic: Installing MultipleInstances With a CustomName Provided
Replies: 3
Views: 3366
 
Jump to post

Installing MultipleInstances With a CustomName Provided

Hi,

We installed your product for Evaluation and validating our requirement checklist.

If we Create a New InstanceId under MultipleInstance Tab and provide the name at build time, yes it will install one more instance, which was fine.

But, if I want to provide a custom instance name at ...

Go to advanced search