html Images and Gifs in Summary page of installer
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=b8JZEl22lGPHU5oyTofeQxLkBD4+8nR2FynjqSZ8BLI=; b=vQXx/Li5u8YRfnXVrK77s0xDJuSg75lxZ9a3MXSRBcjQQqXADbKirWw6LhFndQitgd fhTELgcu0Sn/t4AR5jS556a2rr+rHSo7JKjA3cJQNtiUCrvMj3LlfxKugfv7j10gABWO ottmVqWRCErb/xfAvovcjGFMg9Xt9G+prpYmaZhQBnP8k/f4xuWk7h3BcCDme5lbUk6O 7jY4nisGn7a8xloNgFzVBeQzOh9mhdOvEXZnXMohKHzqh6vC2+bNZ/MdKNRRVO08zzTq e0rrn3A8qjHZ7TJzoX2eyi8ifhHfq8W1M4j/3sxUVwfUibwUiP4SRmChaX7PcF5LbhOk 311A== Hello, I'm trying to have the final page of the installer display an html file (which is acceptable) having some images or gif files with the below code <!DOCTYPE html> <html> <body> <h2>HTML Image</h2> <img src="pic_trulli.jpg" alt="Trulli" width="500" height="333"> <h2>HTML GIF</h2> <img src="installer_gif.gif" alt="Trulli" width="357" height="465"> </body> </html> It shows up fine in the project but when running the pkg file the last page shoes the "HTML Image" and "HTML GIF" tags but not the actual img or gif file. What am I missing? Is that even possible and if so how? Thanks in advance _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
thanos kazakos