BillMcLean
08-19-2008, 11:28 PM
We have successful in using MSI Factor in a build script.
1) The bootstrapper is unable to use a dependency file other than the program files\MSIFactory\Bootstrap\Dependencies. If you have written your own dependency then you CAN NOT point at the dependency that you wrote yourself.
2) The custom icon file path is an absolute path rather than an relative path. We need to ensure that the build script works even if the project folder is moved to a different development branch.
All paths in the msifact file should be relative. If an absolute path is needed by a generated file, generate the absolute path when creating the generated file.
1) The bootstrapper is unable to use a dependency file other than the program files\MSIFactory\Bootstrap\Dependencies. If you have written your own dependency then you CAN NOT point at the dependency that you wrote yourself.
2) The custom icon file path is an absolute path rather than an relative path. We need to ensure that the build script works even if the project folder is moved to a different development branch.
All paths in the msifact file should be relative. If an absolute path is needed by a generated file, generate the absolute path when creating the generated file.