Directories option bdist_msi #1043
Unanswered
DomeliPierre
asked this question in
Q&A
Replies: 1 comment 3 replies
-
bdist_msi uses msilib (It is not an answer, but it is an attempt to help you find the answer.) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, What is the exact syntax for the directories option, what is the meaning of each item of the 3-tuple ?
I try :
'directories' : [('MyAppliDir', '[ProgramData]', "temp")], I get MSI error 2705 at the start of execution of the installer
'directories' : [('MyAppliDir', '', "temp")], I get MSI error 2704
'directories' : [('MyAppliDir', 'c:\', "c:\temp")], I get MSI error 2704
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions