How to kin MSI application |
Post Reply |
Author | |
allenhiman
Newbie Joined: 28 October 2009 Location: China Status: Offline Points: 7 |
Post Options
Thanks(0)
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. |
|
allenhiman
Newbie Joined: 28 October 2009 Location: China Status: Offline Points: 7 |
Post Options
Thanks(0)
|
Okay, I have some method to resolve it.
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Please tell me! How?
|
|
PokerMemento - http://www.pokermemento.com/
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
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/
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Then somewhere...
HWND hWndSetup = FindWindow("MsiDialogCloseClass", 0);
ShowWindow(hWndSetup, SW_HIDE);
|
|
PokerMemento - http://www.pokermemento.com/
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |