volks73/cargo-wix

cargo wix sign always sign first msi file

cstkingkey opened this issue · 4 comments

cargo wix sign always sign first msi file regardless of targets.
it should find target msi file.

Are you able to specify the MSI with the <INPUT> argument for the cargo wix sign sub-command?

cargo wix sign .\target\i686-windows-msvc\installer.msi

I just want to check that this functionality works and can be used as a temporary work around for this issue.

It throw Error[3] (Io): The '.\target\wix\installer.msi' path does not exist.
And help msg for sign say is for Cargo.toml

Is the MSI you are trying to sign actually named installer.msi? I just used that in my command as an example. I should have clarified.

The help message might be incorrect, too.

I replaced actual binary name with it.