Re: [WiX-users] Custom bundle-loader UI

2012-07-24 Thread Josh Suereth
ompany to help me with this, or spend some money on > books. > > Can I use freely available windows tools to compile? > Can I build things completely on the command-line? > Should I be looking into WPF? > I've started reading the WIndows Installer documentation. Do I n

Re: [WiX-users] Custom bundle-loader UI

2012-07-20 Thread Josh Suereth
nality is something MS test and ensures works across > versions of Windows installer and Windows in general. > > Jacob > > -Original Message- > From: Josh Suereth [mailto:joshua.suer...@gmail.com] > Sent: Thursday, July 19, 2012 1:45 PM > To: General discussion for Windows

[WiX-users] Custom bundle-loader UI

2012-07-19 Thread Josh Suereth
tern function for the DLL. I'm not really sure what that function is supposed to *do*. Thanks! - Josh Suereth -- Live Security Virtual Conference Exclusive live event will cover all the ways today's securit

Re: [WiX-users] MSI detected as virus.... RunOnce registry keys

2012-06-01 Thread Josh Suereth
I'm still getting more bug reports from users about this, even with our caveat/known issues... On Fri, May 25, 2012 at 8:17 PM, imran wrote: > Did anyone resolve this issue? I am getting the same problem in Windows XP. > > -- > View this message in context: > http://windows-installer-xml-wix-too

Re: [WiX-users] MSI detected as virus.... RunOnce registry keys

2012-03-28 Thread Josh Suereth
Thanks guys! I feed some info back to the customer and am trying to get more details. We provide a zip version of the install that requires manual setup. He's using that as a workaround for now. I'll let you know if I learn anything more, but it sounds like we just won't support Trend's aggres

[WiX-users] MSI detected as virus.... RunOnce registry keys

2012-03-27 Thread Josh Suereth
Hey everyone! I'm getting the following issue reported from a user: > I tried to install the typesafe stack at work, but the virus checker software we use (Trend Micro OfficeScan) blocked the installer. > I think the problem is that the installer uses registry key HKLM\SOFTWARE\Microsoft\Windows\

Re: [WiX-users] Bundled MSI branding

2012-01-30 Thread Josh Suereth
AH! My image was much larger. It was truncating at 64x64 I think. I just shrunk down to 64x64 and it shows up correctly. Thanks much! On Mon, Jan 30, 2012 at 10:47 AM, ACKH wrote: > My logo is 64 x 64 pixels, RGB color without transparency, safed as png > > -- > View this message in context:

Re: [WiX-users] Bundled MSI branding

2012-01-29 Thread Josh Suereth
What size is your logo? I'm still not seeing my logo anywhere. - Josh On Sun, Jan 29, 2012 at 11:00 PM, Josh Suereth wrote: > Thanks. I'll start manipulating the image. > > > On Sun, Jan 29, 2012 at 8:22 AM, ACKH wrote: > >> Hi >> >> I noticed th

Re: [WiX-users] Bundled MSI branding

2012-01-29 Thread Josh Suereth
Thanks. I'll start manipulating the image. On Sun, Jan 29, 2012 at 8:22 AM, ACKH wrote: > Hi > > I noticed that wixstdba does not support png files that utilize > transparency, i.e. the transparent pixels are just black, not the color of > the background. As soon as I changed the background col

[WiX-users] Bundled MSI branding

2012-01-26 Thread Josh Suereth
Hey everyone, I'm trying to build a bundled installer from several MSIs. I'm using the branding instructions here: http://wix.sourceforge.net/manual-wix3/wixstdba_branding.htm. The resulting logo is appearing very boxish and completely black (i.e. looks like it's not reading my png). Do I nee

Re: [WiX-users] WIX - Issue with filenames that have two $$ in them.

2012-01-25 Thread Josh Suereth
Actually, I caught the pre-processor docs. Replacing every $ with $$ works. I just had to get my regex replacement correct. Sorry for the bum email. - Josh On Wed, Jan 25, 2012 at 9:36 PM, Bob Arnson wrote: > On 25-Jan-12 11:46, Josh Suereth wrote: > > I'm trying to bun

[WiX-users] WIX - Issue with filenames that have two $$ in them.

2012-01-25 Thread Josh Suereth
Hi everyone! I'm trying to bundle up Scala's documentation using WIX. Right now, the light program is exiting with error LIGHT0083 that it can't find the files I'm bundling. I have a file named "Utility$$Escape$.html" and it's printing in the error message that its source path is "Utility$Escap