   
mightymike
New member Username: mightymike
Post Number: 9 Registered: 01-2011
Rating: N/A Votes: 0 | | Posted on Wednesday, January 26, 2011 - 12:41 pm: | |
Randem, I don't know. I seem to be more lost than I was yesterday. Simply stated I want to have my program installed at: C:\Program Files\Grand Prix Tracker. I wanted to know what I am doing WRONG by you looking at the code I sent you. Can you explain to me what I need to change? When I run Inno Setup, it wants to install the program at C:\Grand Prix Tracker. I also still don't know how to stop that line from being generated too. You said that it is doing exactly what I am telling it to do. Then how do I change it to not generate that line as such. When Inno Setup trys to execute it, it says that it cannot find that folder (and of course it shouldn't). So why is it creating: Files] Source: C:\GP Tracker Program Setup Files\*.*; DestDir: {app}\GP Tracker Program Setup Files\; Flags: ignoreversion recursesubdirs instead of the line which works in Inno Setup: [Files] Source: C:\GP Tracker Program Setup Files\*.*; DestDir: {app}; Flags: ignoreversion recursesubdirs? 'GP Tracker Program Setup Files' is the folder where all my addtional files are located, such as jpeg, etc. Like I said, if I edit it to read the latter (as Inno Setup did originaly) it works fine. Thanks but confused! |