S
Stewart Berman
I have a VB.NET simple ClickOnce application. I have defined the name of the publisher and the name
of the application. Normally you would put the application shortcut in a folder with the name of
the application. The ClickOnce installation process creates the application shortcut (.appref-ms
file) in a folder with the name of the publisher.
IOW,
The shortcut folder structure is:
Start
All Programs
Publisher Name
(Application shortcut)
Instead of:
Start
All Programs
Application name
(Application shortcut)
Is there a way to change that behavior so the installation process creates a shortcut folder using
the application name instead of the publisher name?
of the application. Normally you would put the application shortcut in a folder with the name of
the application. The ClickOnce installation process creates the application shortcut (.appref-ms
file) in a folder with the name of the publisher.
IOW,
The shortcut folder structure is:
Start
All Programs
Publisher Name
(Application shortcut)
Instead of:
Start
All Programs
Application name
(Application shortcut)
Is there a way to change that behavior so the installation process creates a shortcut folder using
the application name instead of the publisher name?