http://msdn.microsoft.com/en-us/library/windows/desktop/aa370543(v=vs.85).aspxsays
no.
On Thu, Oct 18, 2012 at 2:30 PM, Uma Harano wrote:
> Hi
> Are ProductVersion and ProductLanguage properties available during the
> deferred sequence of the msi?
>
> Thanks
> Uma
>
> ---
That did not work either :(
msiexec /i MyApplication.msi /qn WIXUI_LABNAME="TestSilent" WIXUI_LABOWNER="Me"
WIXUI_LABDESCRIPTION="description" WIXUI_LABACCESS="1" did not work either.
Any other ideas?
Thanks,
Senthil.
-Original Message-
From: Rob Hamflett [mailto:rob_hamfl...@sn.scee.n
Hi
Are ProductVersion and ProductLanguage properties available during the deferred
sequence of the msi?
Thanks
Uma
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics
Hi,
I am trying to install a web application to the following directory:
C:\inetpub\wwwroot\wws\VirtualDirectories\[Web_SITE_PORT]
the WEB_SITE_PORT property is set to by default but within the UI of
the installer we ask the User if they want to change the port and we verify
that the port is
If I had to guess, in the context of burn INSTALLED doesn't make sense. (Is it
talking about the bundle, the MSI, the ?) What I would suggest is using the
mailto:andysmi...@gmail.com]
Sent: Thursday, October 18, 2012 10:37 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Conditionall
The time is all taken through here:
[0AC8:09A0][2012-10-15T13:01:44]: Setting string variable 'WixBundleName'
tovalue 'mTest setup'
[0AC8:09A0][2012-10-15T13:01:47]: Loading managed bootstrapper application.
[0AC8:09A0][2012-10-15T13:01:51]: Bootstrapper application started
10/15/2012 1:01:50 PM
[
The restart was a "deferred restart" so Burn tried to continue with the
chain in case other things can also be installed and get all the restarts
in one pass.
You need that restart to be considered a "force restart". Your BA can
intervene in this case and return "force restart" when the MSU packag
Hello, I would like to add an interface to the Wix bootstrapper and started
Googling around but found few examples to get started.
I have the following basic questions:
- What project template would be best to use in VS 2010 or VS 2012? I am
thinking of a WPF based interface, should I selec
I have a burn installer, whereby the original installer can effectively
select which items to install via checkBoxes, which relate to individual
msi's.
These are working via InstallConditions, checking the fact that the
checkbox has been checked, and that they are not installed. So far so good
and
Ya your right Peter, but in our case we distribute this msi to thousands of
machines and usually this happens after business hours, the problem is the
users leave the application open so this stuffs up the distribution
process. anyway will try this way for now and will see what they say.
thanks,
Hi,
We're starting to use Burn in our software deployment, which includes SQL
Server 2008 R2, which requires Windows Installer 4.5, which on Windows
Server 2008 and Windows Vista requires an MSU package to be installed. In
my WiX source files I have:
...
...
...
These get picked up correctly
That would be unwise. The user could have unsaved work that would be lost
when the process was killed. Let the user sort it out if it gets that far.
-Original Message-
From: Muzikayise Flynn Buthelezi [mailto:muzkay...@gmail.com]
Sent: 18 October 2012 14:58
To: General discussion for Wind
the close util:CloseApplication works fine because it closes the
application graciously by displaying a dialog box with a close message
within the application. but i needed something that would "kill" the
process and i found the following:
http://stackoverflow.com/questions/11439767/how-to-kill-a-p
Hi,
thank you for your interest in our case.
Here is a log that the simple bootstrapper installation produced on one of
the machines where we find performance to be too slow:
/[0AC8:09A0][2012-10-15T13:01:43]: Burn v3.6.3303.0, Windows v6.1 (Build
7601: Service Pack 1), path: C:\Users\[user]\Desk
I don't know if you can delete an action in a patch (if you try to build such
a patch, it doesn't work) but you can just modify the condition to be always
false or something more useful.
You can reference any action in the sequence with a customactionref.
-Original Message-
From: abhijit c
Hi,
Im getting error called "system cannot find the file 'c:\OrchestraProduct
\admin\Encryptloginandwindomain\Interop.MSMQ.dll'
But that file is in specified path.
I don't know why iam getting space in that path.
I checked in registry entries
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Hi,
I was able to get aound the issue using a dummy custom action that sets a
dummy property.
*
*
*
NOT Installed*
*
*
**
And then I added a CustomActionRef to the DummyAction in the patch.
This works. But the solution seems hackish.
I tried but could not find a way
17 matches
Mail list logo