John Lister wrote:
> Hi, I've created a wix msi file which is then signed however when i run 
> it under vista i get a strange UAC warning:
>  
> "Program needs your permission to continue"
>  
> which has the Manufacturer name as the msi is signed, but the program is 
> listed as a random/temporary 5 digit name (eg 1cd5b.msi)
>  
> Is it possible to get rid of this or at least put the correct msi name in?

Hi

I am using signtool.exe (by Microsoft) with the 'sign' switch. You 
need to provide the description - it will be displayed instead of 
random 5 digit name.

example:

signtool sign /f certificate.pfx /p Password /d "Package ABC" /t 
http://timestamp.verisign.com/scripts/timstamp.dll

Regards

Stefan


-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to