Is it possible to remove InstallFiles action from the InstallExecuteSequence, will there be any complication during my install or later, Actually I have a requirement of not copying files by during my MSI installation, will it work in this way.
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.
InstallFiles Standard Action
Started by
subodh_jai
, Apr 30 2010 13:00
1 reply to this topic
Posted 30 April 2010 - 14:53
If the Files table is empty, then InstallFiles has no work to do.
If, however, you want to prevent file installation whilst testing some other functionality, rather than remove it, just add an impossible-to-meet condition (e.g. If 0=1) to its execution.
If, however, you want to prevent file installation whilst testing some other functionality, rather than remove it, just add an impossible-to-meet condition (e.g. If 0=1) to its execution.
- Don't know why 'x' happened? Want to know why 'y' happened? ProcMon will tell you.
- Try using http://www.google.com before posting.
- I answer questions only via forums. Please appreciate the time I give here and don't send me personal emails.
- Try using http://www.google.com before posting.
- I answer questions only via forums. Please appreciate the time I give here and don't send me personal emails.