Click Once doesn't create StartMenu entry and Shortcut on Windows 7 x64
Posted
by MadBoy
on Stack Overflow
See other posts from Stack Overflow
or by MadBoy
Published on 2010-03-16T15:40:00Z
Indexed on
2010/03/16
15:41 UTC
Read the original article
Hit count: 316
I've application that I deploy to share with ClickOnce
so other users can install it and use it on their own machines. It worked fine till i noticed that when i install this app on my own machine (Windows 7 x 64
) it doesn't add StartMenu (even thou it installs correctly and I have it in Control Panel / Programs). I didn't had that problem when my development machine was Windows XP. Application also deploys fine on other Windows XP
computers.
Also during installation (when i rerun setup) even thou I already have Net Framework 3.5 it always wants to install one (it starts that and terminates few seconds later - probably installer sees that it's already there). I can run application straigit from share just a bit of pain to do it.
Are there some special settings I should do? Or some patches?
I have Visual Studio 2008
and system with all optional updates installed. Application is written in C#
and uses NET 3.5
.
© Stack Overflow or respective owner