Re: [WiX-users] Want help on deployment/setup/versioning

2007-06-14 Thread DEVAL SHAH

Hi,
The tutorial of WiX is really helpful.
http://www.tramontana.co.hu/wix/
 
 


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Fri, 15 Jun 2007 10:28:41 
+0530Subject: [WiX-users] Want help on deployment/setup/versioning








Hi,
 
I am looking for some resources – books/articles/websites on how to go about 
building a professional setup. How to apply hotfix? How to version the 
setup/dll’s? What are the issues involved in deploying product to end user? 
Etc...
Basically, I am looking for a beginner’s crash course on 
deployment/setup/versioning.
 
Thanks,
Nitin
 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fiordean 
dacianSent: Thursday, June 14, 2007 8:52 PMTo: Harm-Jan Zwinderman; [EMAIL 
PROTECTED]: Re: [WiX-users] How to automatically uninstall a Product in a 
WIXinstaller
 


Hi,The message you get is when you do a minor upgrade (ProductCode is the same, 
just version changes). In this case (minor upgrades), you have to launch your 
msi from the command line with like this:msiexec /i .msi 
REINSTALL=ALL REINSTALLMODE=vomus.If you want to completely remove your product 
first, a major upgrade is what you want. For this, change both product code and 
version for your new setup. Also, add an Upgrade tag refering to your previous 
version (make sure you set OnlyDetect to 'no' in there). You will probably want 
to schedule 'RemoveExistingProducts' custom action after 
'InstallInitialize'.Dacian

- Original Message From: Harm-Jan Zwinderman <[EMAIL PROTECTED]>To: 
[EMAIL PROTECTED]: Thursday, June 14, 2007 3:24:27 PMSubject: [WiX-users] How 
to automatically uninstall a Product in a WIX installer

Hi,I did build a WIX msi installer to install our product.However when I run 
this installer again I do get a message box with the text'Another version of 
this product is already installed.  Installation of this version cannot 
continue.  To configure or remove the existing version of this product, use 
Add/Remove Programs on the Control Panel.'What I would want to happen is that 
the installer first would deinstall the product and then reinstalls it from the 
WIX msi installer.I have been playing around with the tag 
RemoveExistingProducts however that doesn't do the trick.Is it possible to 
automatically uninstall in a WIX msi installer?Best Regards,Harm-Jan 
Zwinderman-- Charm B.V.Kruislaan 4061098 SM AmsterdamT +31 (0)20-751 [EMAIL 
PROTECTED] SF.net email is sponsored by DB2 ExpressDownload DB2 Express C - the 
FREE version of DB2 express and takecontrol of your XML. No limits. Just data. 
Click to get it 
now.http://sourceforge.net/powerbar/db2/___WiX-users
 mailing [EMAIL PROTECTED]://lists.sourceforge.net/lists/listinfo/wix-users
 
 



Park yourself in front of a world of choices in alternative vehicles.Visit the 
Yahoo! Auto Green Center.-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Want help on deployment/setup/versioning

2007-06-14 Thread Nitin
Hi,

 

I am looking for some resources - books/articles/websites on how to go about
building a professional setup. How to apply hotfix? How to version the
setup/dll's? What are the issues involved in deploying product to end user?
Etc...

Basically, I am looking for a beginner's crash course on
deployment/setup/versioning.

 

Thanks,

Nitin

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of fiordean
dacian
Sent: Thursday, June 14, 2007 8:52 PM
To: Harm-Jan Zwinderman; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How to automatically uninstall a Product in a
WIXinstaller

 


Hi,

The message you get is when you do a minor upgrade (ProductCode is the same,
just version changes). In this case (minor upgrades), you have to launch
your msi from the command line with like this:

msiexec /i .msi REINSTALL=ALL REINSTALLMODE=vomus.

If you want to completely remove your product first, a major upgrade is what
you want. For this, change both product code and version for your new setup.
Also, add an Upgrade tag refering to your previous version (make sure you
set OnlyDetect to 'no' in there). You will probably want to schedule
'RemoveExistingProducts' custom action after 'InstallInitialize'.

