Search found 11 matches

Go to advanced search

by lubosh
Fri Nov 07, 2008 2:36 pm
Forum: Feature Requests
Topic: Named instances (like in MS SQL Server installator)
Replies: 4
Views: 15552
 
Jump to post

Named instances (like in MS SQL Server installator)

What would be the simplest way to enable named instances in my installation file and what edition of AdvancedInstaller would I need to purchase for this?

I basically need the same version of my product to be installable multiple times on single machine including upgrade support just like on this ...
by lubosh
Fri Aug 08, 2008 12:59 pm
Forum: Feature Requests
Topic: Change upgrade code
Replies: 2
Views: 4320
 
Jump to post

Re: Change upgrade code

Open your AIP file a modify your upgrade code directly there. AFAIK there is no GUI interface to do it within advanced installer.
by lubosh
Tue Jun 24, 2008 2:53 am
Forum: Common Problems
Topic: Variables: not working everywhere
Replies: 3
Views: 3569
 
Jump to post

Re: Variables: not working everywhere

Hi, I'm using 6.4 version

This is very simple application in terms of number of executables, having only two shortcuts. One on the desktop and one in Start menu. Both shortcuts have names identical to [|ProductName] variable.

Product name is something like:

NameOfApplication [|ProductVersion ...
by lubosh
Thu Jun 19, 2008 4:25 pm
Forum: Common Problems
Topic: Variables: not working everywhere
Replies: 3
Views: 3569
 
Jump to post

Variables: not working everywhere

I would like to use [|ProductVersion] variable in Product Name field and for some shortcuts . Product Name field resolves the variable correctly however if I use the variable as part of the shortcut name, it won't get resolved. I can get around this for a while and just manually keep changing names ...
by lubosh
Wed Apr 18, 2007 7:25 am
Forum: Feature Requests
Topic: NGEN support
Replies: 9
Views: 12608
 
Jump to post

Hello gigi,

Any idea when this feature is going to be completely implemented? It's really important because almost all third-party assemblies on the market are strong-named and according to Microsoft if they are not in GAC, NGen will actually slow .NET applications down because of heavy I/O penalty ...
by lubosh
Wed Apr 04, 2007 1:36 am
Forum: Feature Requests
Topic: NGEN support
Replies: 9
Views: 12608
 
Jump to post

Thanks, I've just installed the latest version with this feature included however I'm not sure if implementation is correct, because native images are supported in your product only for private assemblies.

What about assemblies which are installed into GAC?
by lubosh
Thu Mar 22, 2007 10:47 pm
Forum: Feature Requests
Topic: Prevent side by side installation
Replies: 5
Views: 8603
 
Jump to post

this is not really a feature request.

anyway, my unofficial suggestion is to manually open AIP file and make sure that GUID in <ROW Property="ProductCode"> tag is the same in both installation files.

that should solve the problem I guess.
by lubosh
Wed Mar 21, 2007 5:56 am
Forum: Feature Requests
Topic: NGEN support
Replies: 9
Views: 12608
 
Jump to post

NGEN support

I have noticed that WiX 2.0 and also 3.0 support NGEN.

http://installing.blogspot.com/2006/06/ ... n-wix.html

do you plan include this feature in your product as well?
by lubosh
Mon Feb 05, 2007 2:25 pm
Forum: Common Problems
Topic: Recommended approach for custom actions please
Replies: 3
Views: 4920
 
Jump to post

Thanks, I'm aware of this feature however doesn't solve what I need.

NGen.exe is a tool in .NET framework which can create native images of assemblies. This is important to improve startup time of deployed application on target machine.

Basically I have around 12 assemblies and I need to execute ...
by lubosh
Mon Feb 05, 2007 7:31 am
Forum: Common Problems
Topic: prerequisite dependencies, ordering, iis and .net
Replies: 8
Views: 10100
 
Jump to post

jasonslater2000 wrote:Do you know how (or if) I could accomplish this through a manual edit of the .AIP file?
Go to .NET framework directory and there is a tool called aspnet_regiis.exe

This will register IIS with .NET framework
by lubosh
Mon Feb 05, 2007 6:32 am
Forum: Common Problems
Topic: Recommended approach for custom actions please
Replies: 3
Views: 4920
 
Jump to post

Recommended approach for custom actions please

I have a number of .NET assemblies which are installed into GAC. What's the easiest way to NGen these assemblies during installation?

Go to advanced search