Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: davethomson on March 16, 2009, 11:23:35 AM

Title: Storing in ' ... /support/ ...
Post by: davethomson on March 16, 2009, 11:23:35 AM
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.
Title: Storing in ' ... /support/ ...
Post by: davethomson on March 16, 2009, 11:43:03 AM
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.
Title: Storing in ' ... /support/ ...
Post by: Randem on March 16, 2009, 12:54:29 PM
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.