First problem i tryied using command Name E:\Blah as C:\blah and it gave me an error why?
and how can i embed files into the project so u can only run em throught the project
Printable View
First problem i tryied using command Name E:\Blah as C:\blah and it gave me an error why?
and how can i embed files into the project so u can only run em throught the project
1. Pass your arguments as strings ie:
VB Code:
Name "C:\pathname\filename" As "E:\pathname\filename"
Name statement can move fiels across dirves, but can only rename folders on the same drive. Cannot create file or folder.
2. Need more info.
No I mean as in making another setup program insuide it. And what about the problem for copying files from the CD drive to Hard Drive