This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: IE Shortcuts for all :-)
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 05, 2013
01:07 AM
IE Shortcuts for all :-)
Hi,
I have been scouring the community but cannot find an answer to this.
How do you create an IE Favorite for all users as well as placing one into the Links bar?
I have tried quite a few things with no luck so far.
Thanks,
Phil
I am using InstallShield 2012 Spring - Professional Edition
I have been scouring the community but cannot find an answer to this.
How do you create an IE Favorite for all users as well as placing one into the Links bar?
I have tried quite a few things with no luck so far.
Thanks,
Phil
I am using InstallShield 2012 Spring - Professional Edition
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 05, 2013
12:38 PM
This might be an acceptable workaround, although it does not create an IE Favorite. The approach is to install a *.url file which will open the website when double-clicked, and supply a shortcut to that file.
Lesson Learned: How to make a shortcut that launches the browser and sends it to a specific website.
1. Create a *.txt file, say MyWebsite.txt
2. Open the *.txt file in Notepad, and enter this:
[InternetShortcut]
URL=http://www.microsoft.com
3. Modify the extension of the file; rename it as MyWebsite.url
4. Now when you double-click this shortcut, the "default browser" (Internet Explorer or anything other browser) will launch and go to the specified website.
As learned in the following website:
http://community.installshield.com/showthread.php?t=154412&highlight=internet+shortcut
Lesson Learned: How to make a shortcut that launches the browser and sends it to a specific website.
1. Create a *.txt file, say MyWebsite.txt
2. Open the *.txt file in Notepad, and enter this:
[InternetShortcut]
URL=http://www.microsoft.com
3. Modify the extension of the file; rename it as MyWebsite.url
4. Now when you double-click this shortcut, the "default browser" (Internet Explorer or anything other browser) will launch and go to the specified website.
As learned in the following website:
http://community.installshield.com/showthread.php?t=154412&highlight=internet+shortcut
