Учебный центр, привлекая специалистов ОАО Центринвестпроекта, Центра
экономики и ценообразования в строительстве, аудиторских фирм, приглашает Вас
на семинар:
ФУНКЦИИ СЛУЖБЫ ЗАКАЗЧИКА СТРОИТЕЛЬСТВА ПРИ РЕАЛИЗАЦИИ ИНВЕСТИЦИОННЫХ ПРОЕКТОВ
(НОРМАТИВНЫЕ ДОКУМЕНТЫ, ПРАВОВЫЕ, ТЕХНИЧЕСКИЕ И ФИН
Hi,
I am new to the list and just subscribed a few days back,
The command line specified :msiexec /qn /i setup.msi
[EMAIL PROTECTED]""
I wish to check if the user had specifed the PASSWORD property or not?
Is there any way to find out ?
~Regards
Pradnya
I wanted to keep this abstracted and loosely coupled. It's all prototype/play
work right now and I don't want to add dependencies to the build box that I
can't resolve by just pulling some third party components out of source.
I'm sure when the day comes that wix3.msi has all the right
Would you like me to log it?
Jason Ginchereau <[EMAIL PROTECTED]> wrote:Yes it's a bug, I
can repro it. You can workaround it easily by including a where clause in the
query. Any where clause will do.
I wasn't intending to do a lot of work on the LINQ library right now, but
Yes it's a bug, I can repro it. You can workaround it easily by including a
where clause in the query. Any where clause will do.
I wasn't intending to do a lot of work on the LINQ library right now, but this
one might be worth fixing... shouldn't be too hard I think.
-Jason-
From: [EMAIL PROTE
Mark the component transitive.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don Tasanasanta
(Volt)
Sent: Tuesday, May 20, 2008 16:20
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] how does Repair work?
How exactly does repair work?
When choosing repair in maintenance
How exactly does repair work?
When choosing repair in maintenance mode what does Windows Installer do? Does
it go back to the MSI logic and run through it again? Does it remember what was
installed the first time and try to duplicate what was done?
Here's the scenario:
- Install product
- unins
It looks like you're copying in all the DTF support files into a subdir as
well. I was trying to just use the preinstalled locs.
To each their own. It'd be pretty easy to make an msbuild action out of
MakeSfxCA since it's all managed code anyway. I'm sure it'll come along
soon enough.
Chris
I took the lazy way out for now with a postbuild event since Jason has said
proper templates will be coming. I decided to add DTF to the filename for
uniqueness. My goal was to isolate the dependencies and wire it up as a
standard C# class project without any particularly special plumbing.
Oh yeah, also note, this depends on you having a file named
CustomAction.config in your project. I great improvement would be to have
it check for the file's existence before including it. :-)
YMMV.
Chris
On Tue, May 20, 2008 at 5:49 PM, Christopher Karper <
[EMAIL PROTECTED]> wrote:
> I've
I've got the DTF wrapper bit running as a simple exec task by adding the
following to the end of my project file for the CA dll.
It uses the project output and appends an _Sfx to it to mark it as the
wrapped version. It's brute force, and it steals from the wix.targets
file
Pay special atten
2. Simply supply the wixpdb instead of the wixout files in your command-line.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelly Leahy
Sent: Monday, May 19, 2008 5:24 PM
To: Rob Mensching
Cc: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] really sl
On Tue, 20 May 2008 11:37:24 -0700 (PDT), Christopher Painter wrote:
Christopher,
> I suppose some of our international users might not understand the
> reference especialling since I said dangling chad instead of
> hanging chad.
In this era of CNN, who wouldn't know? :-)
Bye,
Gábor
--
I know there were some discussions before regarding the proper use of
CompareString() in the Wix sources, but I can't seem to find them. I
found a problem running the setupexe.exe in Wix on Windows 2000. The
command line parsing which uses CompareString is failing because of the
LOCALE_INVARIANT
Hehe
I suppose some of our international users might not understand the reference
especialling since I said dangling chad instead of hanging chad. In case you
don't know, it's a reference to problematic paper ballots used during elections.
Anyways, at the time I started using th
I take exception to your 'dangling chad' remark. Why can't it be a
"dangling chris"? Just this once?
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Christopher Painter
Sent: Tuesday, May 20, 2008 8:51 AM
To: Ene Stelian-Bogdan; Rob Mensching; wi
Hehe
I suppose some of our international users might not understand the reference
especialling since I said dangling chad instead of hanging chad. In case you
don't know, it's a reference to problematic paper ballots used during elections.
Anyways, at the time I started using th
FWIW, I had to turn off all the signing in the MakeSfxCA project to get this
to work. Just in case anyone else tries to build it, they will need to do
the same presumably.
Chris
On Fri, May 16, 2008 at 3:35 PM, Jason Ginchereau <[EMAIL PROTECTED]>
wrote:
> Yes, sorry it looks like I accidentall
Hi,
I'm struggling to create quite a simple wix-setup-project. I would like to
create a MSI to install some components - so far so god. If I execute my
installer again, I always get a message stating, that the product is already
installed - which is correct :). But instead of this message I wou
I'm trying to do my first custom action with a LINQ query with the below code.
However I'm getting an exception.I've stepped through the debugger and
what's wierd is that when var actions get assigned and proccessed it thinks
there is 6 selectColumns instead of 3. It then goes to build a q
Oh, about getting a QDatabase from a Session, I just realized there is a much
easier way that doesn't require any code modification. The LINQ assembly adds
an extension method to the ordinary Database class that converts it to a
QDatabase. Just call session.Database.AsQueryable()
From: [EMAIL P
OK, I know it's not the best way to install things with WiX, but my product
includes a DirectShow filter, and they create some random binary registry
entry on selfRegistration, so I have little choice but to register it as
self reg.
unfortunatley, because it depends on the DirectShow samples in
I'd like to address a couple things about InstallShield.In IS2009
(currently Beta) there is improved support for dynamic linking and
upgrading/patching support. Things like table primary key identifiers and
component guids should be much better behaved. Even then, I would really
hesitat
Hi Rob, thanks for your answer
The few shared files are in components defined manually, so it's not a
problem. When it comes to the thousand of (unshared) files, manually
defining components is not an option - there's no way to do it in code,
one must use Installshield's clunky GUI. This setup w
Don,
You can use an approach from the article
"How to determine which versions of the .NET Framework are installed and
whether service packs have been applied":
http://support.microsoft.com/kb/318785
Just enumerate and analyze subfolder names from the folder
"%systemroot%\Microsoft.NET\Framework"
Hello,
Here is a question regarding general understanding of MSI properties and their
persistence across product life.
>From what I understand, properties provided on the command line at
>installation-time are not stored by Windows Installer for later use. For
>example, if I do type:
msiexec
СУПЕРНОВИНКИ МОБИЛЬНЫХ ТЕЛЕФОНОВ
www.vip-gsm.ru
[EMAIL PROTECTED]
Тюнинг, Эксклюзив,
Vertu, Mobiado
т. (985) 226-48-22
т. (495) 980-99-20
Адрес: г.Москва, ул.Новый Арбат, д.19, магазин "Юпитер"
ст.метро Арбат
Учебный центр, привлекая специалистов ОАО Центринвестпроекта, Центра
экономики и ценообразования в строительстве, аудиторских фирм, приглашает Вас
на семинар:
ФУНКЦИИ СЛУЖБЫ ЗАКАЗЧИКА СТРОИТЕЛЬСТВА ПРИ РЕАЛИЗАЦИИ ИНВЕСТИЦИОННЫХ ПРОЕКТОВ
(НОРМАТИВНЫЕ ДОКУМЕНТЫ, ПРАВОВЫЕ, ТЕХНИЧЕСКИЕ И ФИН
Повышение квалификации строителей, май-июнь 2008 г., Москва.
Подробности по телефону 749-67-29
Даты проведения, темы, стоимость (летние скидки!!!)
26-28.05Практика пожарно-технической безопасности при проектировании,
строительстве зданий и сооружений (12663 руб.)
29-30.05Новое
I'd like to be able to modify a text file during the installation process.
Basically I need to replace an existing string with one I'll only know at
install time. The file is a batch file (i.e. not INI or XML). How could I go
about this?
-
Sent from Yaho
Hi John,
The first problem with the random digits is due to you not adding the proper
name when signing the package. My Votive is playing up right now so I can't
see the post build event parameters for signing but I think it is the
Description option when using signtool.exe.
The second issu
Hi, I've created a wix msi file which is then signed however when i run it
under vista i get a strange UAC warning:
"Program needs your permission to continue"
which has the Manufacturer name as the msi is signed, but the program is listed
as a random/temporary 5 digit name (eg 1cd5b.msi)
Is i
That's great Bob, thanks. I'll look into it.
- Original Message -
From: "Bob Arnson" <[EMAIL PROTECTED]>
To: "Jason Rivers" <[EMAIL PROTECTED]>
Cc: "WiX Users"
Sent: Friday, May 16, 2008 5:05 PM
Subject: Re: [WiX-users] Using UninstallString to uninstall multiple MSIs
> Jason Rivers w
33 matches
Mail list logo