Click here to Skip to main content
15,898,893 members

Comments by m.qayyum (Top 3 by date)

m.qayyum 21-Jul-16 23:16pm View    
I think same thing can be done in wix as well but i haven't tried it myself.
m.qayyum 21-Jul-16 23:15pm View    
Yes you can create custom action dll in c# and use it in Advanced Installer.
m.qayyum 18-Jul-16 10:26am View    
If you own the setup than, you can save settings in registry like in that tutorial and can read those values easily from registry using c#. And if you don't own the installer then you are left with only two option either you read the setup's text using win32 api. (Example here http://www.dreamincode.net/forums/topic/66140-scraping-the-text-from-another-application-with-win32-api/ ) or just use what is available from that installer (logs or whatever they provide).