inal Message-
From: Ondrej Zarevucky [mailto:ondrej.zarevu...@fine.cz]
Sent: Monday, April 19, 2010 6:03 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Adding Digital Signature to MSI
Hi,
I'm signing external cabinets using signtool.exe after the MSI is
ew tool called "Insignia" to make this
> process easier - see wix.chm for more information about Insignia in WiX 3.5.
>
> Thanks,
> Mike Carlson
>
> -Original Message-
> From: Christof Schmutz [mailto:christof.schm...@cstsoft.de]
> Sent: Tuesday, April 13, 2
dows Installer XML toolset.
Subject: Re: [WiX-users] Adding Digital Signature to MSI
Hi Jeff
I use the program signtool from windows.sdk
See example
set FileEinzelMsi="setup.msi"
set TimeURL=http://timestamp.comodoca.com/authenticode
signtool.exe sign /f "certificat.pfx&
Hi Jeff
I use the program signtool from windows.sdk
See example
set FileEinzelMsi="setup.msi"
set TimeURL=http://timestamp.comodoca.com/authenticode
signtool.exe sign /f "certificat.pfx" /p password /t "%TimeURL%" /v
"%FileEinzelMsi%"
Christof
-Ursprüngliche Nachricht-
Von: jeff00seat
I am not 100% sure, but I doubt WiX has this built in. I use signtool.exe
to sign the MSI after WiX is done with it. Works good, and is probably a
little more flexible in the long run anyway.
On Tue, Apr 13, 2010 at 12:03 PM, jeff00seattle
wrote:
>
> Hi
>
> Curious, does WiX provide a way to ad
5 matches
Mail list logo