All of a sudden InnoScript is making the .iss file with this location for the .exe file:
Source: c:dogfight managerpackagesupportdogfight manager.exe; DestDir: {app}; Flags: restartreplace ignoreversion;
rather than:
Source: c:dogfight managerdogfight manager.exe; DestDir: {app}; Flags: restartreplace ignoreversion;
i.e. where did the /package/support/ come from? Or what did I do to cause this when previously it didn't do this?
I am using 9.3 build 1.
OK. I found how the above was done. In Innoscript there is a folder named Search Folders. Somehow, this had
c:/dogfight manager
C:/dogfight manager/package/support
How the 2nd search folder was created and put in the Search Folders I have no idea. I know that since I always do the same thing using InnoScrpit and NEVER touch this folder how in the world did the /package/support/ get there?
I guess it doesn't matter now since I found and DELETED this reference and everything is back to normal in my use of InnoScript & InnoSetUp.
InnoScript just doesn't randomly put things in the search folder. If InnoScript finds a file in that folder then it will place the folder in the search folders tab. If you do not want that folder searched place it in the exclude folders tab.