|
-
Mar 23rd, 2005, 03:16 PM
#1
Re: Desktop Shortcut ? ALMOST -
Sure enough. MSBIND.DLL and all my necessary files are in a FilesNeeded folder.
Why is this? Won't inno put them in the app.path like they should be? I guess I could recompile to look there, but I don't see the point.
So, what can I do to put MSBIND.DLL as well as my docs and db into the App.Path? Or should I adjust the app.path to look in the FilesNeeded folder instead? At this point, it really doesn't matter.
With the wizard, I just pointed to the folder of needed files, and they were added to the app.path. Thats why i thought inno was doing the same. I have to recompile anyways, so I'll wait to see what you say.
Last edited by dglienna; Mar 23rd, 2005 at 05:42 PM.
-
Mar 24th, 2005, 06:01 AM
#2
Re: Desktop Shortcut ? ALMOST -
dglienna,
Inno Setup will put the files whereever you tell it to. Your source line in the script look like this:
Source: C:\Documents and Settings\David Glienna\My Documents\FilesNeeded\*.*; DestDir: {app}\FilesNeeded; Flags: ignoreversion
and should look like this:
Source: C:\Documents and Settings\David Glienna\My Documents\FilesNeeded\*.*; DestDir: {app}; Flags: ignoreversion
To get those file into the app folder.
Last edited by randem; Mar 24th, 2005 at 03:38 PM.
-
Mar 24th, 2005, 03:07 PM
#3
Re: Desktop Shortcut ? ALMOST -
Thanks. I'm sending the new version off right now.
Would you mind taking the email address out of the last post.
I figured it out. I wish I had known that it was going to do that.
Now, I'll look out for things like that in the future.
I was thinking about going back to the wizard, but as long as I can get things running the way that I want, I'll stick with Inno Script and Setup. I like the auto OS updater. Greate for slow connections.
Last edited by dglienna; Mar 26th, 2005 at 03:01 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|