installshield

Where does Windows store ACLs and do ACLs follow a file from one machine to another?

拜拜、爱过 提交于 2019-12-20 15:08:09
问题 Our app uses a component that requires a license file in the directory with our executable, which happens to be a .NET WinForms app though I think it is immaterial to this question. When installed on some XP Pro machines (just three out of several hundred thus far), the component throws a license exception. So I regenerated the license file and sent it to the component vendor (EMC Captiva), where the vendor claims the error is due to the fact that the "Users" group has no read permissions on

how to publish c# window application installer

懵懂的女人 提交于 2019-12-20 07:47:06
问题 I'm trying to publish C# Windows application. I tried to install shield and visual studio installer but it does not work properly. This setup can install only on those laptops or PC in which visual studio is installed. can anyone help me what are prerequisites are required and how can publish installer setup.exe app.config connection string SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["connection_string"].ConnectionString); but it occurs error failed to update

Windows installer patch failure - Execute Sequence stops after first action and install process resets

柔情痞子 提交于 2019-12-20 04:34:27
问题 I am seeing an unusual sporadic failure of one of our patches at several customer sites. The final error code is 1648 (No valid sequence could be found for the set of patches), which is occurring because error 2219 (Invalid Installer database format) occurs when attempting to read the summary information stream from one of the patch transforms. But I suspect this is only a side effect of an earlier silent error. Our patches all use the MinorUpdateTargetRTM property so there is really nothing

Create an installer program: read a path to install to, from registry key (something like wix/installshield/nsis)

给你一囗甜甜゛ 提交于 2019-12-20 03:17:23
问题 I would like to create an installer of my program. However because the installation is quite complicated, I need something more advanced than installshield limited edition. I have to run another installer from my current one. It doesn't matter if the user press "cancel" or installs the program, I just need to run it. I have to install a directory structure on user computer which has a lot of files, that's why i'm going mad with wix: 100 files and I should write all of them with my hands in

Msiexec: automatic rollback to previous version on installation failure

一曲冷凌霜 提交于 2019-12-19 17:41:43
问题 When installing a .MSI file using msiexec in silent mode, is it possible to automate it such that on installation failure it rollbacks to the previous version? Assuming that on installation an older application version is already installed. 回答1: Yes, restoring the old application version via rollback upon an installation failure is actually a built-in feature of Windows Installer , but you need to configure things correctly to get it to work as you require. Windows Installer rollback will

InnoSetup - fails to use global sign EV code signing

可紊 提交于 2019-12-19 11:43:03
问题 In past i had other code signing which worked with innoSetup. But recently i purchased EV code signing for three year which is USB token certificate. when i do manually without InnoSetup it works. how do i do it with innosetup? I tried following but it always failed. [Setup] ... SignTool=signtool EDIT: dialogin window keep asking press ok or cancel, when i click ok it keeps repeating. 回答1: You're not specifying the correct location for the signtool.exe. When you run it manually, it is in c:

InnoSetup - fails to use global sign EV code signing

给你一囗甜甜゛ 提交于 2019-12-19 11:42:03
问题 In past i had other code signing which worked with innoSetup. But recently i purchased EV code signing for three year which is USB token certificate. when i do manually without InnoSetup it works. how do i do it with innosetup? I tried following but it always failed. [Setup] ... SignTool=signtool EDIT: dialogin window keep asking press ok or cancel, when i click ok it keeps repeating. 回答1: You're not specifying the correct location for the signtool.exe. When you run it manually, it is in c:

Register a COM object using InstallShield

*爱你&永不变心* 提交于 2019-12-19 00:57:51
问题 I am using InstallShield 2011. I have a COM object that needs registered during installation. I cant seem to find anywhere where it instructs you on how to do this. Does anyone have any ideas? Thanks EDIT: 回答1: Create a component and add your COM dll/ocx to it and right click it to mark it as key file if needed. Then right click the file and select "Extract COM". You should see a bunch of progress messages as it harvests the various registry entries. Build your installer and test it on a

Register a COM object using InstallShield

丶灬走出姿态 提交于 2019-12-19 00:57:35
问题 I am using InstallShield 2011. I have a COM object that needs registered during installation. I cant seem to find anywhere where it instructs you on how to do this. Does anyone have any ideas? Thanks EDIT: 回答1: Create a component and add your COM dll/ocx to it and right click it to mark it as key file if needed. Then right click the file and select "Extract COM". You should see a bunch of progress messages as it harvests the various registry entries. Build your installer and test it on a

Change Program Name and Shortcut Title during installation

只谈情不闲聊 提交于 2019-12-18 09:06:35
问题 I have a Basic MSI Install with Install Shield 2013 and we have about 20 different affiliate releases. Really the only difference between these releases is the Program Name and the shortcut that is installed on the desktop. We are trying to have one release build instead of building the same program over and over with these minor differences. I have been trying to find a way to change those items at install time but have not been successful. Has anyone out there done this before or have any