Dacian




- Original Message 
From: Harm-Jan Zwinderman <[EMAIL PROTECTED]>
To: wix-users@lists.sourceforge.net
Sent: Thursday, June 14, 2007 3:24:27 PM
Subject: [WiX-users] How to automatically uninstall a Product in a WIX
installer

Hi,

I did build a WIX msi installer to install our product.
However when I run this installer again I do get a message box with the text
'Another version of this product is already installed.  Installation of 
this version cannot continue.  To configure or remove the existing 
version of this product, use Add/Remove Programs on the Control Panel.'

What I would want to happen is that the installer first would deinstall 
the product and then reinstalls it from the WIX msi installer.

I have been playing around with the tag RemoveExistingProducts however 
that doesn't do the trick.

Is it possible to automatically uninstall in a WIX msi installer?

Best Regards,
Harm-Jan Zwinderman

-- 
Charm B.V.
Kruislaan 406
1098 SM Amsterdam
T +31 (0)20-751 2190
[EMAIL PROTECTED]

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 

 

  _  

Park yourself in front of a world of choices in alternative vehicles.
Visit

the Yahoo! Auto Green Center.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ConfigureIIS issues in Vista

2007-06-14 Thread Michael Schoneman
It appears that ConfigureIIS only works under Vista when you have IIS6
metabase compatibility feature installed.  Is this going to be changed
in the future?  If not, it might be a worth documenting.

-Michael O. Schoneman

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Figuring out user privileges

2007-06-14 Thread Brent B. Powers
Steve S wrote:
> 
>
> What I sadly don't know is how to determine what the users privileges are. 
> Is there something I can query and build a conditional statement from?
>
> 
>   
Maybe the *Privileged*  property? 
http://msdn2.microsoft.com/en-us/library/aa370852.aspx


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Problem in uninstalling all the folders with WIX

2007-06-14 Thread BhaveshG

If another directory or file has been manually created with the directory
installed by the app then during uninstall it does not remove the directory.


Bhavesh


Venkatesh Malepati wrote:
> 
> Hi Guys,
> I have problem with uninstalling all the files.When I install in default
> drive and path like c:\Program files, it uninstalls all the directories
> and associated files. When I install in any other drive other than this
> default directory it leaves out some directories. What could be the
> problem?. Anybody has any idea?. Thanks in advance.
> Regards
> Venkatesh
> 
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-in-uninstalling-all-the-folders-with-WIX-tf3924298.html#a11130875
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat and vb6 dll?

2007-06-14 Thread Neil Sleightholm
That list matches the areas I remove, I'm afraid the only way to be sure
is to remove them then test on a clean machine - I recommend using a VM
for this, if you don't already, so you can keep rolling it back. Another
approach is too look at the output from a non-VB6 COM component and only
leave in the bits it has, if my memory serves me right you should only
need one or more progids that point at classids and the classid may
point at a typelib entry - somewhere in the mix there can also be an
appid entry.

 

I hope this helps.

 

Neil

 

