/build/static/layout/Breadcrumb_cap_w.png

Repackaging generates Windows Installer Error 2714

I just created a capture with Installshield and getting an error when i try to test my package:

Error 2714. Invalid value for default folder name: 4_9_DO~1|4.9/doc/html.

Vendor created directory html with documentation in it. Or this directory is not an issue?

Thank you.


0 Comments   [ + ] Show comments

Answers (4)

Answer Summary:
There is no chance of getting this folder name when you capture an exe and create msi.. Recapture it and see.
Posted by: jagadeish 11 years ago
Red Belt
1

This is because / can not be used in folder name.. Your default folder name contains / in LONGFILENAME part.

SHORTFILENAME|LONGFILENAME


Comments:
  • Should i change it to: 4_9_DO~1|4.9|doc|html in the directory table? - ogeccut 11 years ago
  • It is wrong.. You should not have / in your folder name.. | symbol shoud not be used like this.... There is no chance of getting this folder name when you capture an exe and create msi.. I don't know how did you get a folder name like this.. - jagadeish 11 years ago
  • To include a long file name with the short file name, separate it from the short file name with a vertical bar (|). For example, the following two strings are valid:
    Status.txt
    Projec~1.txt|Project Status.txt
    Short and long file names must not contain the following characters:
    \ ? | > < : / * "
    In addition, short file names must not contain the following characters:
    + , ; = [ ]
    No space is allowed preceding the vertical bar (|) separator for the short file name/long file name syntax. Short file names may not include a space, although a long file name may. A space can exist after the separator only if the long file name of the file name begins with the space. No full-path syntax is allowed. - jagadeish 11 years ago
Posted by: ogeccut 11 years ago
Black Belt
0

I changed it to: 4_9_DO~1|4.9\doc\html

and still getting the error: Error 2714. Invalid value for default folder name: 4_9_DO~1|4.9\doc\html.


Comments:
  • You should not change the LONGFILENAME part at any cost.. I think the capture itself wrong.. Recapture your application and see.. - jagadeish 11 years ago
Posted by: anonymous_9363 11 years ago
Red Belt
0

Neither the long or short filename should include any path information, except a single folder or file name.

 

Check the Directory table to ensure that the entire path is being built properly.

Posted by: ogeccut 11 years ago
Black Belt
0

Directory table looked correct. I ended up deleting the folder and then added manually and that worked.

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