Re: [WiX-users] Writing to ProgramFolder with Custom Action Dll in C++

2011-07-15 Thread Michael Ganz
orge.net > Betreff: Re: [WiX-users] Writing to ProgramFolder with Custom Action > Dll in C++ > > On 14-Jul-11 18:31, Michael Ganz wrote: > > MsiGetPropertyA(hInstall, "INSTALLDIR", > _pcKeyPath,&_dKeyPathLen); > > ... > > MsiSetPropertyA(h

Re: [WiX-users] Writing to ProgramFolder with Custom Action Dll in C++

2011-07-15 Thread Michael Ganz
amFolder with Custom Action > Dll in C++ > > Custom actions need to be deferred to run with elevated privilege. > > Phil Wilson > > > -----Original Message- > From: Michael Ganz [mailto:michael_g...@t-online.de] > Sent: Thursday, July 14, 2011 3:32 PM > To:

[WiX-users] Writing to ProgramFolder with Custom Action Dll in C++

2011-07-14 Thread Michael Ganz
Hello List, I'm using WiX for creating a setup with a keyfile with openSSL. The keyfile has to be placed in the ProgramFolderDir. After creating the key with the Custom Action, I push it in a Property called "LICENSE". Another function should write this file to the products shortname wit