topper_harley
Posts: 24
Joined: Fri Aug 24, 2007 1:13 pm

Shortcut to external file

Hi!

In my AI-project (AI version is 5.2.2) I have a shortcut to an external file; it's target is "%windir%\System32\SCsript.exe". But the installasion does not create this shortcut, also all other shortcuts are created.
The shortcur is also not created when I set the target to a fix path such as "C:\Windows\System32\SCsript.exe"...
Adriana
Posts: 28
Joined: Tue Aug 14, 2007 9:32 am
Location: Craiova
Contact: Website

Hi,

You should use a formatted value as shortcut target. In your case you can use:

Code: Select all

[SystemFolder]SCsript.exe
Let us know if you encounter any other problems!

Kind regards,
Adriana
_________________
Adriana Simion
Advanced Installer Team
http://www.advancedinstaller.com/
topper_harley
Posts: 24
Joined: Fri Aug 24, 2007 1:13 pm

Yes, this did solve it :D Thank you very much for your quick reply.

But I'm wondering why I did't get a shortcut even with a fix path...

Return to “Common Problems”