From: Cheyne, Mark A - DNR [mailto:[EMAIL PROTECTED] 
Sent: 13 June 2007 22:05
To: Neil Sleightholm; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Heat and vb6 dll?

 

I had a hunch about that, just a bit timid with the knife.

 

What do you think the definition of 'unnecessary' is? 

 

If I were to guess, I'd hack out , , 
elements that refer to things not defined in my DLL itself. For example,
in my heat-generated *.wxs I see a  element for VBPropertyBag, a
 for msvbvm60.dll, two  elements for a
helpdir in system32, a  for VBA, and a  for Visual
Basic runtime objects and procedures.

Thanks, Mark

 





From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil
Sleightholm
Sent: Wednesday, June 13, 2007 3:51 PM
To: Cheyne, Mark A - DNR; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Heat and vb6 dll?

In my experience I have found you need to remove the detritus
that Microsoft feels the need to include during the self registration of
VB6 COM DLLs. So basically I use heat/tallow as a guide to save time,
then hack out all the unnecessary items.

 

Neil

 

From: Cheyne, Mark A - DNR [mailto:[EMAIL PROTECTED] 
Sent: 12 June 2007 23:45
To: Neil Sleightholm; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Heat and vb6 dll?

 

As Neil's reply is actually a solution to my other post:
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg09440.htm
l

 

I thought I'd restate _this_ problem, which remains unsolved.

 

The problem here is that I run heat.exe on a VB6 DLL that I
authored, as a way to generate a *.wxs file containing a  with
all the COM registration muck I need to install and register that DLL.
The problem is that the output *.wxs contains errors that prevent me
from building. See my enumeration of errors 1, 2, 3 at the bottom of
this thread.

 

Any thoughts? These errors refer to a class and typelibs that
are part of VB6 itself, not my DLL, and yet heat.exe emits (erroneous,
incomplete?) metadata about them when I point it at my DLL.

 

Thanks, all - I'm almost there!  Mark

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Problem in uninstalling all the folders with WIX

2007-06-14 Thread Venkatesh Malepati
Hi Guys,
I have problem with uninstalling all the files.When I install in default drive 
and path like c:\Program files, it uninstalls all the directories and 
associated files. When I install in any other drive other than this default 
directory it leaves out some directories. What could be the problem?. Anybody 
has any idea?. Thanks in advance.
Regards
Venkatesh
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] 迅速提高Excel与PPT使用水平

2007-06-14 Thread 回复:
━━━

EXCEL和PPT在管理中的高级运用

培训时间:2007年6月16-17日 培训地点:北京-新兴宾馆
培训时间:2007年6月23-24日 培训地点:深圳-金融培训中心


【培训费用】2000元每人三天 (包含教 材 费、听 课 费、证 书、中 餐、课 间 茶 点)

【主办公司】 众 人 行 管 理 咨 询 机 构

深圳总部电话:0755-26075429  88836309
上海办事处电话:021-51875149
北京办事处电话:010-51293353
传真: 0755-61351396 
联系人:彭小姐 
 
━━━
课程背景:
  据权威机构统计,普通使用者平均仅掌握20%的应用软件功能,进行一次有
效的软件技能培训提高25%的生产率,相当于培训投资回报率的2000%。有效的
培训将大幅提高被培训者的工作效率,节省大量的工作时间(可能会因此避免很
多的加班喔)。Excel是功能强大的工具,使用Excel进行各种数据的管理与分析
已经成为我们的日常工作内容之一。本课程旨在让学员掌握Excel在财务,人事,
销售及其他管理工作中的大量应用和高级技术,在以后的工作中少走弯路,事半
功倍。丰富的实例和课堂练习使学员在两天内迅速提高Excel使用水平,成为Excel
高手,在人才竞争中尽显一技之长,脱颖而出。

  作为一个职业经理人,您的报告是使你的投资人、上司、同僚、部下和您的
客户相信您的信息是有价值的,并使他们记住您所讲的信息。本课程将使您一步
步地建立一个引人注目、不同凡响的演示报告。揭示了演示报告所必备的、正确
的技能和技巧。通过本课程中引用的大量顶级咨询公司报告案例分析和实时案例
演练,我们将教你如何在当今的计算机技术条件下,灵活应用这么技巧、使你的
观点效果显著的直观工具---POWERPOINT。

  本课题的培训并不是普及性的操作技巧培训,而是管理型、应用型、提高型
的使用技巧培训。是由技术提高到艺术的职业经理人必修课题之一。它将使你成
为管理报告演讲中的主角和明星。

培训收益:
◆提高EXCEL实际操作能力,提高工作效率;
◆掌握如何利用各种函数建立数学模型进行高效财务分析;
◆制作标准表格;数据整合;数据挖掘与分析;
◆快捷获得财务分析的模型;
◆掌握如何制作令老板满意的各类图表。
◆在丰富的实例中学习Excel与PPT的各种高级应用并掌握相关技巧。


━━━
课程内容: 


第一部分:EXCEL在财务、销售及管理工作中的应用
第1部分:
1.等长与不等长文本分拆
2.文本合并
3.时间函数与工龄计算(相关应用:应收款账龄分析)
4.有效性(数据规范与输入提示)
5.圈示无效数据
6.快速高效地整理,整合表内,表间大批量数据
7.相对引用与绝对引用
8.名称命名与引用
9.频率函数与工资分布分析 
10.数组公式

第2部分:
1.数据透视表基本操作
2.筛选与排序
3.分组显示
4.数据与比率
5.计算字段
6.自动更新
7.数据透视图与动态图表
8.试算平衡表制作
9.自定义格式
10.财务报表

第3部分:
1.报销单制作
2.控件的使用(菜单,按钮,选项)
3.界面定制与美化
4.宏的应用与VBA语句
5.自定义函数与新菜单
6.报表系统封装
7.合并报表
8.保护与权限(编辑区域,公式隐藏等)
9.预算模版与方案管理
10.式审核与追踪,分级显示

第4部分:
1.单变量求解(量本利与盈亏分析)
2.模拟运算表(定价与还款计算)
3.规划求解
4.回归分析(线性与非线性,多元回归)
5.如何进行预测
6.移动平均
7.资产管理与折旧计算
8.高级筛选
9.投资决策分析
10.图表分析

第5部分:
1.自动更新的报表
2.ODBC与Query
3.与数据库链接
4.多表查询
5.条件筛选数据库数据
6.编辑查询
7.SQL语句
8.其他操作技巧
9.自定义序列,填充,行列互换等
10.比较文本,消除四舍五入差异等 

第6部分:
1.条件判断与年假计算
2.IF函数嵌套
3.条件求和与请假记录统计
4.考勤管理
5.业绩奖金计算
6.销售排名
7.条件格式
8.横表查询
9.工资及所得税计算
10.信息台帐与查询表 

 


第二部分:Powerpoint在演示及管理报告中的高级应用
第1部分: 
1.版式与设计
2.模版与母版
3.自定义模版
4.应用多个模版
5.导入演示文稿
6.改变文字大纲级别
7.页眉与页脚
8.有条不紊进行多话题陈述
9.布局的原则

第2部分: 
1.修改/添加/应用配色方案
2.配色的原则
3.配色的方法
4.可视化信息要素
5.内容构成元素
6.图示的制作
7.选中底层对象与组合
8.动态链接Excel表格与图表
9.更新链接
10.更改图表类型

第3部分: 
1.插入各类元素
2.声音的配置
3.插入视频
4.运用宏与观众交互
5.使用控件
6.动画的设置
7.触发器
8.动作按钮
9.文件减肥
10.带走字体

第4部分
1.排练计时与对话型功能
2.跳转与隐藏
3.自定义放映
4.即席反应
5.圈点内容
6.快捷键大全
7.编辑时预览
8.窗口播放方式
9.点击直接放映
10.打包 


讲师介绍:袁先生
  中国注册会计师,曾在大型跨国公司和著名咨询公司从事财务管理和系统建设
工作,历任高级顾问,项目经理,集团财务经理,咨询总监等职务,在财务管理和
信息系统方面有丰富的实战经验。在信息系统方面服务过的客户包括(但不限于):
西门子,松下电器,法国巴黎银行,高乐高,搜狐,首都国际机场,北大方正,
海德堡,葛兰素史克,登士柏,新西兰食品,尚阳科技,中矿陕西公司,中保出口信用等。

在实战中积累了大量Excel与PPT的应用技巧和应用方案,曾经为几百家跨国公司和
大型企业提供过《EXCEL与PPT在管理中的高级运用》的培训,获得相当的好评。所
培训的客户包括:大众汽车、诺和诺德制药、格雷斯、APV、中国医疗器械工业公司、
恩布拉科压缩机、德国施瓦茨、上海正泰集团、招商证�弧⑸钲诜⒄挂�行、雷乐士
(上海)电源、江铃汽车、南方都市报、广东电信研究院、广州焙乐道食品、中粮
金帝食品(深圳)、埃芙迪食品(青岛)、上海凌云天博光电科技、宁波威奇尔电
子、宁波艾比电气、宁波缘美纺织品、申华化学工业、隆鑫集团、河北海通空调设
备、康佳集团股份、中兴通讯股份、广州本田汽车、惠州TCL、广州市世尊家具、
全包通国际贸易、广东德美精细化工股份、桂林NEC无线通信、广州王老吉药业股
份……… 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Figuring out user privileges

2007-06-14 Thread Steve S

Hey guys,

My utmost apologies if this has been answered ad nauseum.  I searched
through similar topics and couldn't find exactly what I need to know, which
might be indicative of me thinking about this wrong.

Anyways, here goes

I have an install that has ALLUSERS set to 2 so that it makes the
per-machine/per-user decision based on the users privileges on the machine
(using HKMU for my registry tags etc.).  I need the option to give the user,
if they have those permissions, to select whether or not they want to do a
per-user or per-machine install and make some other changes based on that
(e.g. the default install path from somewhere in C:\Program Files\... to
somewhere else).

What I sadly don't know is how to determine what the users privileges are. 
Is there something I can query and build a conditional statement from?  I'm
also assuming I can go changing ALLUSERS from 2 to 0 if I do want to do a
per user install for an admin user, for example, such as if an admin access
user wants to do a user-only install.. does that sound right?

Generally, is it normal for most installers to provide this option (install
per-machine or per-user)?  I've seen it on some installers but not others.

This is with Wix v2.

If somebody could kick me in the right direction, that'd be great :)
I appreciate any help :)

