cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ArvindKishore88
Level 4

Registering a component from Installer

HI All,

I am using InstallShield 2009 (Evaluation edition).

1) The installer that I am working on should install(and register) a primary service. It should be able to start it as I have to avoid any restart of the machine. There are some other services as well that depends on primary services.There 5 different exe files that dependent on this service.
How can I create such an Installer? Any reference or pointer would be of great help.

2) Is it possible to achieve these using "basic msi project" or I have to go for "Installscript MSI project" ?

Thanks
Labels (1)
0 Kudos
(4) Replies
HennoKeers
Level 7

A normal/basic MSI will do the nicely.

reg, Henno
0 Kudos
ArvindKishore88
Level 4

🙂
Thanks Henno for solving my query number 2.

Regards,
Arvind Kishore
0 Kudos
HennoKeers
Level 7

Regarding nr.1, you can create the component wizard or create the services per component under "Advanced Settings", Install NT services where you create them and make the dependencies.
Then you can start the services under "Control NT Services".

It's pretty easy.

regards, Henno
0 Kudos
ArvindKishore88
Level 4

Thanks a Lot Hinno for solving both of my Queries.
0 Kudos