Andrei's blog

sharing coding bits

Tuesday, September 16, 2008

Extract all files from MSI

›
msiexec /a msifilepath /qb TARGETDIR=folderpath Example: msiexec /a c:\testfile.msi /qb TARGETDIR="c:\my test\"
Wednesday, July 30, 2008

'AG_E_RUNTIME_METHOD : Begin' error when starting a storyboard

›
Before starting animation, always make sure that animation objects and objects participating in the animation are added to the application...
Thursday, March 13, 2008

vtable and __declspec(novtable) (aka ATL_NO_VTABLE)

›
__declspec(novtable) is a storage-class attribute and Microsoft specific applied to classes declaration. It's purpose is to tell t...

References in favor of pointers use

›
Always try to use reference instead of pointer to data wherever is possible. A pointer to a data always raises the question if the pointer h...
Monday, February 04, 2008

MSI remember-to's

›
I am working with a wix installer and i needed to perform a specific task on uninstall. After coding and compiling the msi, I tried to uni...
Thursday, November 15, 2007

RichEdit common contrl

›
i'll keep this post update with all the things about Rich Edit. #1 The RichEdit Version The current versions of RichEdit control and the...

Open and select a file in windows explorer

›
Many applications can open an windows explorer window an select a file. This is done by running explorer.exe with some command line switches...
‹
›
Home
View web version

About Me

My photo
Andrei Nitescu
Passionate software developer with ❤ for .NET C# Xamarin
View my complete profile
Powered by Blogger.