IExpress was deprecated a long time ago (security issues, etc). You might consider using a Bundle instead.
_______________________________________________________________ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -----Original Message----- From: krupesh dhruva [mailto:[email protected]] Sent: Monday, August 11, 2014 2:33 AM To: [email protected] Subject: [WiX-users] Create Single installable exe Hello Everyone, I am not sure whether this is right forum to ask this question. I have created msi using wix 3.8 for both 32 and 64 bit platform. Now I am creating single exe using IExpress utility of microsoft. I have created sed file(self extraction directive) to take both msi and a script which will call respective msi depending on platform. I am using following command in my build script to create exe. iexpress.exe /n <path-to-sed file> Issue facing: In sed file I have [SourceFiles] section which have all source file paths. But these paths are hard coded (e.g c:\path-to-file\sample.msi) Is there any way I can use relative path for these source files as my output path of msi may vary depending on workspace location selected on different machines and configuration used to build msi? I tried to use Environment variable but its not working in inf file. Once again apologies if this is wrong forum. Thanks in advance. with regards, KD ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

