Search found 7 matches

Go to advanced search

by sipelgas
Thu Jan 16, 2014 10:34 am
Forum: Common Problems
Topic: How execute an external file Sql
Replies: 1
Views: 1757
 
Jump to post

How execute an external file Sql

Hello,

I want to execute this SQL script on the file system on which I deploy the setup.

Is that I can do it directly by Advanced Installer?

Should I go through a CustomAction? In this case how my CustomAction retrieves the custom connection configured in Advanced Installer?

In advance thank ...
by sipelgas
Thu Oct 17, 2013 4:12 pm
Forum: Common Problems
Topic: Maintenance Mode selected item in CustomizeDlg
Replies: 2
Views: 2593
 
Jump to post

Re: Maintenance Mode selected item in CustomizeDlg

Hello

I sent you a project .aip .

Thank you, if you can help me and explain me why i have this behaviour.
by sipelgas
Thu Oct 10, 2013 4:23 pm
Forum: Common Problems
Topic: Maintenance Mode selected item in CustomizeDlg
Replies: 2
Views: 2593
 
Jump to post

Maintenance Mode selected item in CustomizeDlg

Hello,

I have several functions in my application.
After a partial installation, I choose Modify view option.

In maintenance mode, all functions are selected in the tree of my CustomizeDlg instead of just features already installed.

Do you know what I do to solve this problem?

Similarly, when I ...
by sipelgas
Thu Oct 10, 2013 4:11 pm
Forum: Common Problems
Topic: AI_XMLConfig on Maintenance Mode
Replies: 1
Views: 1886
 
Jump to post

Re: AI_XMLConfig on Maintenance Mode

Thank you for the response done here : http://www.advancedinstaller.com/forums ... =5&t=26626
by sipelgas
Thu Oct 10, 2013 4:05 pm
Forum: Building Installers
Topic: Writing in Config file
Replies: 4
Views: 4887
 
Jump to post

Re: Writing in Config file

Thank you, It's work very well.

I just needed to add a new conditional for my custom actions : Where I had with &Feature=3, I needed to add OR &Feature = 5.
by sipelgas
Thu Oct 10, 2013 10:26 am
Forum: Common Problems
Topic: AI_XMLConfig on Maintenance Mode
Replies: 1
Views: 1886
 
Jump to post

AI_XMLConfig on Maintenance Mode

Hello,

I have difficulties to manage the maintenance mode for my setup project.

Indeed, the XML transformation I set in the window "Edit XML File" that executes only during the initial installation, and not in maintenance mode.

I found no way to make them play in all modes.

Thank you in advance ...
by sipelgas
Wed Oct 09, 2013 1:44 pm
Forum: Building Installers
Topic: Writing in Config file
Replies: 4
Views: 4887
 
Jump to post

Re: Writing in Config file

Hello,

The transform XML works good, for the first install,


But in Maintenance Mode, the Xml config is not done.
I didn't see options Install/Uninstall or Maintenance unlike CustomAction execution stage condition.

Thank you in advance for your response.

Go to advanced search