Portfolio Tips

Started by
19 comments, last by STVOY 23 years, 11 months ago
As I said, alot of companies will refuse to install software from portfolios, it''s just too messy, time consuming and irratating...click and go. Seriously, if you can avoid installation I strongly recommmend you do. If in doubt, ring about and find out what companies would accept from your portfolio.

Some may not mind installing software while other do.

Simple as that.

www.stephen-hawes.co.uk

Advertisement
Hmm. I don''t think clicking through a succession of dialog boxes and filling in directories etc is as convenient as right-click-dragging the zip file to the desktop, and selecting ''extract to its own folder'' or whatever. And are you telling me you''ve never had the problem of "Uninstall could not remove certain items. Please remove these manually"? Even professional installers seem to have this problem, so I expect amateur ones would too. What about if you install a .DLL to windows/system that is newer/bigger than the one they currently have? What if it''s subtley bugged?

Now, I am of course not speaking on behalf of everyone, just me. But I prefer to install software that is self-contained and isn''t making modifications all over the place, especially if he software is going to be gone shortly. If I had to do this sort of thing 20 times a day, I''d be even less inclined to want things installing anything to windows/system, or to my start menu, or anywhere other than the directory I put it in. I do think a self-extracting zip file is a very good compromise.
Well looking at all of your suggstions I''d have to say
that I''ll probably just use a HTML file that links to
other .EXE files on the CD. I have seen a lot of
proffesional companies do this. Lots of great input
though guys.

Thanx In Advance
STVOY



Mega Moh Mine!!
STVOY,
glad to help!

keep us posted with how things go!

www.stephen-hawes.co.uk
Hey There,

Well I''ve gathered a few of my best games for Pascal, well
two actually. And I also made an application to view and
try all my snippets of code and animation. Once it''s all
done I plan to as I said before link it all to an HTML
document and burn the lot onto CD. Just wanted to keep you
posted.

STVOY

Mega Moh Mine!!
Oh by the way doesanyone know how to hyperlink the
.EXE files on the CD if it is on some elses machine.
What I mean is that if some one elses CD drive was
E , and well mine is D would the hyper links to the files
on the D change dynamically to point to the E. Or
is there another process I should know about?

Thanx In Advance
STVOY



Mega Moh Mine!!
If you are dynamically linking them like "/myfolder/mygames/mygame.exe" then you should be fine. If you are linking them like "file:///d:/myfolder/mygames/mygame.exe" then you have no chance of a dynamic link. I think this is what you are talking about, right?

-Chris Bennett ("Insanity" of Dwarfsoft)

Check our site:
http://www.crosswinds.net/~dwarfsoft/
and our eGroup:
http://www.egroups.com/group/dwarfsoft

Edited by - dwarfsoft on June 28, 2000 6:43:08 AM

Edited by - dwarfsoft on June 28, 2000 6:43:59 AM
If I was to use the link

"/myfolder/mygames/mygame.exe"

Would it still work if the files were on CD rom

I should know really, I think it would, but
I would like another opinion.

Thanx In Advance
STVOY

Mega Moh Mine!!
I agree that one should choose the easiest and simplest option,
but my game has to write out a high score list, and it can''t do
that on a CD. Is there any other solution to this other than
a full installation on someone''s hard drive? I would think my
game would have to detect that it is running on a CD somehow
to figure out what to do.

JA
You could go back and edit it to be a demo, so then your game won''t require the HS stuff. Or just let it read the info from the file of the CD but stop it from writing. You should be able to get away with a few quick adjustments here and there to cull off any writes.

You could always just say "Bugger this! I''m making it INSTALL!!!" and be done with it, but I would prefer the first option


-Chris Bennett ("Insanity" of Dwarfsoft)

Check our site:
http://www.crosswinds.net/~dwarfsoft/
and our eGroup:
http://www.egroups.com/group/dwarfsoft

This topic is closed to new replies.

Advertisement