i have created a project i need to save a image in installed application folder path
means where my set up installed there is a images folder
i need to save a image in that folder
on local its working fine
but when i create set up file then its not able to save my image there
bmp.Save(AppDomain.CurrentDomain.BaseDirectory + @"Images\temp.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
worksheet.Shapes.AddPicture(AppDomain.CurrentDomain.BaseDirectory + @"Images\temp.jpg", Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoCTrue, 300, 250, 400, 300);