Hi,

I'm trying to set up my project to automatically sign my msi files, so I've 
added a a post build step that looks like this:
signcode  <CERTIFICATE ARGUMENTS HERE> -t 
http://timestamp.verisign.com/scripts/timstamp.dll 
$(TargetDir)AutoSharesWx.msi

and the run post build event is set to:
"When the build updates the project output
That all seems to work fine, though you get a strange error if the build 
fails:
1>C:\Program Files\MSBuild\Microsoft\WiX\v3.0\Wix.targets(360,7): Error 
MSB4057: The target "_TimeStampAfterCompile" does not exist in the project.

Ignoring that though, what I really want to be able to do is set 
dependencies on my Votive project to force it to recompile when my inputs 
change (say A.exe as an example).  I've tried adding A.exe as a reference, 
but that doesn't work, nor does adding it as an embedded resource in the 
project.

I must be missing something.

Anthony Wieser
Wieser Software Ltd


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to