InstallShield shortcut links going to wrong directory

雨燕双飞 提交于 2019-12-13 00:06:59

问题


I've created a project in Visual Studios 2010, and when I package it with InstallShield, I click new -> pick the primary output file, rename it, and then click the desktop option as well. It properly creates the shortcuts to both the start menu and the desktop, but they don't point to the correct location. If I go straight to the Program Files x86 folder and click on the .exe, the program loads correctly. If I click on either of the links, it fails


回答1:


Try this.

Go to InstallShield Project -> Configure the Target System -> Shortcuts/Folders

Select your shourtcut and Set your Working Directory ([INSTALLDIR]) in Behavior Property. Do the same for your start menu.

It worked for me in Installshield 2013.



来源:https://stackoverflow.com/questions/16531935/installshield-shortcut-links-going-to-wrong-directory

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!