Date parsed: 05/05/2008 02:45:28
Date: Mon, 05 May 2008 02:45:28 GMT
Hi Pat,
Yes, the setup/msi built-in shortcut creation may persist some status info
with the MSI(or some store associated with the MSI file). If you need to
create some shortcut independently, I think you can consider using custom
action to programmtically generate some shortcut files.
here are some reference about custom action and create short cut in .net
code:
#Walkthrough: Creating a Custom Action
http://msdn.microsoft.com/en-us/library/d9k65z2d.aspx#C# - Creating URL shortcut to desktop
http://www.sorrowman.org/c-sharp-programmer/url-link-to-desktop.html#How create a desktop shortcut in c#?
http://www.msnewsgroups.net/group/microsoft.public.dotnet.languages.csharp/topic25984.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
>Thread-Topic: VS2005 Setup and Deployment project
>thread-index: Acisi8DWsr0s6r14RNy9Lg9ypWEXqg==
>X-WBNR-Posting-Host: 207.46.19.168
>From: =?Utf-8?B?UEdOaWNob2xz?= <PatN@nospam.nospam>
>Subject: VS2005 Setup and Deployment project
>Date: Fri, 2 May 2008 12:36:01 -0700
>
>I've utilized the VS2005 Setup Project template to create an installation
>package for a project. I used the create new shortcut in the desktop
>directory to create shortcut on desktop to launch the application. The
>problem is that the shortcut will error if the .msi installation file is
>removed. I want to be able to remove all the installation files after the
>installation, is there a way to create a shortcut that is independent of
the
>.msi file being present?
>
>