Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Adding files with dynamic names to package on every weekly builds


2 replies to this topic

gmpk82

gmpk82
  • Full Members
  • 40 posts

Posted 29 May 2017 - 13:24

Hi All,

My project type is in Basic msi and I need to add two new files to project, now the names of the files are Filename100.1_x86_x64.abc and Filename200.1_x86_x64.abc, after few days these file names would be Filename101.1_x86_x64.abc and Filename201.1_x86_x64.abc , looks on every week these file names going to be changed as I got the requirement. How to add files with dynamic names to project and handle upgrades. 

Can I create a component with a standard name like Filename1 and add Filename100.1_x86_x64.abc to it, for Filename2 also do the same,whenever I get the request to add new file name can I delete Filename100.1_x86_x64.abc from Filename1 component and add new files, in this case does minor upgrade work?

 

I saw 
please help me. 

 

Thanks

GMPK

 



ANo

ANo
  • Full Members
  • 179 posts

Posted 29 May 2017 - 15:51

Hi, in Component definition -> Files -> context menu -> Dynamic File Linking

 

May be this can helps you.

André



gmpk82

gmpk82
  • Full Members
  • 40 posts

Posted 30 July 2017 - 17:51

thanks for your reply ANO, sorry for the late reply from me. I got the same info from somebody and implemented the same that time.