Steve
-- 
View this message in context: 
http://www.nabble.com/Figuring-out-user-privileges-tf3923365.html#a11125691
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WixWiki

2007-06-14 Thread Michael Schall
I'm not sure who owns http://www.wixwiki.com/, but is is the best
documentation I have seen for parts of the WiX toolkit.  It actually
explains heat's command line options!  Could a link to this site be
put somewhere on the WiX homepage?  It has been a great help to me.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Slow Installer startup

2007-06-14 Thread Vincent Ho

Hi,

I created an installer that contains over 38000 files within about 3000
components. When I run the installer, it spends a long time at the
WaitForCostingDlg. From the log (see snippet below), it seems that
"_RemoveFilePath" takes about 6 minutes. Does anyone know what this action
does? If so, how do I improve on the speed?

Action ended 11:14:26: CostFinalize. Return value 1.
MSI (c) (5C:04) [11:14:26:669]: Doing action: MigrateFeatureStates
Action 11:14:26: MigrateFeatureStates. Migrating feature states from related
applications
Action start 11:14:26: MigrateFeatureStates.
Action ended 11:14:26: MigrateFeatureStates. Return value 0.
MSI (c) (5C:04) [11:14:26:669]: Doing action: WelcomeDlg
Action 11:14:26: WelcomeDlg. 
Action start 11:14:26: WelcomeDlg.
Action 11:14:26: WelcomeDlg. Dialog created
MSI (c) (5C:C0) [11:14:26:747]: Note: 1: 2205 2:  3: _RemoveFilePath 
MSI (c) (5C:C0) [11:20:33:444]: PROPERTY CHANGE: Modifying CostingComplete
property. Its current value is '0'. Its new value: '1'.


