Aug 15, 2013
01:39 PM
Well the software allows technicians to connect remotely and do a number of repairs to the computer, plus it installs our antivirus software. So installing it in safe mode would be very helpful if that's the only mode the clients computer will boot under. I am fairly certain the MSXML3 is necessary 😞
... View more
Dec 05, 2013
03:41 PM
You should be able to produce a package without signing the files. In InstallShield, select the installation designer tab then under step 6 select the releases view. Click on WebDeployment to highlight and select the signing tab. Under the option Sign Files in Package set this option to No. Additionally you can set the Sign Output Files option to None. Once you have your output installation, you can worry about signing the software outside of InstallShield. InstallShield uses the signcode.exe located in the following location: C:\Program Files (x86)\InstallShield\2013\System\signcode.exe
... View more
Jul 16, 2013
02:37 PM
Right but that doesn't affect the web deployment setup. I already have the dialog bitmaps changed for the normal setup. But when you go through the web deployment wizard there is no option to change those graphics.
... View more
Jun 27, 2013
09:23 AM
I imply from your comments that you are using a MSI project and that you are trying to give a user write access to a folder under the "Program Files" tree. If correct, I think the error you are seeing is because Microsoft does not want you to give users access under the program files tree. To allow users write access to that location is considered a major security breach. A file that a non-privledged user should edit should not be located in this area of the file system. Consider putting the files in the user's appdata folder. If this is not your issue, I apologize. If using MSI the help document that you referenced describes several MSI tables. From within InstallScript code call SetObjectPermissions to configure the permissions of a file or folder. But here again the OS will prevent you from changing the permissions for some of the system-defined folder locations. The call may fail or it may just not do anything when you target a system-defined folder tree (including sub-folders that you create under certian areas). http://helpnet.flexerasoftware.com/installshield18helplib/mergedProjects/installshield18langref/SetObjectPermissions.htm
... View more
Jun 26, 2013
05:14 PM
We tried following these instructions I found online: Go to the Application Data group, Files view in the InstallShield IDE. In the Destination computer's folders pane, find the directory you want to set the permissions for, right-click it, select Properties, then click the Permissions button. A dialog box will open where you can set a Domain, a User, and the permissions, including Full Control, Modify, Read & Execute, List Folder Contents, Read, Write, and Special Permissions But we get an error during the install that says: Internal Error 27555. C\program Files\Rescuecom\rescuecom…\. The requested lookup key was not found in any active activation context. .14007 Any ideas?
... View more
Aug 05, 2013
11:32 AM
hi guys,i'm new and of course my english is not good so , sorry for that i'm using InstallShield X Premier Professional v10.5 Version and i want to put my personal image instead default image any chance to do that? http://uploadax.com/images/27808200710491945362.jpg
... View more
Jun 24, 2013
02:21 PM
Turns out there were duplicates in the binary from changing custom actions instead of deleting and making new ones. Had to have support fix it for me but it's all good now.
... View more
Jun 18, 2013
04:19 PM
Yes I do, and changing that seems to have fixed that issue for now, thank you!
... View more
Dec 27, 2013
05:36 PM
You should use a custom action to launch a 2nd exe with one installation. This way you can use whatever method you feel most comfortable with.
... View more
Dec 19, 2014
01:43 PM
Hi zac_rscom, It sounds like 2 issues here. 1. Launching your exe silently. The silent command for an exe file is /s. Now .exe file is just a wrapper. You will need to find out what kind of installation is enbedded inside. Like MSI or Installscript. Get this silent install working outside of Installshield before introducing the second install into you Installshield project. With msi, you need to pass another command into the msi with the /v switch. EX: setup.exe /s /v "/qn" .exe command line parameters: https://flexeracommunity.force.com/customer/articles/en_US/INFO/Setup-exe-Command-Line-Parameters Run a Silent Installation https://flexeracommunity.force.com/customer/articles/en_US/HOWTO/Q212234 Authoring a Silent Installation https://flexeracommunity.force.com/customer/articles/en_US/HOWTO/Q101901 2. Launching a second install in Installshield. Create your custom action that launches and use the command created above. Sequence the custom action to be after installfinalize. Grant
... View more
Latest posts by zac_rscom
Subject | Views | Posted |
---|---|---|
1774 | Aug 15, 2013 01:39 PM | |
1774 | Aug 13, 2013 01:38 PM | |
1774 | Aug 12, 2013 01:12 PM | |
7576 | Aug 12, 2013 11:16 AM | |
4424 | Jul 17, 2013 12:24 PM | |
1027 | Jul 16, 2013 02:37 PM | |
5731 | Jul 16, 2013 11:47 AM | |
1057 | Jun 26, 2013 05:14 PM | |
1542 | Jun 26, 2013 05:13 PM | |
7137 | Jun 26, 2013 02:45 PM |
Activity Feed
- Posted safe mode on InstallShield Forum. Aug 15, 2013 01:39 PM
- Posted verbose log on InstallShield Forum. Aug 13, 2013 01:38 PM
- Posted 32bit vs 64bit on InstallShield Forum. Aug 12, 2013 01:12 PM
- Posted Installation fails in safe mode with Windows Installer turned on on InstallShield Forum. Aug 12, 2013 11:16 AM
- Tagged Installation fails in safe mode with Windows Installer turned on on InstallShield Forum. Aug 12, 2013 11:16 AM
- Tagged Installation fails in safe mode with Windows Installer turned on on InstallShield Forum. Aug 12, 2013 11:16 AM
- Posted Sign Media Digital Certificate, create pvk file on InstallShield Forum. Jul 17, 2013 12:24 PM
- Tagged Sign Media Digital Certificate, create pvk file on InstallShield Forum. Jul 17, 2013 12:24 PM
- Tagged Sign Media Digital Certificate, create pvk file on InstallShield Forum. Jul 17, 2013 12:24 PM
- Posted web deployment on InstallShield Forum. Jul 16, 2013 02:37 PM
- Posted web deployment on InstallShield Forum. Jul 16, 2013 11:47 AM
- Tagged web deployment on InstallShield Forum. Jul 16, 2013 11:47 AM
- Posted Lookup key was not found on InstallShield Forum. Jun 26, 2013 05:14 PM
- Posted Error message on InstallShield Forum. Jun 26, 2013 05:13 PM
- Posted Permissions setting to edit within directory on InstallShield Forum. Jun 26, 2013 02:45 PM
- Tagged Permissions setting to edit within directory on InstallShield Forum. Jun 26, 2013 02:45 PM
- Tagged Permissions setting to edit within directory on InstallShield Forum. Jun 26, 2013 02:45 PM
- Tagged Permissions setting to edit within directory on InstallShield Forum. Jun 26, 2013 02:45 PM
- Tagged Permissions setting to edit within directory on InstallShield Forum. Jun 26, 2013 02:45 PM
- Posted Permissions setting to edit within directory on InstallShield Forum. Jun 26, 2013 02:43 PM