drivard
Posts: 50
Joined: Wed Dec 05, 2007 10:14 pm

Hard-coded path to certificate is changed to relative path

Hi,
We use a hard-coded certificate path in our aip file.
Whenever I open the AIP file in AI, it changes the path to a relative one. This is not helpful, and requires me to hand-edit the file before check-in.
I edit the AIP file on my dev system, and the paths are different on my build system. Additionally, on my dev system, the certificate folder in question doesn't exist, so I don't know why it is doing anything.

Can you please not change the path on me?

thanks,
Dennis
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: Hard-coded path to certificate is changed to relative path

Hi Dennis,

By default Advanced Installer uses relative paths. If you want to change this you can use the Project -> Options menu.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
drivard
Posts: 50
Joined: Wed Dec 05, 2007 10:14 pm

Re: Hard-coded path to certificate is changed to relative path

Thanks for the response Cosmin. I am always learning new things about AI.

I am trying to figure out if I can get the right combination of settings in that dialog to work for our situation.

In this case, things work fine when working on our build system, because we do builds on d:, while our cert is on c:.

On our dev systems, everything is on c:

Relative paths are appropriate for everything _EXCEPT_ the cert.

I'm not sure how to get around this.
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: Hard-coded path to certificate is changed to relative path

Hi,

You can try using relative paths with a Path Variable for your certificate. This way the paths are updated on the new machine and you can change the path variable from the project. Unfortunately the paths cannot be configured separately (some relative and some absolute).

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
drivard
Posts: 50
Joined: Wed Dec 05, 2007 10:14 pm

Re: Hard-coded path to certificate is changed to relative path

Thanks Cosmin. I'll think about this one a bit. It should be a workable solution.

Return to “Feature Requests”