Thanks,
Vince
-- 
View this message in context: 
http://www.nabble.com/Slow-Installer-startup-tf3922195.html#a11121642
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] To get computer name

2007-06-14 Thread Brian Simoneau
Please include wix-users when you send messages.
 
Usually a property is used in WiX by surrounding it with square
brackets.  So you would use [ComputerName].
 
-Brian Simoneau

-Original Message-
From: X.Y. D [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 14, 2007 11:14 AM
To: Brian Simoneau
Subject: RE: [WiX-users] To get computer name



thanks! but how can I use the property in Wix?
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~





Subject: RE: [WiX-users] To get computer name
Date: Thu, 14 Jun 2007 09:59:04 -0400
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net


Use the ComputerName property.
http://msdn2.microsoft.com/en-us/library/aa368009.aspx
 
-Brian Simoneau

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of X.Y. D
Sent: Thursday, June 14, 2007 9:53 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] To get computer name


How can I get the computer name on which the
application will be installed?
 
Thanks a lot!
 
Anna


~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~





The next generation of MSN Hotmail has arrived -
Windows Live Hotmail   




Email straight to your blog, upload jokes, photos and more.
Windows Live Spaces, it's FREE!
  

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to automatically uninstall a Product in a WIX installer

2007-06-14 Thread fiordean dacian

