jeffg22
Posts: 13
Joined: Thu Oct 28, 2004 5:34 pm

Crystal Reports .NET (CR.NET)

Hi -

Deploying CR.NET with a VS.NET project requires a keycode to be entered into a LicenseKey property of the RegWiz.msm merge module. Does Advanced Instalelr support this requirement??

- Jeff
Cata
Posts: 638
Joined: Thu Apr 10, 2003 7:37 am
Contact: Website

You need to add the License Key property to the msi. Advanced Installer does not have a user interface for this task, but you can add it manually in the project file (.aip).

All you have to do is edit the .aip file with a text editor, and look for the following line:

<COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">

Add a new line below it, like this:

<ROW Property="CRPIDKEY" Value=""/>
where you put the actual value of your license key.

Let me know if this solves your problem.

Regards,
Cata
Catalin Rotaru - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”