views:

42

answers:

2

I need to generate an .msi package to deploy some files on my computers. I can do this using a program called Deep Freeze. I provide the .msi and Deep Freeze puts it in my workstations. I've been trying to create this .msi with the WiX sdk but I can't use my own folder path but as soon as I replace the APPLICATIONPATH with something else the compiler crashes without output.

Is it even possible or are .msi standards so strict that you can't just put files wherever you want?

A: 

You might want to post a WiX fragment showing how you are specifying the custom folder. MSI are quite flexible and you should b able to specify your own install path.

Franci Penov
A: 

I found the solution, thank you guys for your attention, the information i needed was here http://www.dalun.com/wix/04.25.2007.htm

Guillermo Siliceo Trueba