Click here to Skip to main content
15,903,752 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Suppose I create msi setup project that contains to install .dll, registry key entries, calling other external exe etc.

I want to do that during run the .msi setup after install the .dll files at this point, & calling restart the computer through programmetically. After auto restart the computer, the .msi setup is resume to back to that point & continuous install other entries (as like VB6.0 installing & others software)

How will i solve that above problems????
Please help me any instruction.......
Posted

1 solution

typically it's done using the RunOnce[^] registry key
 
Share this answer
 

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