Inno setup question
-
I have created a setup script for my application using inno setup. one of the dlls of my application is a COM dll that needs to be registered using regsvr32 where do i put it in the inno script? under what section? what is the command? what are the parameters? thanks Yaron Ask not what your application can do for you, Ask what you can do for your application
-
I have created a setup script for my application using inno setup. one of the dlls of my application is a COM dll that needs to be registered using regsvr32 where do i put it in the inno script? under what section? what is the command? what are the parameters? thanks Yaron Ask not what your application can do for you, Ask what you can do for your application
YaronNir wrote: where do i put it in the inno script? under what section? what is the command? what are the parameters? The Inno Setup FAQ holds the answer......Here[^]:) John Hudson Megan Forbes on Life's little accidents: Never, under any circumstances, take a sleeping pill and a laxative on the same night:~ :omg: http://www.rainbow-innov.co.uk[^]
-
YaronNir wrote: where do i put it in the inno script? under what section? what is the command? what are the parameters? The Inno Setup FAQ holds the answer......Here[^]:) John Hudson Megan Forbes on Life's little accidents: Never, under any circumstances, take a sleeping pill and a laxative on the same night:~ :omg: http://www.rainbow-innov.co.uk[^]
hi, thanks for the reply :) i've notice that regserver is what i need to regsiter COM dll. i have an other file which is COM exe (server) i need to perfrom \regserver on it.... how do i do that in the script? (sorry, but i didn't find it in the help :( ) thanks again Yaron Ask not what your application can do for you, Ask what you can do for your application