Winforms / .Net - dynamically creating install .exe or script
Posted
by Serexx
on Stack Overflow
See other posts from Stack Overflow
or by Serexx
Published on 2010-04-13T07:06:51Z
Indexed on
2010/04/13
7:13 UTC
Read the original article
Hit count: 462
Hello --
Does anyone know how I can Dynamically create an installation package that installs files into a folder that is determined at installation-runtime, not by the user, but by obtaining the UserAppDataPath for that specific user on that specific PC.
By dynamically I mean that I must create the installation package programatically as part of another process.
Any help ideas greatly appreciated!
© Stack Overflow or respective owner