Hello,
by clicking Next in a Dialog window as MyDialog the ExitDialog is appearing
two times.
I am using Wix_Mondo.
1
1
what can be the reason for that?
Best Regards
Adnan
--
View this message in context:
http://n2.nabble.com/ExitDialog-appearing-two-times-tp3910926p3910926.html
Sent from the
Hello,
i am using WixUI_Mondo which is offering three setup types (typical, custom
and complete).
Is it possible that WixUI_Mondo offers only two setup types (custom and
complete)?
How to solve it?
Best Regards
Adnan
--
View this message in context:
http://n2.nabble.com/WixUI-Mondo-with-only-tw
Hello,
i want to uninstall the product but getting the following message
"The installed product does not match the installation source(s). Until a
matching source is provided or the installed product and source are
synchronized, this action can not be performed".
I tried with other softwares to un
Hello,
I need some help regarding to Full Trust Level.
Our application only allows to start from the users with Full Trust Level.
We want that Full Trust Level must assign to user (if he is not with Full
Trust Level) during the installation. In this way we can avoid this security
problem to start
Hello,
how can i create a window before ExitDialog window?
I want to show my own Dialog window (MyDlg) before ExitDialog window.
I am trying this but it is not functioning.
1
I think, i am missing the right name of Dialog and Control.
How to accomplish it?
Thanks in advance and Best Regards
Adnan
Hi,
user is giving input values and filling the form during installation. All
values coming through Editbox, I want to make a clear button. If user push
this button then all input values must be clear or reset.
How to accomplish this functionality?
This is my Control:
The values i am getting in
reate
> the object from the data you read and add the object to the collection.
>
> Hope this helps.
>
> -f
>
> -Original Message-
> From: danimian [mailto:miand...@gmail.com]
> Sent: Thursday, October 08, 2009 1:58 AM
> To: wix-users@lists.sourceforge.net
&
Hi,
i am writing a custom action with following code, creating an object. It is
Working well.
Actually this custom action must create many objects too if user want to
create many (by clicking save button many time and calling custom action
everytime). The problem is, it is overwriting old object a
e the information.
> I can create some properties in my Wix code and update the values like
> session["PROPERTY1"]="j";
>
> Can you provide more info as what are you planning to perform?
>
> Thanks,
> Sudheer
> BGE Build Team (X 34482)
>
&g
Hi,
in tutorial there is an example of csharp custom action for checking Key
which look like this
public class SampleCheckPID
{
[CustomAction]
public static ActionResult CheckPID(Session session)
{
string Pid = session["PIDKEY"];
session["PIDACCEPTED"] = Pid.StartsWith("
he registry
> back into the properties
>
> In most cases I also give the properties a default value.
>
> Michael
>
> -Original Message-
> From: danimian [mailto:miand...@gmail.com]
> Sent: Tuesday, 6 October 2009 8:42 AM
> To: wix-users@lists.sourceforge.n
Hi Experts,
How can i save the Information like Server, Port, DBName, Alias, Timeout,
Type during the installatoin process?
To accomplish this task i am creating a new window after License Window. I
am writing in DBDlg.wxs a Fragment, this Fragment contains Dialog with
Controls. These Controls are
gt;
> http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg30305.html
> http://sourceforge.net/tracker/index.php?func=detail&aid=2025677&group_id=105970&atid=642714
>
> Sascha
>
>
> On Fri, Oct 2, 2009 at 7:08 AM, danimian wrote:
>>
>> Hi,
&g
Hi,
at last page of install, is there any way to change the background color
behind the checkbox or background color behind the text "Launch application
now"?
How to fix it? or How to make it transparent?
Best Regards
Adnan
--
View this message in context:
http://n2.nabble.com/How-to-change-ba
Thanks a lot. It is working.
Best Regards
Blair-2 wrote:
>
> Add to your
> code.
>
> -Original Message-
> From: danimian [mailto:miand...@gmail.com]
> Sent: Thursday, October 01, 2009 11:26 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users]
Hi,
The Application is launching after installation if user click on checkbox
(it is not checked by default), it is working fine.
My question is, is there any way set the checkbox as checked first then user
can deselect it?
I mean How to display at the last page of install checkbox as checked by
d
WiX-based MSI installations, elegantly.
> http://www.instyler.com
>
> On 30.09.2009, at 17:38, danimian wrote:
>
>>
>> I just tried to install it manually, it's not working manually.
>>
>>
>>
>> Sebastian Brand (Instyler Software) wrote:
>>>
and does it work then?
>
>
> Best regards,
> Sebastian Brand
>
> Deployment consultant
> E-Mail: sebast...@instyler.com
>
> Instyler Setup - Creating WiX-based MSI installations, elegantly.
> http://www.instyler.com
>
> On 30.09.2009, at 15:35, danimian wro
installer or WiX. Is .NET installed on
> the
> target machine?
>
> Best regards,
> Sebastian Brand
>
> Deployment consultant
> E-Mail: sebast...@instyler.com
>
> Instyler Setup - Creating WiX-based MSI installations, elegantly.
> http://www.instyler.com
>
&
Hi,
i am facing trouble after installation when i run the application (.exe) on
other computers. On my Own computer works fine. I am using WIX V3 and OS is
Windows XP Professional SP2. (installation working successfully).
i am getting the following error:
EventType : clr20r3 P1 : my-applicat
UI which we are using is WixUI_Mondo
Blair-2 wrote:
>
> Kind of UI used to select features?
> Verbose log to determine what is going on?
>
> -Original Message-
> From: danimian [mailto:miand...@gmail.com]
> Sent: Thursday, September 24, 2009 1:
Hi,
when user choose setup type "custom", is it possible to install only
selected values?
What we want is that after choosing the setup type custom the user must
select or click on Documentation to install it with main installation.
I am using following code:
Problem: if user not marking or n
Hi,
Yes. Try this. It will refuse to run if you're not an administrator on your
machine.
Privileged
Regards
Adnan
Dominique Louis wrote:
>
> Hi all,
> Is there a way to only allow Administrators to install your msi?
>
> Thanks,
>
>
>
> DOMINIQUE LOUIS | IS DEVELOPER, AMX DIGITAL MED
Hi,
our installation project have 4 conditions for checking the system
requirements.
1. User is Administrator or not.
2. Windows XP with SP2 is available or not.
3. .NetFramework, if not the generate Bootstrapper
4. DB2 Client is available or not.
All are working well But the problem is if we exec
Hi Steve,
try this code to check .Net 3.5 SP1 or greater (.NET 4.0):
Please inform me whether it works or not?
Best Regards
Adnan
Steve Lessard wrote:
>
> I read this thread on how to check for .NET 4.0
> http://n2.nabble.com/Using-WiX-with-Net-4-0-td3385006.html.
>
> What
Hi,
this code ist working fine to generate a bootstrapper for .NETFRAMEWORK35
(without SP1)
.NET Framework 3.5
Windows Installer 3.1
But not for .NETFRAMEWORK35 SP1.
.NET Framework 3.5 SP1
Windows Installer 3.1
How to fix it?
Best Regards
A
Hi,
this code ist working fine to generate a bootstrapper for .NETFRAMEWORK35
(without SP1)
.NET Framework 3.5
Windows Installer 3.1
But not for .NETFRAMEWORK35 SP1.
.NET Framework 3.5 SP1
Windows Installer 3.1
How to fix it?
Best Regards
A
Hi,
Our Product run on IBM DB2 backend and requirement for the installation is
to access server by checking Server, Database, Port, User and Password.
How to access the server with ODBC DataSource or any other possibity to
accomplish this?
Please help me.
Best Regards
Adnan
--
View this message
Hi,
i have written the following code in wix to build a localhost db2 odbc
driver connection.
.msi is running without any problem.
First question is about the written code, is it right to build the
connection? or missing something?
Second question how can i check whether the connection was succes
ry either IBM or DB2 users as to how to
>> programmatically check db2 installations (hopefully there is a way
>> without
>> running any exe). Once you know that, we can help you with the syntax
>> needed
>> to implement it in WiX.
>>
>> -Original Messag
hatever it was, I didn't save the link since that version is
>> post-support) but for DB2 v9 I didn't find any such list.
>>
>> Your best bet is to query either IBM or DB2 users as to how to
>> programmatically check db2 installations (hopefully there is a way
>>
Hi,
I am using WIX to create MSI package for installation. Checking the
Operating System and .NETFRAMEWORK 3.5 is working properly.
I want to check whether DB2 is installed on the machine or not.
How it is possible? I am using Visual Studio 8.
Please help me in this regard.
Thanks in advance
Adn
32 matches
Mail list logo