Search found 29 matches

Go to advanced search

by Alexander
Fri Aug 10, 2007 11:10 am
Forum: Common Problems
Topic: Edit an installed file after installation
Replies: 7
Views: 9099
 
Jump to post

Thanks for the fast reply!

Any idea when v5.3 will be released?
by Alexander
Fri Aug 10, 2007 10:41 am
Forum: Common Problems
Topic: Edit an installed file after installation
Replies: 7
Views: 9099
 
Jump to post

Hi,

any news about the XML editing feature?
by Alexander
Tue Sep 05, 2006 6:04 pm
Forum: Common Problems
Topic: 4.3 - French translation defect?
Replies: 3
Views: 5414
 
Jump to post

4.3 - French translation defect?

Hi,

when I try to create a french enterprise project I get this error:

Exception - Parse error in file [C:\Programme\Caphyon\Advanced Installer\dictionaries\ui_fr.ail] at line 526 column 2 (undefined entity).

How can I make this work?
by Alexander
Thu Aug 24, 2006 8:58 am
Forum: Common Problems
Topic: Remove registry entries only on uninstall, not on upgrade
Replies: 5
Views: 6970
 
Jump to post

Hi,

I know that, but where exactly (in the install sequence) should I add it?
I guess under "Maintenance", but it seems I can add it there only before the MaintenanceTypeDlg.
It's supposed to be shown only on uninstall, not on any other action.
by Alexander
Wed Aug 23, 2006 10:27 pm
Forum: Common Problems
Topic: Remove registry entries only on uninstall, not on upgrade
Replies: 5
Views: 6970
 
Jump to post

Hi,

where should I add that dialog?
In the "Install Sequence" is only an uninstall button, but I don't know where I should put that new dialog that would ask the user.
by Alexander
Wed Aug 23, 2006 11:24 am
Forum: Common Problems
Topic: Remove registry entries only on uninstall, not on upgrade
Replies: 5
Views: 6970
 
Jump to post

Remove registry entries only on uninstall, not on upgrade

Hi,

the installed application writes some values in the registry.
This registry path has the property "Delete (if present) at uninstall." set.

Now I have the problem that when I'm doing an upgrade it always deletes me the registry entries.

I know that patches would be a way to solve this problem ...
by Alexander
Wed Aug 16, 2006 1:50 pm
Forum: Common Problems
Topic: Update fail error trap?
Replies: 2
Views: 4464
 
Jump to post

Hi,

The ini file on the webserver has all informations about the updates, so you have to update it on each installer update. Even the first release has to be written in that ini file.

The local configuration ini has only informations where the update ini can be found (and some other settings).
by Alexander
Tue Aug 15, 2006 10:09 pm
Forum: Common Problems
Topic: "Advanced Installer" banner
Replies: 1
Views: 3467
 
Jump to post

Hi,

The only version where you could change that would be the "Enterprise", since this is the only one with an dialog editor.
by Alexander
Mon Aug 14, 2006 5:49 pm
Forum: Common Problems
Topic: Language chaos
Replies: 3
Views: 5138
 
Jump to post

Hi,

Could you maybe add some feature that'll allow the user to change this in a future version? That would be really useful if a project becomes multilingual in the future.
by Alexander
Sun Aug 13, 2006 9:25 pm
Forum: Common Problems
Topic: Language chaos
Replies: 3
Views: 5138
 
Jump to post

Language chaos

Hi,

I created an installer with german at the beginning. Later the installer became multilingual (added english), but now I somehow have the problem that all non-english region systems show german instead of english :?

How can I change this behaviour?
by Alexander
Wed Aug 09, 2006 10:14 pm
Forum: Common Problems
Topic: Checkable shortcuts to Desktop, Quick Launch and Startmenu
Replies: 2
Views: 4693
 
Jump to post

Works great, thank you very much for the fast reply! :)
by Alexander
Tue Aug 08, 2006 7:59 pm
Forum: Common Problems
Topic: Checkable shortcuts to Desktop, Quick Launch and Startmenu
Replies: 2
Views: 4693
 
Jump to post

Checkable shortcuts to Desktop, Quick Launch and Startmenu

Hi,

I want to give the user the posibility to set a checkbox to create the following shortcuts to an installed executable: Desktop, Quick Launch and Startmenu

I already added a new dialog which has three checkboxes which have the following properties: SHORT_DESKTOP, SHORT_QUICKLAUNCH and SHORT ...
by Alexander
Tue Aug 08, 2006 11:14 am
Forum: Common Problems
Topic: Creating A DLL file
Replies: 4
Views: 7626
 
Jump to post

This would be the code for a PureBasic DLL:

ProcedureDLL.l ValidateSerial_Sample(hInstall.l)

#PIDKEY_LENGTH = 256
szPidKey.s = Space(#PIDKEY_LENGTH)
dwLen = #PIDKEY_LENGTH

;// retrive the text entered by the user
res = MsiGetProperty_(hInstall, "PIDKEY", szPidKey, @dwLen)
If res ...
by Alexander
Tue Aug 08, 2006 11:03 am
Forum: Common Problems
Topic: Creating A DLL file
Replies: 4
Views: 7626
 
Jump to post

Re: Thanks

sfay wrote:Thought that might be the process, still have to learn C++.
If you're looking for a easier programing language you may take a look at PureBasic.
I created my license dll with it, too.
by Alexander
Mon Jul 24, 2006 7:04 pm
Forum: Common Problems
Topic: Billboard = ?
Replies: 5
Views: 7585
 
Jump to post

Billboard = ?

Hi,

I was just wondering: what is the billboard host control for?

Go to advanced search