Search found 605 matches

Go to advanced search

by Ionut
Sat Dec 13, 2008 12:16 am
Forum: Common Problems
Topic: Updating Action Text in a VBS Custom Action ...
Replies: 6
Views: 12611
 
Jump to post

Re: Updating Action Text in a VBS Custom Action ...

Hi Trey,

For an In-Script Custom Action (Deferred, Rollback, Commit), you can specify the action text using the "Action Text" button from the Custom Actions page.

Regards,
Ionut
by Ionut
Sat Dec 13, 2008 12:11 am
Forum: Common Problems
Topic: creating patch error 1627
Replies: 2
Views: 4561
 
Jump to post

Re: creating patch error 1627

Hi Pierre,

In order to investigate this issue, please send the AIP file for the patch project to support at advancedinstaller dot com, together with the URLs from where the Target and Upgraded MSI packages can be downloaded.

Regards,
Ionut
by Ionut
Fri Dec 12, 2008 11:14 pm
Forum: Common Problems
Topic: Unable to use aip file from version 6.6 with 6.7 or 6.7.1
Replies: 1
Views: 3957
 
Jump to post

Re: Unable to use aip file from version 6.6 with 6.7 or 6.7.1

Hi, You are receiving this error message because your project uses a dialog which has been exported to the Repository and somehow the path to the Repository dialog seems to have been saved relative to the project. Please send the AIP file to support at advancedinstaller dot com in order to investiga...
by Ionut
Mon Dec 08, 2008 4:58 pm
Forum: Common Problems
Topic: "twin dialog" issue ("Back" and "Next" buttons not working)
Replies: 5
Views: 7018
 
Jump to post

Re: "twin dialog" issue ("Back" and "Next" buttons not working)

Hi, Please note that the "New Dialog" Published Event on the "Next" button from "ExcludeFileListB" dialog has not been set correctly. Currently its argument is set to "ExcludeFileListA"- it should actually be "VerifyReadyDlg", the same as the Control...
by Ionut
Wed Dec 03, 2008 6:07 pm
Forum: Common Problems
Topic: Property not being set\picked up from GUI?
Replies: 3
Views: 4954
 
Jump to post

Re: Property not being set\picked up from GUI?

Hi Thomas, Note that you need to use Public Properties (only upper-case letters in their name) for the virtual directory names. This is necessary because the values of Private Properties do not pass from the InstallUI Sequence (when dialogs are shown) to the InstallExecute Sequence (when IIS virtual...
by Ionut
Tue Dec 02, 2008 5:29 pm
Forum: Common Problems
Topic: "twin dialog" issue ("Back" and "Next" buttons not working)
Replies: 5
Views: 7018
 
Jump to post

Re: "twin dialog" issue ("Back" and "Next" buttons not working)

Hi, Please also send (or attach) the folder corresponding to the "DigiPOPDetails_Final_F1" Repository dialog. The directory where the Repository resides is "C:\Documents and Settings\All Users\Application Data\Caphyon\Advanced Installer" (on Windows XP) or "C:\ProgramData\Ca...
by Ionut
Thu Nov 20, 2008 5:39 pm
Forum: Common Problems
Topic: Tradional Chinese Problems
Replies: 3
Views: 5021
 
Jump to post

Re: Tradional Chinese Problems

Hi Sebastian,

I am not sure what the problem could be. Please create a verbose log when launching the package and send it to support at advancedinstaller dot com in order to investigate the issue.

Regards,
Ionut
by Ionut
Tue Nov 11, 2008 6:58 pm
Forum: Common Problems
Topic: How to backup and restore files/folders in APPDIR?
Replies: 9
Views: 16923
 
Jump to post

Re: How to backup and restore files/folders in APPDIR?

Hi Hi Zhang Shangyi, 1. If Action Data in Backup Custom Action is [TempFolder]<>[BackupList], and Action Data in Restore Custom Action is [TempFolder]|[BackupList]<>[RestoreLocationList], a error that can not to delete will be prompted at Restore Custom Action. The reason may be that other folders o...
by Ionut
Fri Nov 07, 2008 10:06 pm
Forum: Common Problems
Topic: Detecting Process And Halting Installation
Replies: 11
Views: 13728
 
Jump to post

Re: Detecting Process And Halting Installation

Hi Scott, 1. Note that Launch Conditions are evaluated in both sequences (InstallUI and InstallExecute). Because your Custom Action is scheduled in the InstallExecute sequence, it is never executed and the Launch Condition will always fail (since the initial value of the PROCESS Property is empty wh...
by Ionut
Fri Nov 07, 2008 9:18 pm
Forum: Common Problems
Topic: Microsoft Report Viewer
Replies: 11
Views: 23300
 
Jump to post

Re: Microsoft Report Viewer

Hi Kim,
So I guess my package would have to be a .exe file and not a .msi because of the bootstrapper?
Yes, the EXE bootstrapper handles the detection and installation of software Prerequisites and subsequently launches the MSI package containing your application.

Regards,
Ionut
by Ionut
Fri Nov 07, 2008 9:05 pm
Forum: Common Problems
Topic: Detecting Process And Halting Installation
Replies: 11
Views: 13728
 
Jump to post

Re: Detecting Process And Halting Installation

Hi Scott, I also created a new Custom Launch Condition as: PROCESS = "RUNNING" The condition should actually be: PROCESS = "NOT RUNNING" because the installation should be allowed only when the program is not running. A Launch Condition must be true in order for the installation ...
by Ionut
Tue Nov 04, 2008 11:43 pm
Forum: Common Problems
Topic: Updating Listboxes
Replies: 1
Views: 4101
 
Jump to post

Re: Updating Listboxes

Hi, Note that Advanced Installer (starting with version 6.3) includes predefined Custom Actions for populating, deleting from and extracting data from ListBox/ComboBox controls. The online tutorial provides comprehensive documentation and example projects (the "twin-dialog" method is also ...
by Ionut
Fri Oct 31, 2008 9:55 pm
Forum: Common Problems
Topic: How to backup and restore files/folders in APPDIR?
Replies: 9
Views: 16923
 
Jump to post

Re: How to backup and restore files/folders in APPDIR?

Hi Zhang Shangyi,
After the above code is changed as the following code, will not prompt an error in installation process. If the backup folder does not exist.
Good point. I have included this check in the Restore script.

Regards,
Ionut
by Ionut
Fri Oct 31, 2008 12:45 am
Forum: Common Problems
Topic: How to backup and restore files/folders in APPDIR?
Replies: 9
Views: 16923
 
Jump to post

Re: How to backup and restore files/folders in APPDIR?

Hi Zhang Shangyi, I have modified the Backup script so that it can also be executed as Deferred (in system context) , in which case you have the possibility to specify the backup folder yourself. When not using the TempFolder as the backup folder, the Backup Custom Action must be set as "Deferr...
by Ionut
Thu Oct 30, 2008 8:52 pm
Forum: Common Problems
Topic: Insufficient Privileges when patching
Replies: 3
Views: 5614
 
Jump to post

Re: Insufficient Privileges when patching

Hi, From the log file you have sent, the problems seems to appear for 2 unversioned files: "Connection\ReadMe.txt" and "Read Me.htm". For both files select the option "Ensure that this file overwrites any installed target file" in the "Version" tab of the &quo...

Go to advanced search