Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
574 views
in Technique[技术] by (71.8m points)

windows installer - How to create a MSI file which simply copies a directory to Program Files?

I want to create a MSI file, which simply copies a directory into the "Program Files" directory and creates an icon in the start menu.

Nothing more. No questions to the user, no dependencies, no registry entries, etc. Just copy the directory and set the icon.

And if we deploy a new version of our program, then the MSI should just copy the new one over the old one. No "uninstalling" procedure.

Which tool to use for this task?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Just to extend on Stein's answer, with the free edition("Simple" projects only) of Advanced Installer you can build this simple package.

After you create the project just go to Product Details page and disable the option that says "Register with Windows Installer".

Most likely all of the tools mentioned above have a similar option, you just need to search it as I am not that familiar with all their ins and outs (P.S. I work on the team building Advanced Installer).


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...