Search found 39 matches

Go to advanced search

by brian
Tue Oct 31, 2006 7:10 am
Forum: Common Problems
Topic: PublishComponent Table
Replies: 1
Views: 2384
 
Jump to post

PublishComponent Table

Back a few versions ago the PublishComponent table was added to the default template msi file in AdvancedInstaller, see thread http://www.advancedinstaller.com/forums/viewtopic.php?t=845. For some reason it's gone now? Every time I update AI I lose the table in the template (I think it's being repla...
by brian
Tue Oct 31, 2006 3:00 am
Forum: Common Problems
Topic: C#/.NET COM classes
Replies: 14
Views: 18538
 
Jump to post

Does anyone know if this feature has been added yet? I've also got a .net dll and type library that when I check the 'register' checkbox I get the same error. I'm using version 4.4.1. I'm DYING to get off of InstallShield. This is my last product to convert and it does COM Interop....
by brian
Sat Jul 01, 2006 10:59 pm
Forum: Common Problems
Topic: Commandline to create self extracting exe?
Replies: 1
Views: 2971
 
Jump to post

Commandline to create self extracting exe?

I've run into a little bit of a catch 22. I've been packing all of the files into an exe and am now changing our installer to use the AutoUpdate feature. Now I need to get the msi file so that I can put it on our server. I've run the setup.exe /extract: comand to get the bare msi, but it seems that ...
by brian
Thu Dec 01, 2005 7:16 pm
Forum: Common Problems
Topic: Create single exe?
Replies: 2
Views: 6703
 
Jump to post

Create single exe?

Hi. I have a few prerequisites and an msi that I'm creating with AI. Our case is kinda funny in that I need to modify the msi file using Orca to add items to a table (PublishComponent - it's for a Visio solution). After I'm done doing this, I'd like our final installer (msi, prerequisites, etc) to b...
by brian
Wed Nov 30, 2005 4:31 pm
Forum: Common Problems
Topic: Launching message boxes?
Replies: 6
Views: 9611
 
Jump to post

I would not do a file search for .Net 2.0 as the version of mscoree.dll can exist as a different version than the installed framework.

See my post here on how I did it:
http://www.advancedinstaller.com/forums ... .php?t=844
by brian
Wed Nov 30, 2005 4:29 pm
Forum: Common Problems
Topic: What MSI version does AI create?
Replies: 3
Views: 7989
 
Jump to post

MSI 2.0 should have a "PublishComponent" table. I opened the msi that AI creates and don't find this table...
by brian
Wed Nov 30, 2005 2:57 am
Forum: Common Problems
Topic: What MSI version does AI create?
Replies: 3
Views: 7989
 
Jump to post

What MSI version does AI create?

I can't see anywhere to tell what version msi AI creates. Does anyone know?

Thanks,
Brian
by brian
Wed Nov 30, 2005 12:55 am
Forum: Common Problems
Topic: Detect .Net Framwork in Prerequisite
Replies: 2
Views: 6654
 
Jump to post

OK, I think I figured out a way to do this. First, I set a Registry Value Criteria on a new Prerequisite. I made the value "HKLM\SOFTWARE\Microsoft\.NETFramework\policy\v2.0\50727", set the Minimum version to 50727 and left the maximum version blank. This seems to have done the trick and t...
by brian
Tue Nov 29, 2005 11:14 pm
Forum: Common Problems
Topic: Detect .Net Framwork in Prerequisite
Replies: 2
Views: 6654
 
Jump to post

Detect .Net Framwork in Prerequisite

Here's how to detect what version of .Net is installed: http://support.microsoft.com/default.aspx?scid=kb;[LN];315291 I'm not sure how AI does this in a prerequisite is correct? The one that's pre-defined by Advanced Installer searches for the file mscoree.dll, and checks the version. But this isn't...

Go to advanced search