Search found 2791 matches

Go to advanced search

by Bogdan
Tue Jul 14, 2009 1:13 pm
Forum: Common Problems
Topic: Show custom dialog on unistallation
Replies: 1
Views: 5223
 
Jump to post

Re: Show custom dialog on unistallation

Hi, There are two ways in which a program can be uninstalled: 1) the program is uninstalled from Control Panel → Add/Remove Programs. In this case you can't use custom dialogs. 2) you can also uninstall through the Maintenance phase(Modify,Repair,Remove). The MSI will enter the Maintenance phase sel...
by Bogdan
Tue Jul 14, 2009 12:30 pm
Forum: Common Problems
Topic: Help with chained packages
Replies: 1
Views: 5221
 
Jump to post

Re: Help with chained packages

Hi,

For running chained packages you need to have installed on your system at least Windows Installer 4.5.
Systems which have Windows Installer 4.0 or earlier version will not support this feature.

Regards,
Bogdan
by Bogdan
Tue Jul 14, 2009 12:18 pm
Forum: Common Problems
Topic: Prerequisites are not running with msi
Replies: 1
Views: 6064
 
Jump to post

Re: Prerequisites are not running with msi

Hi, Only MSI files can be added as chained packages . However, you can add the prerequisites that you need for a certain MSI this way: - create the MSI file without including in it the software prerequisites - add the MSI file to the main installer, along the other MSI files - in the main installer,...
by Bogdan
Tue Jul 14, 2009 11:19 am
Forum: Common Problems
Topic: Error 2893 - Long Directory Path
Replies: 1
Views: 9044
 
Jump to post

Re: Error 2893 - Long Directory Path

Hi, For a custom message to appear you must do the following modifications: - go to ui_en.ail file, from the install path of Advanced Installer, and add the following line: <STRING id="Error.2893" value="Here is the error message that will be displayed."/> - this is the line that...
by Bogdan
Tue Jul 14, 2009 8:49 am
Forum: Common Problems
Topic: Uninstall custom action runs during reinstall
Replies: 3
Views: 11989
 
Jump to post

Re: Uninstall custom action runs during reinstall

Hi,

"CODE: SELECT ALL" is not an option from Advanced Installer.
This represents a feature of the forum to present pieces of code.
If you click “SELECT ALL” all the code written bellow will be selected, so you can copy it, if you desire.

Regards,
Bogdan
by Bogdan
Tue Jul 14, 2009 8:36 am
Forum: Common Problems
Topic: Running Many Sql Scripts
Replies: 1
Views: 7826
 
Jump to post

Re: Running Many Sql Scripts

Hi,

No, this is not supported by Advanced Installer.
The scripts must be added one by one. Here it is shown how you can add them to the package.

Regards,
Bogdan
by Bogdan
Tue Jul 14, 2009 7:48 am
Forum: Common Problems
Topic: Please advise on best approach...
Replies: 1
Views: 8027
 
Jump to post

Re: Please advise on best approach...

Hi,

Here is a tutorial for patching you product .
Please , while creating the packages pay attention to the Patching Rules or your patch will fail to execute.

Regards,
Bogdan
by Bogdan
Mon Jul 13, 2009 3:42 pm
Forum: Common Problems
Topic: Uninstall msi package during uninstallation
Replies: 1
Views: 7871
 
Jump to post

Re: Uninstall msi package during uninstallation

Hi,

For what you need you could use this approach : http://www.advancedinstaller.com/user-g ... l-msi.html

Regards,
Bogdan
by Bogdan
Mon Jul 13, 2009 1:33 pm
Forum: Common Problems
Topic: Dynamic Shortcut to Web App URL
Replies: 2
Views: 11791
 
Jump to post

Re: Dynamic Shortcut to Web App URL

Hi, I'm afraid that Advanced Installer doesn't support this directly. However you can try this: - Create a New Dialog in the Dialogs page. - Add a Edit Box to that dialog with the property set to: [SERVER_NAME] - In the Edit Box you can enter the name of the server, the name will be passed on to the...
by Bogdan
Mon Jul 13, 2009 11:24 am
Forum: Common Problems
Topic: Vista EXE Permissions
Replies: 1
Views: 7930
 
Jump to post

Re: Vista EXE Permissions

Hi, The package can be configured to run on a non-administrator system. The first thing for doing that is to make the following setting: - go to Install Parameters page, in the Installation Options group, there is the Installation Type option - select from the combo box " Per-user only ". ...
by Bogdan
Mon Jul 13, 2009 9:02 am
Forum: Common Problems
Topic: Uninstall custom action runs during reinstall
Replies: 3
Views: 11989
 
Jump to post

Re: Uninstall custom action runs during reinstall

Hi, You must have to following condition : (REMOVE="ALL" AND (NOT UPGRADINGPRODUCTCODE)) set in the Expression field of the Execution Condition group from the Custom Action Properties page. This condition will run the custom action if an uninstall is performed and no upgrade will take plac...
by Bogdan
Mon Jul 13, 2009 8:41 am
Forum: Common Problems
Topic: Custom Actions: EXE with Working Dir
Replies: 2
Views: 8626
 
Jump to post

Re: Custom Actions: EXE with Working Dir

Hi,

You could try using:

Code: Select all

 "[APPDIR]MFC.exe"
This should solve the problem. However, if the problem still persists, please send us the .aip file of your project and a verbose log file to support at advancedinstaller dot com so we can investigate it.

Regards,
Bogdan
by Bogdan
Thu Jul 09, 2009 12:06 pm
Forum: Common Problems
Topic: More recent version is already installed
Replies: 1
Views: 8044
 
Jump to post

Re: More recent version is already installed

Hi,

Most likely the package wasn't uninstalled completely .
To remove the broken installation you can try one of the solutions given in this article :
http://www.advancedinstaller.com/user-g ... question75

Regards,
Bogdan
by Bogdan
Wed Jul 08, 2009 3:41 pm
Forum: Common Problems
Topic: Can Custom Action install slave MSI?
Replies: 11
Views: 15158
 
Jump to post

Re: Can Custom Action install slave MSI?

Hi, To do so, follow these steps: - create a new file search in the Search Page, named MSI_SEARCH for example - here set the value of the Path from Directory Properties to [SOURCEDIR] and select the slave MSI as the file to be searched. - go to Custom Actions page right click on Commit → Show Standa...
by Bogdan
Tue Jul 07, 2009 9:33 am
Forum: Common Problems
Topic: x86/x64 differnt files same location
Replies: 2
Views: 9028
 
Jump to post

Re: x86/x64 differnt files same location

Hi,

There is a How To for what you need here. This How To uses “Application Folder” as a location for the files that are to be installed , but in your case you can use the “Common Application Data” folder from the Files and Folders page.

Regards,
Bogdan

Go to advanced search