This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Manually adding dependencies
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 23, 2013
06:55 AM
Installshield LE dependencies issue
Hello,
I have created in VS 2012 an Installshield LE project for a WinForms application. I have added to the installer the primary output + dependencies of the WinForms application and everything worked correctly. Once I add to the installer the content files of the WinForms app, one of the dependencies is not copied to the root of the installation directory anymore.
I believe the issue might be related to the fact that some of the dependencies have the same name as some of the content files (some DLL libraries that are placed in the installation directory, in a separate folder).
Is there any way to fix this issue?
Thanks,
Andreea
I have created in VS 2012 an Installshield LE project for a WinForms application. I have added to the installer the primary output + dependencies of the WinForms application and everything worked correctly. Once I add to the installer the content files of the WinForms app, one of the dependencies is not copied to the root of the installation directory anymore.
I believe the issue might be related to the fact that some of the dependencies have the same name as some of the content files (some DLL libraries that are placed in the installation directory, in a separate folder).
Is there any way to fix this issue?
Thanks,
Andreea
- Tags:
- dependencies
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 23, 2013
07:22 AM
Hello,
To find dependent files of content files, Please follow below steps:
1>Scan for dependencies - right click on content files, select Dependencies from scan at build
2>You will see the dependencies you will have to manually add, indicated by a red icon
3>Uncheck them, so you could get rid of the 6248 warning.
4>Then manually add the dependencies you identified above to the required folder...
Hope this helps
Regards,
Chiranjeevi
To find dependent files of content files, Please follow below steps:
1>Scan for dependencies - right click on content files, select Dependencies from scan at build
2>You will see the dependencies you will have to manually add, indicated by a red icon
3>Uncheck them, so you could get rid of the 6248 warning.
4>Then manually add the dependencies you identified above to the required folder...
Hope this helps
Regards,
Chiranjeevi
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 23, 2013
08:36 AM
Hello Chiranjeevi,
Thanks for your reply.
Just want to make sure I understand correctly "manually add the dependencies".
Do you mean "Project Assistant -> Application Files -> Add files"?
The inconvenient here is that the path on disk for the added file is hardcoded, it is not related to the project location.
Please let me know if I am wrong.
Thanks,
Andreea
Thanks for your reply.
Just want to make sure I understand correctly "manually add the dependencies".
Do you mean "Project Assistant -> Application Files -> Add files"?
The inconvenient here is that the path on disk for the added file is hardcoded, it is not related to the project location.
Please let me know if I am wrong.
Thanks,
Andreea
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 27, 2013
08:34 AM
Hello Andreea,
Yes, your understanding is correct.
Thank You,
Chiranjeevi
Yes, your understanding is correct.
Thank You,
Chiranjeevi