Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC
  New Posts New Posts RSS Feed - How to kin MSI application
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedHow to kin MSI application

 Post Reply Post Reply
Author
Message
allenhiman View Drop Down
Newbie
Newbie


Joined: 28 October 2009
Location: China
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote allenhiman Quote  Post ReplyReply Direct Link To This Post Topic: How to kin MSI application
    Posted: 28 October 2009 at 11:07pm
I want to make our MSI application with xtreme skin.
How I can do that, please help me.
Back to Top
allenhiman View Drop Down
Newbie
Newbie


Joined: 28 October 2009
Location: China
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote allenhiman Quote  Post ReplyReply Direct Link To This Post Posted: 29 October 2009 at 1:07am
Okay, I have some method to resolve it.

Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 29 October 2009 at 9:27am
Please tell me! How?
PokerMemento - http://www.pokermemento.com/
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 29 October 2009 at 11:03am
The best would be if CJ handled MSI-functions such as:
 
int __stdcall Install(MSIHANDLE hInstall);
int __stdcall Commit(MSIHANDLE hInstall);
int __stdcall Rollback(MSIHANDLE hInstall);
int __stdcall Uninstall(MSIHANDLE hInstall);
 
Quite easy. Oleg?
PokerMemento - http://www.pokermemento.com/
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 29 October 2009 at 11:16am
Then somewhere...
 
HWND hWndSetup = FindWindow("MsiDialogCloseClass", 0);
ShowWindow(hWndSetup, SW_HIDE);
PokerMemento - http://www.pokermemento.com/
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.