I want to copy a go.pif file or other startup file to an
XP users desktop after installing all files to a folder
using WinZip (which is optional) so the user can click on it
to start my program. In earlier Windows a simple
shell "copy \windows\desktop ..." worked fine.
I don't want to use a full installation program
like Inno because they are bigger than what I'm copying.
I can now use PB/DLL or PB/CC for the installation program
that is now written in DOS. The installation program
in DOS was simply inside the WinZip self extractor.
Perhaps just using Inno is the solution.
------------------
XP users desktop after installing all files to a folder
using WinZip (which is optional) so the user can click on it
to start my program. In earlier Windows a simple
shell "copy \windows\desktop ..." worked fine.
I don't want to use a full installation program
like Inno because they are bigger than what I'm copying.
I can now use PB/DLL or PB/CC for the installation program
that is now written in DOS. The installation program
in DOS was simply inside the WinZip self extractor.
Perhaps just using Inno is the solution.
------------------
Comment