Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Experts,

I have a C# application for which I have developed a SEtup & Deployment project to generate the installer. My application needs other application (OtherApp) to be installed prior installing my application. OtherApp is an exe file generated using NSIS installer. I added the OtherApp.exe to CustomActions under Install and the application gets installed.

Now I want to check the OtherApp already exists on the PC, if so then I don't want to install it. I can verify that using a Registry key. How do I implement this in my Custom Actions ? What's the best way to handle this scenario ?

NOTE : I tried implementing BootSrapper but the OtherApp is never executed.

Please help me am stuck at this stage and working to figure out since last 2-3 days. any help is highly appreciated.

Thanks in Advance.
Posted
Updated 8-Jun-11 4:26am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900