Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/277.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何从MSI工厂创建指向default.aspx页面的快捷方式_C#_Asp.net_Windows Installer_Installation - Fatal编程技术网

C# 如何从MSI工厂创建指向default.aspx页面的快捷方式

C# 如何从MSI工厂创建指向default.aspx页面的快捷方式,c#,asp.net,windows-installer,installation,C#,Asp.net,Windows Installer,Installation,我第一次使用MSIFactory为我的web应用程序创建安装程序,我遇到以下问题: 如何创建指向已安装网站的default.aspx页面的快捷方式 我已经在这方面做了很多工作,我能够将web应用程序安装到本地IIS,能够在StartMenu上创建快捷方式 我阅读了下面的链接,它显示了一种方法,但没有给出实际的实现 如果您有确切的步骤,请告诉我一些高端安装工具(例如Advanced Installer或InstallShield)对此有直接支持。基本上,它们允许您创建URL的快捷方式 如果MSI

我第一次使用MSIFactory为我的web应用程序创建安装程序,我遇到以下问题:

如何创建指向已安装网站的default.aspx页面的快捷方式

我已经在这方面做了很多工作,我能够将web应用程序安装到本地IIS,能够在StartMenu上创建快捷方式

我阅读了下面的链接,它显示了一种方法,但没有给出实际的实现


如果您有确切的步骤,请告诉我一些高端安装工具(例如Advanced Installer或InstallShield)对此有直接支持。基本上,它们允许您创建URL的快捷方式


如果MSIFactory没有此功能,您可以通过或使用手动创建快捷方式。

谢谢,我将尝试此功能并通知您