cargo wix sign always sign first msi file
cstkingkey opened this issue · 4 comments
cstkingkey commented
cargo wix sign always sign first msi file regardless of targets.
it should find target msi file.
volks73 commented
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.
cstkingkey commented
It throw Error[3] (Io): The '.\target\wix\installer.msi' path does not exist.
And help msg for sign say is for Cargo.toml
volks73 commented
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.
cstkingkey commented
I replaced actual binary name with it.