i just can't seem to get the installer to work, or even do anything at that.
i'm going with your plan A - Making me a nice installer.
and, so you don't have to register, i have uploaded the CAL ACS application onto filefront.
CAL ACSMY PROGRESS
i realized that these are dos commands and i used the DIRCOPY command to copy my "CAL Maps" folder to
DIRCOPY "Install\CAL\CAL Maps" "C:\Documents and Settings\All Users\Desktop\CAL Maps"
Now, seeing how this installs (copies) fine with WPI, i figured i could use the FILECOPY command to do the same thing for my ACS program seeing how i just need the application on the desktop. I want to place the contents of the CAL ACS folder onto the users Start Menu Programs List and the ACS application also on the desktop (don't care if its another copy or a shortcut). To place the contents onto the Start Menu Programs List, i used this command:
DIRCOPY "Install\CAL\CAL ACS" "C:\Documents and Settings\All Users\Start Menu\Programs\CAL"
I guess all i need to know how to do from here is to place a shortcut onto the desktop. I tried using the FILECOPY command, but i does not work with the .exe. It did work, however, with the text file that i tried. Does FILECOPY not work with .exe files? This is the command that i tried to use. It is in the CMD2 line, under the above DIRCOPY command.
This one did not work:
FILECOPY "Install\CAL\CAL ACS\cal acs.exe" "C:\Documents and Settings\All Users\Desktop\cal acs.exe"
This one did work:
FILECOPY "Install\CAL\CAL ACS\filecopy.txt" "C:\Documents and Settings\All Users\Desktop\filecopy.txt"
what am i not doing?
I understand what the winrar installer is intened to do, but i cant get mine to work right. WPI starts the install, finishes the install, but nothing happens. Not folders are created, and no icons are on the desktop. HELP