Discussion:
[WiX-users] Equivalent to regasm.exe /codebase /tlb ?
Dirk Räder
2009-07-17 07:02:24 UTC
Permalink
Hi,

is there an equivalent in WiX to calling
regasm.exe /codebase /tlb some.dll
instead of doing so via a custom action?

I do not want to use heat and store the registry values inside the wxs file;
neither do I want to install a pregenerated tlb file. The latter one has to
be generated on the target machine during the installation process.

Thanks for your help, have a nice weekend.

Dirk
Konstantin Vlasenko
2009-07-17 09:10:33 UTC
Permalink
I think the best solution is to use the registry.
You can specify [INSTALLDIR] for CODEBASE and so on.
Post by Dirk Räder
Hi,
is there an equivalent in WiX to calling
regasm.exe /codebase /tlb some.dll
instead of doing so via a custom action?
I do not want to use heat and store the registry values inside the wxs file;
neither do I want to install a pregenerated tlb file. The latter one has to
be generated on the target machine during the installation process.
Thanks for your help, have a nice weekend.
Dirk
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
--
Konstantin Vlasenko
A.S
2009-07-17 12:53:33 UTC
Permalink
Hi,
" regasm.exe /codebase /tlb some.dll"

Do You want install COM object for web apps?
If yes , maybe You should install this objects in web apps code?



check this : www.codeproject.com
Post by Dirk Räder
Hi,
is there an equivalent in WiX to calling
 regasm.exe /codebase /tlb some.dll
instead of doing so via a custom action?
I do not want to use heat and store the registry values inside the wxs file;
neither do I want to install a pregenerated tlb file. The latter one has to
be generated on the target machine during the installation process.
Thanks for your help, have a nice weekend.
Dirk
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
Dirk Räder
2009-07-17 13:41:36 UTC
Permalink
Hi,
yes, I have to install COM objects. As the objects are an add-on to an
existing web app, I have no clue on how to install them in that code.

Which of the many articles on codeproject should I check?

Dirk
Post by A.S
Hi,
" regasm.exe /codebase /tlb some.dll"
Do You want install COM object for web apps?
If yes , maybe You should install this objects in web apps code?
check this : www.codeproject.com
Post by Dirk Räder
Hi,
is there an equivalent in WiX to calling
regasm.exe /codebase /tlb some.dll
instead of doing so via a custom action?
I do not want to use heat and store the registry values inside the wxs
file;
Post by Dirk Räder
neither do I want to install a pregenerated tlb file. The latter one has
to
Post by Dirk Räder
be generated on the target machine during the installation process.
Thanks for your help, have a nice weekend.
Dirk
------------------------------------------------------------------------------
Post by Dirk Räder
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full
prize
Post by Dirk Räder
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
A.S
2009-07-17 14:53:14 UTC
Permalink
http://www.codeproject.com/KB/cs/CreateActiveXDotNet.aspx
http://www.codeproject.com/KB/miscctrl/htmlwincontrol.aspx

search "activeX" and register or COM object.
Post by Dirk Räder
Hi,
yes, I have to install COM objects. As the objects are an add-on to an
existing web app, I have no clue on how to install them in that code.
Which of the many articles on codeproject should I check?
Dirk
Hi,
 " regasm.exe /codebase /tlb some.dll"
Do You  want  install COM object for web apps?
If yes , maybe You should install  this objects in web apps code?
check this : www.codeproject.com
Post by Dirk Räder
Hi,
is there an equivalent in WiX to calling
 regasm.exe /codebase /tlb some.dll
instead of doing so via a custom action?
I do not want to use heat and store the registry values inside the wxs
file;
Post by Dirk Räder
neither do I want to install a pregenerated tlb file. The latter one has
to
Post by Dirk Räder
be generated on the target machine during the installation process.
Thanks for your help, have a nice weekend.
Dirk
------------------------------------------------------------------------------
Post by Dirk Räder
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full
prize
Post by Dirk Räder
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
A.S
2009-07-17 14:57:11 UTC
Permalink
ps. WIX can't create exe installer,
so check 2nd link - im currently, trying build small aps

Cheers, and have a nice weekend !
Post by A.S
http://www.codeproject.com/KB/cs/CreateActiveXDotNet.aspx
http://www.codeproject.com/KB/miscctrl/htmlwincontrol.aspx
search   "activeX" and register or COM object.
Post by Dirk Räder
Hi,
yes, I have to install COM objects. As the objects are an add-on to an
existing web app, I have no clue on how to install them in that code.
Which of the many articles on codeproject should I check?
Dirk
Hi,
 " regasm.exe /codebase /tlb some.dll"
Do You  want  install COM object for web apps?
If yes , maybe You should install  this objects in web apps code?
check this : www.codeproject.com
Post by Dirk Räder
Hi,
is there an equivalent in WiX to calling
 regasm.exe /codebase /tlb some.dll
instead of doing so via a custom action?
I do not want to use heat and store the registry values inside the wxs
file;
Post by Dirk Räder
neither do I want to install a pregenerated tlb file. The latter one has
to
Post by Dirk Räder
be generated on the target machine during the installation process.
Thanks for your help, have a nice weekend.
Dirk
------------------------------------------------------------------------------
Post by Dirk Räder
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full
prize
Post by Dirk Räder
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
Loading...