Search found 535 matches

by neillans
Mon Jun 21, 2010 1:14 pm
Forum: Technical Support
Topic: IIS7 - Get / Set Property Calls - Are you having problems?
Replies: 4
Views: 13141

Re: IIS7 - Get / Set Property Calls - Are you having problem

Hi adi,

With regards to Set, can you confirm that it works as expected for you under IIS7?
by neillans
Sat Jun 19, 2010 3:37 pm
Forum: Technical Support
Topic: IIS7 - Get / Set Property Calls - Are you having problems?
Replies: 4
Views: 13141

IIS7 - Get / Set Property Calls - Are you having problems?

This is a quick public call to all IA9 R2 users who are using working with IIS7 from within their scripts. Specifically those using the Get / Set Property Calls that are exposed through the scripting interface. Are you have any problems? Does it all work fine for you? What sort of things are you usi...
by neillans
Fri Jun 18, 2010 7:52 pm
Forum: Technical Support
Topic: Get/Set IIS Property obsolete with IIS7
Replies: 4
Views: 10653

Re: Get/Set IIS Property obsolete with IIS7

Hi Adi, The Get / Set calls actually should function the same under IIS7 as they do but obviously they do not give you fine grained access to some of the feature set in IIS7 - such as getting the virtual directories in your example. Instead of actually shelling out to an instance of appcmd as per yo...
by neillans
Fri Jan 08, 2010 4:29 pm
Forum: Technical Support
Topic: how to build small setup which in turn downloads big setup?
Replies: 7
Views: 12843

Yup, you can do this -- we call it a Web Setup. You can parition your project up so that some files are stored in the actual setup stub, and others are downloaded -- and you do add logic to ensure that things are only downloaded if they are not already on the users machine (for example for runtimes ...
by neillans
Wed Jan 06, 2010 4:24 pm
Forum: Technical Support
Topic: Unable to Build Setup using Visual Studio 2005 & 2008
Replies: 26
Views: 40062

do you get a more descriptive error in the IA IDE when trying to compile this project?

Can you submit a basic sample project to our support ticket system for us to investigate?
by neillans
Wed Jan 06, 2010 3:56 pm
Forum: Technical Support
Topic: Using variables in the Write Registry command?
Replies: 6
Views: 14278

Hi Frank, 1. Is the server name the same as the machine name you are using? If so, you can use the Get Environment Variable option to get the name. If not, please have a look at the help file for command line parameters with regards to reading it from the command line input. You will need to have a ...
by neillans
Wed Jan 06, 2010 3:53 pm
Forum: Technical Support
Topic: Unable to get assembly information
Replies: 61
Views: 128058

Care to elaborate on this?

"assemblies should not be installed in the GAC according to the guidelines from MS."

That's contrary to my understanding ...
by neillans
Wed Jan 06, 2010 3:50 pm
Forum: Technical Support
Topic: BUG: Context menus get left behind on uninstall
Replies: 1
Views: 7097

Step 5 is NOT recommend. You are calling a transformed MSI (i.e. the MSI that we generate and then bootstrap) directly.

You should actually call the bootstrapper with the relevant uninstall and silent flags to carry out the previous installation uninstall.
by neillans
Wed Jan 06, 2010 3:49 pm
Forum: Technical Support
Topic: Editing INI-Files
Replies: 1
Views: 12687

I might be barking up the wrong tree, but I'm almost 100% sure that you will need to put the Edit INI commands AFTER Apply Install as they are native MSI Code commands (i.e. not something executed by the MSI engine).
by neillans
Wed Jan 06, 2010 3:48 pm
Forum: Technical Support
Topic: Authenticode
Replies: 19
Views: 119899

I haven't heard of any reason why you can not use the two seperate certificate files and the InstallAware Authenticode support version using a PFX. The only difference is that the PFX contains both certificates, as well as an additional level of security applied to control exporting.
by neillans
Sun Nov 22, 2009 5:32 pm
Forum: Technical Support
Topic: Question about the registration Dialog
Replies: 2
Views: 7954

You will need to modify the logic on the form - open it up in the Form Designer and double click the control :)
by neillans
Sun Nov 22, 2009 5:31 pm
Forum: Technical Support
Topic: Write To Registry during update
Replies: 4
Views: 10290

Checkout Write Registery Persist :)

A large number of the operations listed in our IDE occur only on Apply Install as they get build into MSI commands. If you want something that occurs immediatly, you will need to use a native DLL command or a custom plugin.
by neillans
Sun Nov 22, 2009 5:29 pm
Forum: Technical Support
Topic: Installer hangs on reading registry entry
Replies: 6
Views: 13233

What version of InstallAware is this with?
by neillans
Sun Nov 22, 2009 5:28 pm
Forum: Technical Support
Topic: Error Opening a Project
Replies: 2
Views: 8338

Afraid there is no way to decompile this file from your built setup as it gets compiled into msi code :(
by neillans
Sun Nov 22, 2009 5:26 pm
Forum: Technical Support
Topic: Upgrading setup to a newer version..
Replies: 10
Views: 17126

From your last but one post, you should be able to achieve what you are after by simply keeping the same product code in your installers; the built in installer logic will ensure a correct removal of the old product before installing a new updated copy.

Go to advanced search