|
|
dangermouse75
regular
Reg'd: Sat
Posts: 1869
Loc: Leicestershire
|
|
Hi this is probably really simple to do.
I have a collection of Word templates that I distribute to my customers in an executable zip folder.
I need to know how I can associate a custom .ico file to that folder that will appear when they unzip the folder.
I have created a custom icon of 24x24 pixels, saved it as a .ico extension using Irfanview.
I managed to associate icon to the folder manually, but how do I get the custom icon to appear automatically instead of the standard folder icon when the exe runs?
Thanks, Chris
|
|
putasolutions
regular
Reg'd: Tue
Posts: 12294
Loc: Infinity and beyond
|
|
Have a read of this article
-------------------- "Only the stupid don't ask questions."
My piccies
|
dangermouse75
regular
Reg'd: Sat
Posts: 1869
Loc: Leicestershire
|
|
Thanks Putasolutions, right on the money as usual!
|
dangermouse75
regular
Reg'd: Sat
Posts: 1869
Loc: Leicestershire
|
|
Ok I have another question.
Right when they click the executable zip from the CD, it extracts by default to C:\Documents and Settings\All Users\Desktop.
They then have to click the folder and then index.htm to launch the main screen.
Is there a way I can build something more clever, such as having the folder extract to Program Files and have a launch icon dropped on the Desktop?
Maybe even add an uninstall too?
Thanks.
|
greysts
regular
Reg'd: Thu
Posts: 17974
Loc: Colchester
|
|
If you are using the full version of Winzip you are given a chance during the creation stage of your executable file to say which directory you want the file to go in, whether the directory should be created if it dosen't already exist, and whether you want a specific file to run after the extraction process.
--------------------
Do you know that we're all in line for succession to the throne? Really?
Well, if forty-eight million, two hundred thousand, seven hundred and one people died I'd be Queen.
|
dangermouse75
regular
Reg'd: Sat
Posts: 1869
Loc: Leicestershire
|
|
Thanks, I have got the full version of Winzip, but I need some way of getting the software to launch with one click rather than having to open the folder and then clicking the index.htm file.
I know I could get the user to create a shortcut to index.htm for the desktop but I'd like that looks a bit more professional - ideally have a ready made icon drop onto the Desktop upon installation.
|
putasolutions
regular
Reg'd: Tue
Posts: 12294
Loc: Infinity and beyond
|
|
I would suggest that you would need a self extracting zip file as explained here and suggested by greysts, however if you have more than a couple of files in the exe, you may want to create a folder on the desktop rather than drop a large number of files on the desktop.
If you did that to me I would be a tad upset
-------------------- "Only the stupid don't ask questions."
My piccies
|
Sam
regular
Reg'd: Tue
Posts: 432
|
|
Maybe a dedicated installation program would be better..? There are quite a few around - Clickteam Install Creator, for example.
|
dangermouse75
regular
Reg'd: Sat
Posts: 1869
Loc: Leicestershire
|
|
I think I owe you a pint fella. This is exactly what I need. Thanks!
|
Sam
regular
Reg'd: Tue
Posts: 432
|
|
|