Exe file path not found.

Started by George Inacio (Unregistered Guest), June 06, 2004, 07:48:33 AM

Previous topic - Next topic

admin

George,
 
What does your log say for the run about the files in question? The search for the exe definitely works, InnoScript is created using InnoScript.
 
Send the log and the vbp file and I will have a look see. Do not zip these files when you send them or they will be rejected by our firewall.

George Inacio (Unregistered Guest)

The InnoScrip does not find the path of the EXE file.
That worked fine on version 2.3.7 but not on 2.3.8 and 2.3.9.
 
This is the result I get.
Source: vc smm.exe; DestDir: {app}; MinVersion: 4.0,4.0; Flags:  ignoreversion
 
Sould be  
Source: c:MyProgsVC MM vc smm.exe; DestDir: {app}; MinVersion: 4.0,4.0; Flags:  ignoreversion
 
 
Finds a path that does not belong to the program;
Source: d:program filesexecutive softwarediskeeperworkstationreadme.txt; DestDir: {app}; MinVersion: 4.0,4.0; Flags:  ignoreversion
 
 
What I am doing wrong.
 
Regards,
George