Create an install Disk
Posted: Sun Dec 08, 2013 9:24 pm
I have created an app that some people want to run on their windows 7 system.
I am having a little trouble making an install disk. I really don't know very much about copy files with LC
This is what I have tried, but it does not work:
Thanks,
David
I am having a little trouble making an install disk. I really don't know very much about copy files with LC
This is what I have tried, but it does not work:
Some guidance will be appreciated.----- Copy file
put specialfolderpath("Test") & "/Test.exe" into tFile
put FileData into url("file:" & tFile)
----------------------------------------------------
----- Copy Shortcut
put specialfolderpath("desktop") & "/Test.lnk" into tFile
put FileData into url("file:" & tFile)
----------------------------------------------------
Thanks,
David