Hi,

The message you get is when you do a minor upgrade (ProductCode is the same, 
just version changes). In this case (minor upgrades), you have to launch your 
msi from the command line with like this:

msiexec /i .msi REINSTALL=ALL REINSTALLMODE=vomus.

If you want to completely remove your product first, a major upgrade is what 
you want. For this, change both product code and version for your new setup. 
Also, add an Upgrade tag refering to your previous version (make sure you set 
OnlyDetect to 'no' in there). You will probably want to schedule 
'RemoveExistingProducts' custom action after 'InstallInitialize'.

Dacian



- Original Message 
From: Harm-Jan Zwinderman <[EMAIL PROTECTED]>
To: wix-users@lists.sourceforge.net
Sent: Thursday, June 14, 2007 3:24:27 PM
Subject: [WiX-users] How to automatically uninstall a Product in a WIX installer

Hi,

I did build a WIX msi installer to install our product.
However when I run this installer again I do get a message box with the text
'Another version of this product is already installed.  Installation of 
this version cannot continue.  To configure or remove the existing 
version of this product, use Add/Remove Programs on the Control Panel.'

What I would want to happen is that the installer first would deinstall 
the product and then reinstalls it from the WIX msi installer.

I have been playing around with the tag RemoveExistingProducts however 
that doesn't do the trick.

Is it possible to automatically uninstall in a WIX msi installer?

Best Regards,
Harm-Jan Zwinderman

-- 
Charm B.V.
Kruislaan 406
1098 SM Amsterdam
T +31 (0)20-751 2190
[EMAIL PROTECTED]

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users







 

Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] To get computer name

2007-06-14 Thread Brian Simoneau
Use the ComputerName property.
http://msdn2.microsoft.com/en-us/library/aa368009.aspx
 
-Brian Simoneau

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of X.Y. D
Sent: Thursday, June 14, 2007 9:53 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] To get computer name


How can I get the computer name on which the application will be
installed?
 
Thanks a lot!
 
Anna


~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~





The next generation of MSN Hotmail has arrived - Windows Live
Hotmail   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] To get computer name

2007-06-14 Thread X.Y. D
How can I get the computer name on which the application will be installed?
 
Thanks a lot!
 
Anna
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
_
100’s of Music vouchers to be won with MSN Music
https://www.musicmashup.co.uk/index.html-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to automatically uninstall a Product in a WIX installer

2007-06-14 Thread Harm-Jan Zwinderman
Hi,

I did build a WIX msi installer to install our product.
However when I run this installer again I do get a message box with the text
'Another version of this product is already installed.  Installation of 
this version cannot continue.  To configure or remove the existing 
version of this product, use Add/Remove Programs on the Control Panel.'

What I would want to happen is that the installer first would deinstall 
the product and then reinstalls it from the WIX msi installer.

I have been playing around with the tag RemoveExistingProducts however 
that doesn't do the trick.

Is it possible to automatically uninstall in a WIX msi installer?

Best Regards,
Harm-Jan Zwinderman

-- 
Charm B.V.
Kruislaan 406
1098 SM Amsterdam
T +31 (0)20-751 2190
[EMAIL PROTECTED]

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users