c# - execute code just when install the application using installshield -


i wondering if possible run small code once when application installing.

i create registry installation path. reason why need because have windows service in application well, install path changes system32.

i have ini file created in installation folder @ installation. need reach file service , windows form well.

you don't need code, create registry key in hklm\software\yoursoftware-here key name installpath , value of [installdir] in install, reference key in service.

this assumes using basic msi project in install shield.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -