Possible to have an NSIS callback function after all files were copied?
        Posted  
        
            by 
                Uwe Keim
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Uwe Keim
        
        
        
        Published on 2012-10-01T08:11:09Z
        Indexed on 
            2012/10/01
            15:38 UTC
        
        
        Read the original article
        Hit count: 251
        
Trying to optimize my MUI 2 NSIS setup in which I do some ExecWait calls in the .onInstSuccess callback function, I was searching through the documentation to find a callback that is called:
- after the files are all copied -and-
 - before the wizard page is being switched from the file copy page to the finish page.
 
Unfortunately, I found no such callback.
Therefore my question is:
Is it possible to do some custom processing after the files are copied and before the wizard page is being switched away from the file copy page?
© Stack Overflow or respective owner