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
- :
- Re: Product Action placeholder must be resolved before building
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Mar 08, 2007
10:28 PM
Product Action placeholder must be resolved before building
I am new to IS, trying to build an installer to install my product, I have provided all the jars available, in the classpath. I have no clue about the message "product action place holder must be resolved before building". I have no custom code. I am just trying to lay down some files using the GUI provided by IS. Any help would be really appreciated.
(3) Replies
‎Mar 15, 2007
02:57 PM
In the install directory of ISMP, create a text file with the same name as the ISMP executable except with the extension .sp. In there write is.debug=1. Restart the IDE and rebuilt the project. In the output, you should be able to see what bean it's trying to build before the error/warning is thrown.
‎May 10, 2007
11:42 AM
thanks, I tried and got which action has problem. However, I have included everything in the classpath including this action class and the classes used by this action class. I dont know somehow its still failing... any clue?
Thanks
Thanks
‎May 23, 2007
04:06 PM
I found the problem. First of all, to find the problem you can do the following,
1. Open the installshield multiplatform ide and check your sequences
2. if you click on your action, that will show the exception,
with that exception, you can find out what the exact problem is. And you can fix it.
Thanks
1. Open the installshield multiplatform ide and check your sequences
2. if you click on your action, that will show the exception,
with that exception, you can find out what the exact problem is. And you can fix it.
Thanks