Msiexec命令都有什么参数,是什么含义? (50分)

  • 主题发起人 主题发起人 j5203
  • 开始时间 开始时间
J

j5203

Unregistered / Unconfirmed
GUEST, unregistred user!
用installshield professional 6.22作安装程序时,怎样才能产生isu文件?
(我已经查过以前的问题了,用“卸载”和“isu”搜索得到的问题都没有查到我想要
的结果!)
另外,PWUNINST.EXE命令的格式是什么?和uninst.exe有什么区别?
Msiexec命令是做什么用的,他都有什么参数,是什么含义?
 
哈哈,我也有同样的问题,我想在开始菜单里加入 卸载快捷方式 ,请各位帮忙!谢谢。
 
new a project
 
我只用过for C++Builder5的,第一步就有个Uninstall信息设置。
我试了一下,PWUNINST和UNINST都可以,我不知道区别。
卸载快捷方式:
D:/WINNT/uninst.exe -fD:/PROGRA~1/MyTest/DeIsL1.isu
D:/WINNT/pwuninst.exe -fD:/PROGRA~1/MyTest/DeIsL1.isu
 
用 inno setup 吧~!
 
用WISE吧,比INSTALL SHIELD好很多!
 
6.X里头没有isu文件了,
你的Project反安装信息在
C:/Progran files/InstallShield Installation Information/YouProjectGuid里
 
没有InstallShield Installation Information这个目录呀?
 
其实你的程序在“添加删除程序”里可以卸载,实在不行再次运行安装程序就可以选择卸载了。
 
我也想知道啊?谢谢了。[:D]
 
有办法别忘了通知一声 kunmeng@sina.com
 
HOWTO: Creating an Uninstallation Shortcut on the Programs Menu
Document ID: Q105629
This article applies to the following:
Product(s): InstallShield Developer 7.0
Last Revised On: 10/29/2001
Summary
I would like my users to have the option to uninstall by either selecting the uninstall icon or by going to Add/Remove Programs in the Control Panel.

--------------------------------------------------------------------------------

Solution
The following steps shows one method of adding an uninstall icon.
Browse to the General Information/Product Properties, and copy the Product code GUID {Include Curly Braces}
Browse to the Shortcuts/Folders view
R-click on the Programs menu, and select new Shortcut
Locate the Target property of this Shortcut and Place [SystemFolder]Msiexec.exe as the value
Locate the Arguments and place /x {product code including curly braces}
Name new shortcut in the Display name section
Build, Run, Test
Following these steps will create a shortcut on the programs menu, which will uninstall your setup.

--------------------------------------------------------------------------------

Additional Information
A Windows logo requirement states that the uninstaller must be accessible through Add/Remove Programs in the Control Panel and must operate properly from the Control Panel.
 
多人接受答案了。
 
后退
顶部