cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
kellelein
Level 4

Automate insert revision date from setup.exe

Gentlemen,

I would like to insert a date on a dialog. The date has to be the same as setup.exe has.....

I know how to write to the dialog an so forth...

I have tried to used GetFileInfo on the .msi file, setup.exe unwrap, but it gets the wrong date 😞 so I need the date from the exe file, how to I get this?

Best regards

Kellelein
Labels (1)
0 Kudos
(1) Reply
kellelein
Level 4

Problem solved....

Got the path to setup.exe like this....

MsiGetProperty(ISMSI_HANDLE, "SETUPEXEDIR", setupExeDir, buffer);

Kelle
0 Kudos