The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
8answers
13k views

Deploy a Desktop Shortcut to a Device running Windows CE 4.2 (VS2005)

I have an application written using VS2005 in C# targeting the Compact Framework 2.0 SP2. As part of the solution, I have CAB deploy project which deploys to the device without a problem. What I can't ...
7
votes
2answers
5k views

Wrong desktop shortcut icon on Windows 7 (Inno Setup)

I have created an installer with Inno Setup. The icon used for the desktop shortcut and start menu is embeded in the application executable. When the installer was initially created, I didn't have ...
4
votes
1answer
5k views

Setting correct icon for Shortcut in VS2010 Setup Project

I have a small app with a setup project. If I create a shortcut to my Primary Output, then this gets a standard Win7 icon and not the icon specified in my exe's Application Icon? Whats the best way ...
2
votes
2answers
2k views

Creating a Desktop Shortcut Using a Web Page

I am trying to create something on a webpage that allows my users to create a desktop shortcut. Because my users are NOT technically savvy, I would like to avoid having them try to drag and drop. Is ...
6
votes
1answer
921 views

Can I Create Chrome Application Shortcuts Programmatically from a Web Page?

I've thought about using Chrome and HTML5 local storage to create a useful app and sell it. The problem I think I would have, however, is the delivery mechanism to get this installed on one's ...
11
votes
2answers
11k views

How to create a shortcut using Powershell or CMD

I want to create a shortcut with Powershell or CMD. What is the command line for it? For example: C:\Program Files (x86)\ColorPix This folder has ColorPix.exe I want to create ColorPix.exe's ...
3
votes
1answer
1k views

.bashrc not read when shell script is invoked from desktop shortcut

I have a simple problem understanding a behavior in linux. In short, on linux if i invoke my sh script from a 'Desktop Shortcut' then the script cannot see the latest environment variables (set in ...
3
votes
2answers
265 views

How to pass WindowState from desktop shortcut into WPF app?

How can I control the initial WindowState (Normal, Minimized, Maximized) of a WPF main window from a desktop shortcut? The "Run:" combobox of the shortcut's properties dialog let's me choose between ...
0
votes
0answers
126 views

How I can use Shell32.dll in Silverlight OOB

I'd like to get the target information from a shortcut file using my silverlight OOB app, so I'm going to make the following code to work in my silverlight OOB. It seems I have to used P/Invoke to use ...
0
votes
2answers
207 views

Create Shortcut in .Net for 64-Bit Machines - Compiled as 64-bit Application Only [duplicate]

Possible Duplicate: Creating application shortcut in a directory There is a lot of code floating around showing how to create a shortcut in .Net, but it only works when compiled as a 32 bit ...
0
votes
1answer
178 views

Different behaviour of DOS Environment setting, in if statement, in DOS prompt as compared to Windows Shortcut

This seems so simple, but has turned out to be such a pain. On Windows 7, I can paste the below into a command prompt and have it set ProgramFiles(x32) to either %programfiles% or %programfiles(x86)% ...