Temp folder for VS.NET setup project?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sin Jeong-hun

    Temp folder for VS.NET setup project?

    I need to add some files that are required only during the setup
    process. For example, I need to store the banner image for the
    installer. But, there's no such Special Folder like "Temp" in the sub
    menu items of the [Add speciall folder] menu. I added a "Custom
    folder" and named it "temp", but I've found that it was copied at the
    installation destination. Where am I supposed to store temporary files
    such as an banner image for the installer? Thanks.
  • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

    #2
    RE: Temp folder for VS.NET setup project?

    A custom banner image for your installer, if it has been configured
    correctly, will be compiled into the final MSI installer file. No "temp
    folder" should be needed.
    -- Peter
    Site: http://www.eggheadcafe.com
    UnBlog: http://petesbloggerama.blogspot.com
    Short Urls & more: http://ittyurl.net


    "Sin Jeong-hun" wrote:
    I need to add some files that are required only during the setup
    process. For example, I need to store the banner image for the
    installer. But, there's no such Special Folder like "Temp" in the sub
    menu items of the [Add speciall folder] menu. I added a "Custom
    folder" and named it "temp", but I've found that it was copied at the
    installation destination. Where am I supposed to store temporary files
    such as an banner image for the installer? Thanks.
    >

    Comment

    Working...