Search found 34 matches

Go to advanced search

by antidotcb
Wed Sep 26, 2012 11:32 am
Forum: Common Problems
Topic: Installation cannot be cancelled during SQL scripts
Replies: 1
Views: 2554
 
Jump to post

Installation cannot be cancelled during SQL scripts

Hi there

I have following problem.
I use several SQL scripts to be executed during installation, all of these scripts run in one connection.
When installation process goes, there is progress bar with status text on ProgressDialog.
When Status is "Executing install SQL scripts" and I press Cancel ...
by antidotcb
Fri Sep 14, 2012 11:43 am
Forum: Common Problems
Topic: Extended registry search does not find x64 key
Replies: 6
Views: 7017
 
Jump to post

Re: Extended registry search does not find x64 key

I don't use MSI search, i use extended AI search, which checks whenever registry key exists.
by antidotcb
Thu Sep 13, 2012 4:24 pm
Forum: Common Problems
Topic: Extended registry search does not find x64 key
Replies: 6
Views: 7017
 
Jump to post

Extended registry search does not find x64 key

Hi there,


I have x64 installer. I try to check registry some key exists in HKLM\SOFTWARE
I try to add extended to search for this registry key in HKLM\SOFTWARE... but it found nothing, and only when I add required key into HKLM\SOFTWARE\Wow6432Node, then search gives me result 1.

Is it normal ...
by antidotcb
Thu Sep 13, 2012 10:59 am
Forum: Common Problems
Topic: No tooltips anywhere on Installation Kit Dialog
Replies: 2
Views: 2913
 
Jump to post

Re: No tooltips anywhere on Installation Kit Dialog

Thanks, I missed the moment with static.
BTW I set tooltip for edit and it works.
by antidotcb
Wed Sep 12, 2012 12:32 pm
Forum: Common Problems
Topic: No tooltips anywhere on Installation Kit Dialog
Replies: 2
Views: 2913
 
Jump to post

No tooltips anywhere on Installation Kit Dialog

Good day.

I'm trying to set tooltip on some controls of my installation dialogs.
But whatever values or whatever controls I use, there is no tooltip that appears during installation process.
I move cursor over control and wait, wait, wait..... but nothing appears.

Maybe I don't understand ...
by antidotcb
Fri Sep 07, 2012 1:48 pm
Forum: Common Problems
Topic: Testing SQL Connection
Replies: 4
Views: 4986
 
Jump to post

Re: Testing SQL Connection

Of course, they are useful.
But they are formatted somewhat not stylish. It would be great to get possibility to provide format string for these messages, or get error string w/o message box displayed.

Anyway, possibility to disable them - is another level of installation process customization.
And ...
by antidotcb
Thu Sep 06, 2012 11:25 am
Forum: Common Problems
Topic: Testing SQL Connection
Replies: 4
Views: 4986
 
Jump to post

Testing SQL Connection

Hi there.

I'm trying to validate information users enter on dialog.
This information is login & password to SQL server.
I use TestODBCConnection (TestSqlConnection from <AI_CUSTACTS>sql.dll).
I don't want to see any error messages, but independant from value which I set into property ...
by antidotcb
Wed Jul 25, 2012 4:21 pm
Forum: Building Installers
Topic: Multiple feature based chained packages
Replies: 1
Views: 3604
 
Jump to post

Multiple feature based chained packages

Hello,

I have following functionality to implement:
Amount of similar minor .msi files that will be developed by me using AI (some file deployment, some configuration changes)
All above msi-packages are about to be installed in one major package
I am trying to implement them as feature based ...
by antidotcb
Thu Mar 22, 2012 7:14 pm
Forum: Common Problems
Topic: Rollback CA doesn't receive CustomActionData
Replies: 3
Views: 5662
 
Jump to post

Re: Rollback CA doesn't receive CustomActionData

Hi again

I made my own investigation on this problem, and here goes what i have found.
Let's look onto generated by AI resulted .msi file with Orca (build previously attached .aip project with AI 8.9.41901).

There are a table InstallExecuteSequence. We are intrested in following Custom Actions ...
by antidotcb
Thu Mar 22, 2012 1:14 pm
Forum: Common Problems
Topic: Rollback CA doesn't receive CustomActionData
Replies: 3
Views: 5662
 
Jump to post

Rollback CA doesn't receive CustomActionData

Hi, there

I try to pass parameters to rollback function via CustomActionData, but function receives nothing.
Here is example application, to show you the problem.
by antidotcb
Tue Dec 20, 2011 1:11 pm
Forum: Common Problems
Topic: Error after find dialog
Replies: 3
Views: 3372
 
Jump to post

Re: Error after find dialog

Thank you.
by antidotcb
Tue Dec 20, 2011 10:37 am
Forum: Common Problems
Topic: Error after find dialog
Replies: 3
Views: 3372
 
Jump to post

Error after find dialog

Hi, there

I use AI 8.7.1 to modify my project. When I try to use "Find dialog" with any searchstring , I got an error, and AI closes.
errorfind.png

One more thing: the results are displayed before AI is closed.
The second more important thing is that such error appearsto only in case I'm ...
by antidotcb
Wed Dec 14, 2011 5:31 pm
Forum: Common Problems
Topic: Return codes of advancedinstaller.com cmdtool
Replies: 3
Views: 4442
 
Jump to post

Re: Return codes of advancedinstaller.com cmdtool

The exit code 0 is the only SUCCESS result?
Or maybe there are others?

Is this correct behaviour to proceed with?

Code: Select all

advancedinstaller.com /build project.aip
IF NOT %ERRORLEVEL% EQU 0 GOTO :FAIL
by antidotcb
Wed Dec 14, 2011 2:33 pm
Forum: Common Problems
Topic: Trying to create multiple cab installation and it fails.
Replies: 3
Views: 4554
 
Jump to post

Re: Trying to create multiple cab installation and it fails.

I used Advanced Layout and manually separate files per cabs. It solves the problem.

P.S. U can close the topic.
by antidotcb
Wed Dec 14, 2011 2:30 pm
Forum: Common Problems
Topic: Return codes of advancedinstaller.com cmdtool
Replies: 3
Views: 4442
 
Jump to post

Return codes of advancedinstaller.com cmdtool

Hi there,

where i can get information about result codes, that returned by advancedinstaller.com utility running command line command.

For example, when project fails to load using advancedinstaller.com /build *.aip command , %errorresult% is -1 .
But when no path variable is defined that is ...

Go to advanced search