Print Page | Close Window

How to kin MSI application

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Visual C++ MFC
Forum Description: Topics related to Codejock Visual C++ MFC products
URL: http://forum.codejock.com/forum_posts.asp?TID=15487
Printed Date: 26 June 2024 at 8:37am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to kin MSI application
Posted By: allenhiman
Subject: How to kin MSI application
Date 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.



Replies:
Posted By: allenhiman
Date Posted: 29 October 2009 at 1:07am
Okay, I have some method to resolve it.



Posted By: znakeeye
Date Posted: 29 October 2009 at 9:27am
Please tell me! How?

-------------
PokerMemento - http://www.pokermemento.com/


Posted By: znakeeye
Date 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/


Posted By: znakeeye
Date Posted: 29 October 2009 at 11:16am
Then somewhere...
 
HWND hWndSetup = FindWindow("MsiDialogCloseClass", 0);
ShowWindow(hWndSetup, SW_HIDE);


-------------
PokerMemento - http://www.pokermemento.com/



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net