All I want to do is install the cert.  I don't want to do anything with 
configuring IIS.  Does that mean that I should do it in a custom action instead 
of using the IIS extension?
 
Rennie
 

________________________________

From: Joe Kaplan on behalf of Joe Kaplan
Sent: Mon 12/4/2006 9:03 PM
To: wix-users@lists.sourceforge.net
Cc: Rennie Sawade (Volt)
Subject: Re: [WiX-users] Installing cert using WiX 3.0



It looks like you are missing the culture switch.  Does your command line
look something like this:

light -ext wixiisextension.dll -cultures:en-US -out xxx.msi xxx.wixobj

Note that the current IIS CA does not install certificates unless you have
other IIS stuff defined as the CA that schedules all of the IIS actions
exits out if there are no IIS configuration entries defined in the msi.  See
my email from yesterday regarding my complaint about that.

Joe K.

----- Original Message -----
From: Rennie Sawade (Volt)
To: wix-users@lists.sourceforge.net
Sent: Monday, December 04, 2006 7:18 PM
Subject: [WiX-users] Installing cert using WiX 3.0


I tried to install a CA certificate using:

<iis:Certificate Id='CertRA' StoreLocation='localMachine' StoreName='root'/>

I then get quite a few LGHT0102 errors from the linker for different
"localization variables". Such as "The localization variable
!(loc.ConfigureIIs) is unkown. Please ensure the variable is defined.

The error repeats for other variables such as (loc.StartMetabaseTransaction,
loc.RollbackMetabaseTransaction, loc.CommitMetabaseTransaction,.).

Can I not just install a certificate using the IIS extension?  Or is this a
known issue?

Thanks,
Rennie




-------------------------------------------------------------------------
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




-------------------------------------------------------------------------
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