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: Error 1324
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
‎Jan 29, 2013
11:23 AM
Error 1324
i use the limited edition in visual studio 2012. the log file shows no errors or warnings when building the setup project. when i execute the setup.exe file, i get this error:
Error 1324. The path .. contains an invalid character.
what can i do?
thanx!
Error 1324. The path .. contains an invalid character.
what can i do?
thanx!
(12) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 29, 2013
11:55 PM
HI ,
the error may be due to invalid path in the registry.you please go through this link it may help you .
http://techsmith.custhelp.com/app/answers/detail/a_id/1160/~/during-the-installation-process-i-receive%3A-error-1324%3A-the-folder-path-contains
if every thing regarding install shield is correct.
the error may be due to invalid path in the registry.you please go through this link it may help you .
http://techsmith.custhelp.com/app/answers/detail/a_id/1160/~/during-the-installation-process-i-receive%3A-error-1324%3A-the-folder-path-contains
if every thing regarding install shield is correct.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 30, 2013
02:36 AM
thank you for your answer. it did not help unfortunately.
do you have another idea?
other installers that i downloaded work just fine, only my self compiled one fails.
do you have another idea?
other installers that i downloaded work just fine, only my self compiled one fails.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 30, 2013
09:04 AM
Could you refer the below thread regarding the error 1324
http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q107602&sliceId
http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q107602&sliceId
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 30, 2013
10:13 AM
it does not seem to fit my problem because my path in the error message is ".."
i enabled "create msi logs" and after the mentioned error it sais "Error 2707. Target paths not created. No path exists for entry SystemFolder in Directory table."
that does not ring a bell with me though...
i enabled "create msi logs" and after the mentioned error it sais "Error 2707. Target paths not created. No path exists for entry SystemFolder in Directory table."
that does not ring a bell with me though...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 31, 2013
01:50 AM
Could you share the MSI log so that we could investigate further.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 31, 2013
02:02 AM
the mentioned error 2707 appears when i check "Show the windows installer log" and finish the installation. so there is no log.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 01, 2013
08:58 AM
The issue is related to invalid path associated to INSTALLDIR. Could you kindly provide us the .isl file of your project so that we could investigate further.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 11, 2013
05:10 AM
Could you let us know the default UI language of Visual Studio IDE.
Also could you add any other sample project to the .isl file(In a new solution) and check if the same issue persists.
At my end I am unable to reproduce the issue using the .isl file which you have provided.
Also could you add any other sample project to the .isl file(In a new solution) and check if the same issue persists.
At my end I am unable to reproduce the issue using the .isl file which you have provided.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 11, 2013
08:11 AM
Lenwin wrote:
Could you let us know the default UI language of Visual Studio IDE.
the visual studio default language is German. the problem is the same when i switch the setup language to English or German.
Lenwin wrote:
Also could you add any other sample project to the .isl file(In a new solution) and check if the same issue persists.
i am not sure what you mean by that? here are all the project files:
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 19, 2013
10:22 AM
Could you refer your private message for the modified solution file.