Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.
-
Eric Purkalitis #1
Re: Help with a created icon - how do I install on remote machines?
I don't think you can change the icon associated with a shortcut and just transfer it to another computer. It's possible you might be able to write registry key that you could "merge" with the registry to change the association, but that's really got the potential to do more harm than good. Applying a theme is probably your best solution, but if you use it to only change one shortcut, it might override any other theme the user has installed.
I'd check out stardock.com. They have lots of information on changing the windows interface. On themeworld.com there's a free theme creator program.
Eric Purkalitis Guest
-
Can I install CFMX7 Standard on 2 separate machines?
Can I install CFMX7 Standard on 2 separate machines? Or is it just one machine with 2 cpus in it? thanks! -
Problems with aspnet_wp getting authetication to remote machines
Please help me understand what is going on: I have a web server sitting in the DMZ. I have an app server sitting on the inside on the firewall.... -
Icon already created
For the PC: Open Microangelo's Librarian tool, from there find and open the WIndows projector. This will place the icon for the projector into the... -
Connection to remote machines
I know there is a way to do this, but I am at a loss to find it. Someone connects to my remote computer with a limited access and can see fine. ... -
AIX Install 2 machines and 1 DAT
Here is my problem I've got 2 RS/6000 a 7011-220 and a 43 P, the computers are in diferent place, the 7011 got no system on his disk, and he... -
YrbkMgr #2
Re: Help with a created icon - how do I install on remote machines?
How do I make the shortcut maintain the icon when I send it to another
machine?
It's machine specific, set in associations. I presume you're trying to do something like this: create a Smiley Face Icon, and use that Icon to represent Photoshop. If that's the case, you have to put your icon on each machine, then physically change the Icon for photoshop by right clicking on the shortcut and selecting a different one than the default. The icon used to represent a program is set in the installation routine (usually) of that app.
Peace,
Tony
YrbkMgr Guest
-
YrbkMgr #3
Re: Help with a created icon - how do I install on remote machines?
So... functionally, you want the Icon to represent a web page?
The way I read your post is that when you double click on the icon on the desktop, you want a web page to load.
Kind of a gerkin. There's surely another way to accomplish what you want without doing it that way.
How will people getting the icon in the first place?
YrbkMgr Guest
-
Eric Purkalitis #4
Re: Help with a created icon - how do I install on remote machines?
Know any programming people? They could create an executable which opens a web shortcut. You can also embed the ico file in an executable.
Eric Purkalitis Guest
-
Cheesefood #5
Re: Help with a created icon - how do I install on remote machines?
Tony,
It's not hard to do. Create a shortcut, and when it prompts for the location of the item, enter the web address. Then assign the icon.
Eric,
I think your method may be the only way. But I doubt our IT guys will want to take the time to code something they can think of other ways to handle, e.g. adding to favorites.
Cheesefood Guest
-
dave milbut #6
Re: Help with a created icon - how do I install on remote machines?
cheese, not sure if this is what you're after, it's not entirely clear to me, but here goes...
in the shortcut dialog, instead of putting the path to the web page as "C:\mypages\myfile.html"
you need to qualify the path with the unc name (after setting up a share and granting access to the area where the page is stored) like so:
"\\mymachinename\mysharename\myfile.html"
that format should work in any area where you'd normally include a drive letter, in case i'm not exactly hitting what you're looking for... i.e. you should also be able to point to the icon file with that format.
dave milbut Guest
-
Cheesefood #7
Re: Help with a created icon - how do I install on remote machines?
dave...
In this case, the icon points to: <http://www.first-quotes.com/qiv/>
So it will take the user to our webpage where they can fill out financing quotes.
What I'm wondering is if there's a way to code it so I can store the .ICO file on our website so when they receive the Shortcut, it will auto download the .ICO from our website and store it on their computer.
Although now that I read it, that's way too easy of a way to spread a virus, if used wrongly.
Cheesefood Guest
-
Rastamon #8
Re: Help with a created icon - how do I install on remote machines?
I don't know if my previous post posted, but if it did, please ignore it. I thought cheesefood wanted to distribute the icon within his office, but now realize it is for potential customers who visit his website. Sorry.
Rastamon Guest
-
YrbkMgr #9
Re: Help with a created icon - how do I install on remote machines?
Ya I was trying to ask that Rasta, but I guess I wasn't clear in my earlier post. Cheesy musta thought I meant something else. <shrug>.
YrbkMgr Guest
-
Cheesefood #10
Re: Help with a created icon - how do I install on remote machines?
Well, yes and no.
I'd like to distribute it to my office, which can be easily done by putting the .ICO on the network. But our remote employees only log onto the network once or twice a day. And customers never log on.
So I guess there's no way to easily self-embed the .ICO in the shortcut, nor can I embed code in the .ICO.
What about a large wooden badger?
Cheesefood Guest
-
David Brown #11
Re: Help with a created icon - how do I install on remote machines?
Name the incon "favicon.ico"
Put it in the root folder of the website that contains the page to be saved
to favorites.
I believe if the page is tagged as a favorite from a remote computer the
icon goes with it to the temporary internet files, and resides there until
the automatic purge of the temp files....
"Cheesefood" <cheesefood75@yahoo.com> wrote in message
news:2ccd1e1e.-1@webx.la2eafNXanI...machine?> I created an icon and I was able to assign it to a shortcut on my machine.
>
> How do I make the shortcut maintain the icon when I send it to another
David Brown Guest
-
z070tso #12
Re: Help with a created icon - how do I install on remote machines?
Am a bit confused, if you want a "standard" icon for creating a shortcut of a webpage link, the way I do it is upload a favicon.ico to that page's location on the webserver. Use Google to find more info, one example here
<http://www.thesitewizard.com/archive/favicon.shtml>
Cheers
z070tso Guest
-
John Woram #13
Re: Help with a created icon - how do I install on remote machines?
Would this do it? Open Notepad and write a four-line file, like this:
[InternetShortcut]
URL=http://www.galapagos.to/
IconIndex=0
IconFile=http://www.galapagos.to/favicon.ico
Change both URLs as desired, then save the file as "WHATEVER.URL" -- When you save it, the ".URL" disappears and you'll see a shortcut named "WHATEVER" and it will display the icon specified in the last line, assuming that file actually exists in the specifed location.
You can then send the shortcut to another machine, and get the same result. The "IconIndex=0" line can usually be omitted, but it's probably safer to leave it as is, just in case some system should need it.
If you try the file as written above, you should see a shortcut with a tiny map of South America. After that, change it to whatever you want.
John Woram Guest
-
Eric Purkalitis #14
Re: Help with a created icon - how do I install on remote machines?
I thought favicons only displayed in the favorites or bookmarks list and next to the url in the browser, not on the desktop. Even if it did, what would happen if you used a url for the IconFile parameter and the user's web connection wasn't live?
Eric Purkalitis Guest
-
r_harvey #15
Re: Help with a created icon - how do I install on remote machines?
Usually for IE on Win98 or later, assuming that there is an Internet connection, and configuration is fairly standard. A local icon file would be more likely to be found--otherwise you'll get a generic icon.
r_harvey Guest
-
John Woram #16
Re: Help with a created icon - how do I install on remote machines?
Eric, the code I suggested does what Cheesefood wanted to do (I think). It creates a unique shortcut icon on the Desktop, and can be sent to another PC if desired. If the shorcut's icon URL points to a non-existent icon, or if there's no web connection, then you'd see a generic Windows icon. But the icon would show up as soon as a connection was established.
John Woram Guest
-
Eric Purkalitis #17
Re: Help with a created icon - how do I install on remote machines?
John, ever since I was a child I've always enjoyed breaking things. I guess old habits die hard.
Eric Purkalitis Guest
-
Carl B. Johnson #18
Re: Help with a created icon - how do I install on remote machines?
> >ever since I was a child I've always enjoyed breaking things.
You're assuming it had worked properly at one time in order to be broken....> If you're really good at it, you could probably get a high-paying gig at Microsoft.
--
Carl B. Johnson
~~~~~~~~~~~~~~~~~~~~~
Respectibility in art is appalling.
[url]www.wuli.com[/url]
Carl B. Johnson Guest



Reply With Quote

