Hi, I have a file in my archive dir that I want to have copied to a specific directory but it's not working...
I'm using MI 2.4.4 and here is the script...
Copy Source: "{archivedir}\MBA.USR"; DestDir: "{pf}/MultiBookAccountingOnline"; Flags: "overwrite";
Create Shortcut: "{startmenuprg}\MBA Online\MBA Online"; Filename: "{pf}/MultiBookAccountingOnline/mbaol.exe"; Create Shortcut: "{startmenuprg}\MBA Online\MBA Config"; Filename: "{pf}/MultiBookAccountingOnline/mbacnfg.exe";
Please note that the Shortcut Creation works! :)
Hm, try using backslashes instead of (forward-)slashes.
I have tried many ottions without any luck... Any script error log?
Copy Source: "{archivedir}\MBA.USR"; DestDir: "{pf}\MultiBookAccountingOnline\"; Flags: "overwrite";
Anyone had problems with the COPY script? Any tips?
Hi, i got this script
<script name='????'> Copy ArchiveFile Copy Source: "{archivedir}\file.txt"; DestDir: "{destdir}"; Flags: "overwrite" </script>
when y try to execute in the preview i got this error:
Acces viloation at adress 0051C9B0 in mofule 'Go.exe' Read of address '000000'
do i have anything wrong ???
tks
Log in to post a comment.
Hi, I have a file in my archive dir that I want to have copied to a specific directory but it's not working...
I'm using MI 2.4.4 and here is the script...
Copy Source: "{archivedir}\MBA.USR"; DestDir: "{pf}/MultiBookAccountingOnline"; Flags: "overwrite";
Create Shortcut: "{startmenuprg}\MBA Online\MBA Online"; Filename: "{pf}/MultiBookAccountingOnline/mbaol.exe";
Create Shortcut: "{startmenuprg}\MBA Online\MBA Config"; Filename: "{pf}/MultiBookAccountingOnline/mbacnfg.exe";
Please note that the Shortcut Creation works! :)
Hm, try using backslashes instead of (forward-)slashes.
I have tried many ottions without any luck... Any script error log?
Copy Source: "{archivedir}\MBA.USR"; DestDir: "{pf}\MultiBookAccountingOnline\"; Flags: "overwrite";
Anyone had problems with the COPY script? Any tips?
Hi, i got this script
<script name='????'>
Copy ArchiveFile
Copy Source: "{archivedir}\file.txt"; DestDir: "{destdir}"; Flags: "overwrite"
</script>
when y try to execute in the preview i got this error:
Acces viloation at adress 0051C9B0 in mofule 'Go.exe' Read of address '000000'
do i have anything wrong ???
tks