Category Archives: Programming

WiX edit – observing the parts

So we have just created a (simple) install program that copies a couple of files and containing directory into the Program files directory. Let’s look at the user interface and see what we can do. First, note that the project … Continue reading

Posted in Blogging, Overview, Programming | Tagged , , | Leave a comment

Using WiX Edit to create an install package

Install WiX toolset. Install WiX edit Install Notepad++ Open WiX edit and create New project. This will open a wizard. Click next. The directory named PFiles is our Program Files directory, and files and directories added here will be copied to Program … Continue reading

Posted in Blogging, Overview, Programming | Tagged , , , | 2 Comments