windows installer - Trying to add file to new MSI Feature-> Component in Installshiled -
hello have created basic msi using snapshot learning purposes , i'm adding new folders , filesetc. problem i'm having want add file existing folder [installdir]. keep getting error
replacing file 'c:\packages\my app\msi_package\program files\my app\launchhello.cmd' 'c:\packages\my app\msi_package\program files\my app\launchhello.cmd'. isdev : error while copying file: 'c:\packages\my app\msi_package\program files\my app\launchhello.cmd'. process cannot access file because being used process. replacing file 'c:\packages\my app\msi_package\program files\my app\thirdatt.txt' 'c:\packages\my app\msi_package\program files\my app\thirdatt.txt'. isdev : error while copying file: 'c:\packages\my app\msi_package\program files\my app\thirdatt.txt'. process cannot access file because being used process. save completed 2 error(s).
i have tried see if file locked in way in servers sessions couldn't see anything? have tried few different files same result.
i can add new feature-> component different folder location , can save without issue example adding file under [userprofile]. seems want add existing location thinks file locked? have tried adding file existing component adds files [installdir] same error.
you must save file different location file reside in msi folder structure. in other words trying add file exists in folder. create source folder , import through installsheild.
Comments
Post a Comment