fd1
Posts: 21
Joined: Fri Sep 02, 2005 8:12 pm

Custom action named "Install"

I created a custom action of type "Property Source" under "InstallServices" and renamed it to "Install". Now AI treats it as a Standard Action, the custom action Properties page is gone and I can't delete that thing.
How can I get rid of it?
Mike
Posts: 292
Joined: Wed Jun 01, 2005 10:50 am
Location: Craiova, Romania
Contact: Website

Hi,

This is a bug and will be fixed ASAP.

To be able to access this property you need to edit the AIP file directly. Open it in any text editor (Notepad will do) and find the section:

Code: Select all

<COMPONENT cid="caphyon.advinst.msicomp.MsiCustActComponent">
Find the line where this CA is defined, a row beginning:

Code: Select all

<ROW Action="Install" Type=...
and change it with:

Code: Select all

<ROW Action="Install2" Type=...
Similarly find the section:

Code: Select all

<COMPONENT cid="caphyon.advinst.msicomp.MsiInstExSeqComponent">
and change

Code: Select all

<ROW Action="Install" Sequence=...
with

Code: Select all

<ROW Action="Install2" Sequence=...
Save the file and then open it in Advanced Installer.

Please let me know if you need further help.

Regards,
Mihai
Mihai Bobaru
Advanced Installer Team
http://www.advancedinstaller.com
fd1
Posts: 21
Joined: Fri Sep 02, 2005 8:12 pm

Problem solved :)
Thank you Mike
Mike
Posts: 292
Joined: Wed Jun 01, 2005 10:50 am
Location: Craiova, Romania
Contact: Website

This bug is solved in the 3.3 version of Advanced Installer.

Best,
Mihai
Mihai Bobaru
Advanced Installer Team
http://www.advancedinstaller.com

Return to “Common Problems”