Skip to content

fcharlie/Krycekium

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Krycekium Installer

Krycekium Installer is a Windows Installer Package Unpack tools.

This App use Msi API, MsiSetInternalUI , MsiSetExternalUIW and MsiInstallProductW

MsiInstallProductW can set Command in order to unpack only:

ACTION=ADMIN TARGETDIR="/path/to/unpackdir"

INSTALLUILEVEL WINAPI MsiSetInternalUI(
	_In_ INSTALLUILEVEL  dwUILevel,     // UI level
	_Inout_opt_ HWND  *phWnd);          // handle of owner window
	
INSTALLUI_HANDLERW WINAPI MsiSetExternalUIW(
	_In_opt_ INSTALLUI_HANDLERW puiHandler,  // for progress and error handling 
	_In_ DWORD              dwMessageFilter, // bit flags designating messages to handle
	_In_opt_ LPVOID             pvContext);  // application context

UINT WINAPI MsiInstallProductW(
	_In_ LPCWSTR      szPackagePath,        // location of package to install
	_In_opt_ LPCWSTR      szCommandLine);   // command line <property settings>

Screenshot

Running:

Running

Completed:

Completed