Search found 8 matches

Go to advanced search

by rybolt
Fri Aug 13, 2010 3:41 pm
Forum: Common Problems
Topic: HOWTO:Install Prerequisites depending on features selected
Replies: 1
Views: 2135
 
Jump to post

HOWTO:Install Prerequisites depending on features selected

Hello AI Team and all, I am looking for best practice on how to install prerequisite only *if* the user selects a feature that needs it. Here is what I've done so far, but I don't know how to make the prereq. install based on some kind of conditional relating to features selected. 1. In Requirements...
by rybolt
Thu Aug 12, 2010 5:58 pm
Forum: Common Problems
Topic: BUG ? RTF files don't display embedded images
Replies: 3
Views: 3365
 
Jump to post

BUG ? RTF files don't display embedded images

In Prerequisites->Bootstrapper Pages , you can select RTF file for custom message.

Why use RTF format if the installer is not going to display images embedded in RTF file ? It's a little confusing, but seems you only support strictly TEXT RTF files, right?
by rybolt
Wed Aug 11, 2010 7:53 pm
Forum: Common Problems
Topic: Indirect property : CompanyLogo
Replies: 0
Views: 118579
 
Jump to post

Indirect property : CompanyLogo

I figured out you have to add it under teh Dialogs section, then the images tab. You can edit CompanyLogo there to point to your own image file. How in the world can I add my own .jpg , which is pointed to by Property: CompanyLogo , so that I do not have to edit every dialog in the installer and it ...
by rybolt
Tue Aug 10, 2010 10:26 pm
Forum: Common Problems
Topic: Getting return value from Prerequisite
Replies: 1
Views: 2270
 
Jump to post

Getting return value from Prerequisite

I have Windows Installer 4.5 as prerequisite . I want to pass command line parameter as follows. /norestart Prevents the redistributable package from asking the user to reboot even if it had to replace files that were in use during the installation. If the update package is invoked with this option,...
by rybolt
Fri Aug 06, 2010 4:31 pm
Forum: Common Problems
Topic: HELP: Creating installer with basic .net windows service
Replies: 12
Views: 16072
 
Jump to post

Re: HELP: Creating installer with basic .net windows service

What happens is that you need to overwrite one of the methods "Install", "Rollback", "Commit", "Uninstall" corespondent to what you set in the "Action" parameter. My action is "Install". From my previous post: public override void Install(...
by rybolt
Thu Aug 05, 2010 5:08 pm
Forum: Common Problems
Topic: HELP: Creating installer with basic .net windows service
Replies: 12
Views: 16072
 
Jump to post

Re: HELP: Creating installer with basic .net windows service

Is there any reply from _Advance Installer_ , or am I just left on my own ? At the least, can you please confirm if it ( .NET Installer class - Custom Action ) is supposed to work? That's not too much to ask is it.
by rybolt
Mon Aug 02, 2010 3:29 pm
Forum: Common Problems
Topic: HELP: Creating installer with basic .net windows service
Replies: 12
Views: 16072
 
Jump to post

Re: HELP: Creating installer with basic .net windows service

Is the .NET DLL written as an installer class action? Yes it is. If it is, are you overriding the "Install" method? Yes I am. Let me post all my code so you can test it on your end. I can't understand why, if in Adv. Installer, under 'Resources->Services' I install the following service, ...
by rybolt
Fri Jul 30, 2010 9:17 pm
Forum: Common Problems
Topic: HELP: Creating installer with basic .net windows service
Replies: 12
Views: 16072
 
Jump to post

HELP: Creating installer with basic .net windows service

Hi all, I am trying to create an installer with a very simple .net windows service, which acts as a host to a WCF service ( i.e. self-hosting). The trivial example and entire code is here: http://msdn.microsoft.com/en-us/library/ms733069.aspx I am using Custom Action to execute a .NET dll with the [...

Go to advanced search