Help installing

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators: Administrator, Global Moderator

Post Reply
Guest

Help installing

Post by Guest »

I've done a program using qb 4.5, it is a videogame.
I want to create also an installation program, do you know how I can program the Install Shield?
User avatar
frankiebaby
Global Moderator
Posts: 95
Joined: Tue Apr 30, 2002 1:38 am
Location: Pennsylvania
Contact:

Re: Help installing

Post by frankiebaby »

A qbasic program does not need to use the windows system registry or any such thing to bring the need for install shield. A self extracting Zip that creates sub-directories if needed should suffice. Uninstallation only requires the Delete key.
Post Reply