Hi
I'm creating the installer for a Silverlight app of ours. The app will run on the local machine, in internet explorer in kiosk mode and will be started from a desktop shortcut. I'm having trouble creating the shortcut with my Setup Project in VS 2008. What I need to end up with is a shortcut on the desktop with this
"C:\Program Files\Internet Explorer\iexplore.exe" -k [ProgramFilesFolder][Manufacturer][ProductName]\MySilverlightHostPage.html
as the target. I'd also like my own icon on it if possible. Any ideas? I've tried a couple of different ways to do this but nothings quite right.