Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redistribute Framework

Status
Not open for further replies.

gplusplus

Programmer
Jan 17, 2007
30
US
I have created a setup msi that installs a program onto my smartdevice. The setup file is ran from the desktop and installs via active sync to the pda. This is working no problem.

I just wanted to know how to add a check to see if they have framework 2.0 installed on the handheld and if not install it.

I found an article on msdn, but it wasnt too helpful.

Any help would be appreciated.
 
I have figured out the solution. All I needed to do was included to respective .net compact framework cabs into my msi project. And then write another ini file.

Then in the custom installer i would register both ini files with the ceAppMgr. After registering I would would wait until that process finishes by using process.WaitForExit()

Then execute the ceAppMgr and thats it. It seems to be working now hopefully it continues to work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top