Search found 33 matches

Go to advanced search

by catsaremyfriends
Wed Apr 29, 2009 10:49 pm
Forum: Common Problems
Topic: When will the update configuration file be downloaded?
Replies: 1
Views: 1946
 
Jump to post

When will the update configuration file be downloaded?

There is a section of Updates Configuration Projects in the user manual ( www.advancedinstaller.com/user-guide/update-project.html ) that baffles me. It starts out by saying... The Updates Configurtion file...will be downloaded...only if it's newer than the one on the target machine Then after descr...
by catsaremyfriends
Wed Apr 29, 2009 9:10 pm
Forum: Common Problems
Topic: Updates Config File for EXE - how do you create it?
Replies: 1
Views: 1935
 
Jump to post

Updates Config File for EXE - how do you create it?

The tutorial The Updates Configuration File for an EXE Application does not show how to use AI to create/modify the configuration file using the AI tools. Instead, it just gives three examples of the file itself. The implication here seems to be that the only way you can create/modify an update conf...
by catsaremyfriends
Wed Apr 29, 2009 9:01 pm
Forum: Feature Requests
Topic: Need Updater tutorial spefic to EXEs
Replies: 1
Views: 2639
 
Jump to post

Need Updater tutorial spefic to EXEs

The tutorial on Using the Auto Updater needs to have a separate version for EXE file updates. I am working through the tutorial and trying to understand how it works for an EXE. I am finding it very frustrating because the tutorial does not directly address updates for EXE's, it only mentions them a...
by catsaremyfriends
Tue Apr 28, 2009 10:51 pm
Forum: Common Problems
Topic: Questions about how Updater works
Replies: 4
Views: 3662
 
Jump to post

Questions about how Updater works

I have some questions about how Updater is implemented and how it works. My understanding is as follows - please correct me if I am wrong: a) There is client side component of Updater. This is an executable which is to be installed on machine which is to receive the update. This consists of a standa...
by catsaremyfriends
Fri Apr 17, 2009 6:41 pm
Forum: Feature Requests
Topic: Need a way to add design notes to an AI project
Replies: 2
Views: 3350
 
Jump to post

Need a way to add design notes to an AI project

Is there a way that I can add design note annotations to an AI project? If there is I haven't found it. What I am talking about here is the ability to add simple text notes to an AI project that would be preserved with the project. These might include for example: - general description of what the p...
by catsaremyfriends
Thu Apr 16, 2009 8:46 pm
Forum: Common Problems
Topic: .NET Install Custom Action - Rollback?
Replies: 11
Views: 10300
 
Jump to post

Re: .NET Install Custom Action - Rollback?

Would it be possible to do this indirectly by having the .NET custom action leave behind a "marker" which would be detected by a subsequent non-.NET custom action which would trigger the rollback dependent upon the marker that is left. One way might be to have the .NET custom action create...
by catsaremyfriends
Thu Apr 16, 2009 7:17 pm
Forum: Common Problems
Topic: Can Formatted Data Types be passed to a .NET custom action?
Replies: 2
Views: 2454
 
Jump to post

Re: Can Formatted Data Types be passed to a .NET custom action?

Excellent! The next question, is how to retrieve the value inside the custom action. For future readers who may read this thread, this is what I did for my C# custom action... In the AI New Installer Class Parameter dialog I entered the following: Name: TargetDir Value: [ProgramFilesFolder][Manufact...
by catsaremyfriends
Wed Apr 15, 2009 11:22 pm
Forum: Common Problems
Topic: Can Formatted Data Types be passed to a .NET custom action?
Replies: 2
Views: 2454
 
Jump to post

Can Formatted Data Types be passed to a .NET custom action?

Is it possible to pass a Formatted Data Type into a .NET custom action written in C#?

For example could I pass [ProductName]?

Thanks,

cats
by catsaremyfriends
Thu Apr 09, 2009 6:45 pm
Forum: Common Problems
Topic: .NET Install Custom Action - Rollback?
Replies: 11
Views: 10300
 
Jump to post

Re: .NET Install Custom Action - Rollback?

But, Will talks about...
a .NET custom action that runs on the install
Is this not the same thing as....
simply overriding the install event
by catsaremyfriends
Thu Apr 09, 2009 6:34 pm
Forum: Common Problems
Topic: Why can't I uninstall something that has a custom action?
Replies: 4
Views: 3887
 
Jump to post

Re: Why can't I uninstall something that has a custom action?

No, the custom action did not have a condition, but when I added one (below), it corrected the problem and the uninstall works fine now. For the record, here is what I did: - selected the .NET custom action - opened the Expression Condition, Edit Condition Dialog - created the expression NOT (REMOVE...
by catsaremyfriends
Thu Apr 09, 2009 5:41 pm
Forum: Common Problems
Topic: .NET Install Custom Action - Rollback?
Replies: 11
Views: 10300
 
Jump to post

Re: .NET Install Custom Action - Rollback?

OK, I'm confused now. Your response to Will's original question seems to indicate that this is do-able for a .Net custom action... you can stop the installation by returning an appropriate error code But your response to my follow up question seems to indicate that it is not... this cannot be done f...
by catsaremyfriends
Thu Apr 09, 2009 5:28 pm
Forum: Common Problems
Topic: Why can't I uninstall something that has a custom action?
Replies: 4
Views: 3887
 
Jump to post

Re: Why can't I uninstall something that has a custom action?

Sorry, I still don't understand why a DLL which is only used at InstallExecuteSequence -> InstallFiles prevents the uninstall from working. Please note that I do not use a custom action at InstallExecuteSequence -> RemoveFiles . Are you saying that because the .Net DLL is installed as part of the pa...
by catsaremyfriends
Wed Apr 08, 2009 9:12 pm
Forum: Common Problems
Topic: .NET Install Custom Action - Rollback?
Replies: 11
Views: 10300
 
Jump to post

Re: .NET Install Custom Action - Rollback?

Hi Cosmin: Could you clarify in your response how these error codes are returned? If it is a C# .Net custom action then it will override the Install method of the Installer class. This method is of type void so it would not be a simple case of doing something like the following to report an error: r...
by catsaremyfriends
Wed Apr 08, 2009 7:42 pm
Forum: Common Problems
Topic: How do you remove a .NET DLL which contains a custom action?
Replies: 1
Views: 1850
 
Jump to post

How do you remove a .NET DLL which contains a custom action?

I have implememented a custom action as a .Net DLL. And because .NET custom actions cannot be in temporary files, the DLL file with the custom action is installed along with the rest of the project files on the Target Computer. Following the recomendation in the posting ".Net Custom Actions Usi...
by catsaremyfriends
Wed Apr 08, 2009 6:47 pm
Forum: Common Problems
Topic: Installer not updating when custom action DLL changes?
Replies: 13
Views: 11207
 
Jump to post

Re: Installer not updating when custom action DLL changes?

Ahhhh, Success! Once I changed my C# DLL to follow the template that you supplied and changed the Execution Option to Deferred, it worked.

Thanks Cosmin!

Cats

Go to advanced search