Hello, all!

I have following situation:
when I use <Class> element to install Class for my COM server, I use "Server" 
attribute to set path to my COM server in registry (under InProcServer32 key).
I use unadvertised mode (i. e. Advertise="no") for <Class> element.

The problem is that WIX writes this in registry table to the Value column in 
Registry table in following manner:

[!comserver.dll]

where comserver.dll is the Id of my COM server in File table.
When installation finishes, path to my COM server is in short form. But I want 
to get it in long form. I know that if WIX will write it to Registry table in 
[#comserver.dll] form, then I will get long path after installation.

Is it possible somehow to do this?

Thank you in advance.

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