migrating any windows program to another pc (without installer GUI) -
i looking way remotely install program other computer units running windows on fly ,without need of running installer steps on each computer (next,next,finish...) on again , .exe installers don't have easy way without using gui installer. solution came , running installer on single pc , try trace each file installer adds (location,file names,registry files) using filesystemwatcher copy these files , send them desired hosts need program installed location of each file work ? there easier implementation
the problem filesystemwatcher although detectes files have been added,edited or deleted not capable tell process did change ,why need know ?,other programs depends alot on files , keep editing them need isolate installer process study how functioning , files added.. way know overcome problem developing file system filter driver...
please give me opinion or recommendations on best way ,sorry bad english .
almost every modern installer has way perform silent install. may need digging find answers, or ask publisher. try running installer /? command line switch , see tells you.
Comments
Post a Comment