What is the best way to customize the strings that are part of the stock user
interface contained in the WixUIExtension dll?
The strings I want to change are in WixUI_en-us.wxl. As best as I can tell,
when the WixUIExtension dll is built, this wxl file is included as a
localization file on the li
Luckily, I've had that problem relatively recently so it came to mind. :)
Like I said in my other mail, it would be a nice feature for WiX to support
modifying local security policy to handle things like this, especially as a
compliment for the support for user and group creation. It would rea
Hi,
Is there a way to validate the command line argument while going for slient
istalltion from command prompt.I want to check if string argument that I am
providing is of length 6 charcter or more then only go for further installation
othersie exit..
I could see that we can put a ch
Not currently supported. You could open a feature request if there isn't one
open on this already...
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew
Janulewicz
Sent: Friday, December 01, 2006 17:20
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Website redirect
David,
They sell a COM component that can be used from just about any language,
including VBScript. Here's the script I use, with some junk X'd out, and it
just gets invoked from the build tool. Note I have not migrated to MSBUILD
GenerateBootstapper... left as an exercise for the reader :). This
>From Joe Kaplan:
'I think you'd also need to check to see if the authenticated user has
at minimum "log on as a service" privilege.'
Thanks, Joe! That was it! I knew this in the back of my mind, too, but
failed to remember that I was using a different user than myself.
Thanks for all the help,
Correct me if I'm wrong - I looked at this approach. But what they sell
is a dll so I then have to write a program that uses that dll to create
the exe program. If they had a command line program that did this I'ld
happily pay $199.00 * 3 (2 dev, I build system) for this.
Thanks - dave
D
No difference that I know of. That's a built-in MSI action. A verbose log
file should be able to show you more details about why it isn't installing.
-Original Message-
From: Matthew Janulewicz [mailto:[EMAIL PROTECTED]
Sent: Friday, December 15, 2006 14:57
To: Joe Kaplan; Rob Mensching
Here's an example of using the NetFx extension in WiX v2:
candle.exe -ext
Microsoft.Tools.WindowsInstallerXml.Extensins.NetFxCompiler,WixNetFxExtension
my.wxs
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Agustín K-ballo
Bergé
Sent: Thursday, Decemb
As a follow-up question, is there a difference in how this action
(ServiceInstall) acts in an XP environment vs Windows 2k3? The installer
I've developed on XP seems to install the service just fine in the dev
environment, but when I take the same installer over to a 2003 server it
seems to mostly
I think you'd also need to check to see if the authenticated user has at
minimum "log on as a service" privilege. It might not. The service could
still fail to start due to other ACL problems, so all in all, it is a pretty
difficult thing to get 100%.
A custom action that does LogonUser would
The company provided monetary and logistical support to the F. We offer only
products we use or would use ourselves, we offer them at fair prices, and we
guarantee them without condition. But for Aruntx Publishing Company, www.
Please contact your system administrator to report this fault. Aret
$149 and $199? Wow, I wonder what we could charge for the WiX toolset.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob MacFadyen
Sent: Friday, December 15, 2006 12:09
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] zip program for bootstrapper & msi
The ChilKat
The ChilKat ZipToSecureExe is a _demo_ of their commercial ZIP component.
The commercial zip component allows for lots of things that are not part of
the free demo. Here's a link to the docs:
http://www.chilkatsoft.com/refdoc/xChilkatZip2Ref.html
Of specific interest: Changing icon, changing u
Hi,
I am using a Wix installer. Generally from command promt I run following
command...
msiexec /qn /i AgentSetup.msi TARGETDIR=D:\Agent\Install FIRSTBACKUP=0
REBOOT=R OPENFILEHANDLER=0 EMAILADDRESS="[EMAIL PROTECTED]"
PASSWORD="1connected" /log log.txt
We have a following cond
I took a look at 7Z but according to it's docs it doesn't even have
self-extracting zips.
Thanks - dave
David Thielen
www.windwardreports.com
303-499-2544 x1185
Cubicle Wars - http://www.windwardreports.com/film.htm
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROT
Same issues we have with Chilkat - caption, icon, & version (I forgot
about that). So looks like we both are at the same point.
Thanks - dave
David Thielen
www.windwardreports.com
303-499-2544 x1185
Cubicle Wars - http://www.windwardreports.com/film.htm
Ok, I looked into the details because this is working for us. We use
IExpress to compress everything into a single executable. You probably
already have IExpress, I believe that it's part of IE. IExpress lets
you specify a setup command (AppLaunched) and a post install command
(PostInstallCmd).
The only problem is it's Microsoft's bootstrapper from
MSBuild/GenerateBootstrapper so I have no control over that.
Thanks - dave
David Thielen
www.windwardreports.com
303-499-2544 x1185
Cubicle Wars - http://www.windwardreports.com/film.htm
Fr
You'd need a CustomAction to try to logon that user (or something to verify it
is a valid user/password). There isn't anything in the WiX toolset for that
today, but it'd be cool if there was.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew
Janulewicz
Sent: Friday, Decem
We're using Wix 3. One of our installers installs a service, but it may
run under different users in different environments. The installer will
prompt the user for the domain, username and password to apply during
the ServiceInstall step.
However, if they enter in an invalid user or password th
If you want this assembly registered for COM interop the /tlb option by
itself is insufficient. Using "full" regasm on an assembly does two main
things:
1. Registers the class entries and sets the InprocServer32 to
mscoree.dll.
2. Registers a type library.
Just using the /tlb option does not do
You need to fill in the Registry table with the appropriate values. You
can use either ProgId, Class & Co. (which will fill in the Registry
table behind the scenes when advertisement is turned off) or you can
directly use Registry elements. Note, there is a good chance that as a
.NET COM DLL you
I don't think your bootstrapper should exit until the msi is done
installing.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Thielen
Sent: Friday, December 15, 2006 2:16 AM
To: wix-users@lists.sourceforge.net
> Can anyone suggest one to use to unzip the 2 files and then
> launch the bootstrapper?
I'd try 7z.
Andre'
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chanc
25 matches
Mail list logo