Skip to content

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
  • General

    Replacing program strings:

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: replacing program strings: Hello, i was wondering if it is possible to replace the strings in CreateInstall 5.4, for example on the Username&Serial Dialog i want it to say “CD Key” instead of “Serial Number” and “Company” instead of “Organization” and so on.. is this possible?

    Read More Replacing program strings:Continue

  • General

    Can I use Createinstall to copy files to Word startup folder

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Can I use Createinstall to copy files to Word startup folder Dear sir or madam, I am working on an application that requires the following actions: 1. copy a word template file gt4word.dot to Word startup folder: application data + “\Microsoft\Word\STARTUP” 2. Check if Word is running before installation. 3. Kill…

    Read More Can I use Createinstall to copy files to Word startup folderContinue

  • General

    How to force delete file on my previous application folder

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: How to force delete file on my previous application folder I already have a new application instalation. And in the new version of my application i need to delete some file on my previous application folder (e.g. C:/Program Files/My Application/Document.txt) And my question is: How to force delete document.txt when someone…

    Read More How to force delete file on my previous application folderContinue

  • General

    Progress Settings

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Progress Settings Hi. Using the prgress setting item, you should be able to change the text for directory and filename, and the manual says that just putting > in the boxes should clear both texts, but the directory and filename still appear. Is this broken or am I doing something wrong?…

    Read More Progress SettingsContinue

  • General

    How to force delete file on my previous application folder

    ByRajesh Kumar December 4, 2017May 28, 2020

    msiexpert created the topic: How to force delete file on my previous application folder I already have a new application instalation. And in the new version of my application i need to delete some file on my previous application folder (e.g. C:/Program Files/My Application/Document.txt) And my question is: How to force delete document.txt when someone…

    Read More How to force delete file on my previous application folderContinue

  • General

    Problem with If Statement

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: problem with If Statement I’m trying to use the “If Statement” feature to test a logical selection defined by the user. It works fine but I can’t add a “Custom – Dialog” inside of this “If Statement”. The following error message is shown: Compile error [0x43 67 ]: C:\User…\AppData\Local\Temp\gentee00\install.g [line:25 Pos:…

    Read More Problem with If StatementContinue

  • General

    Create Log

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Create log Hello, is it possible create log file to installation? Thanks applicationPackaging replied the topic: Re: Create log What kind of the log file do you mean?

    Read More Create LogContinue

  • General

    Check if File Exists

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Check if File Exists Using CreateInstall 4. How can I check if a file exists at Program Folders\MySetup\Myprogram.exe? applicationPackaging replied the topic: Re: Check if File Exists For example, you can use ‘Source Code’ command macrox_setint( “mymacro”, fileexist( macrox_do(“#progfiles#\\MySetup\\Myprogram.exe”))) After that you can use macro ‘mymacro’

    Read More Check if File ExistsContinue

  • General

    Launch Application Checkbox on Finish Dialog

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Launch aplication checkbox on finish dialog I’m using createinstall commercial v.2003.3.5 and my problem is that I can’t create a checkbox on the finish dialog to run my aplication. applicationPackaging replied the topic: Re: Launch aplication checkbox on finish dialog Finish dialog of CI 2003 doesn’t have such option. You can…

    Read More Launch Application Checkbox on Finish DialogContinue

  • General

    Why do I have to restart my Macintosh at the end of the Iceberg Installation?

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Why do I have to restart my Macintosh at the end of the Iceberg Installation? Why do I have to restart my Macintosh at the end of the Iceberg Installation? applicationPackaging replied the topic: Re: Why do I have to restart my Macintosh at the end of the Iceberg Installation The…

    Read More Why do I have to restart my Macintosh at the end of the Iceberg Installation?Continue

  • General

    Do I need to install the Developer tools in order to use Iceberg?

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Do I need to install the Developer tools in order to use Iceberg? Do I need to install the Developer tools in order to use Iceberg? applicationPackaging replied the topic: Re: Do I need to install the Developer tools in order to use Iceberg? With the introduction of Iceberg 1.2, it…

    Read More Do I need to install the Developer tools in order to use Iceberg?Continue

  • General

    Where can I get the Developer tools?

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Where can I get the Developer tools? Where can I get the Developer tools? applicationPackaging replied the topic: Re: Where can I get the Developer tools? You can get the Developer tools many ways: * With every copy of Mac OS X sold (eventually on a specific CD). * With every…

    Read More Where can I get the Developer tools?Continue

  • General

    Can I nest packages into a package to simplify remote installation via Apple Rem

    ByRajesh Kumar December 4, 2017January 9, 2020

    Can I nest packages into a package to simplify remote installation via Apple Remote Desktop? Can I nest packages into a package to simplify remote installation via Apple Remote Desktop? applicationPackaging replied the topic: Re: Can I nest packages into a package to simplify remote installation via Apple Iceberg can manage a metapackage and all…

    Read More Can I nest packages into a package to simplify remote installation via Apple RemContinue

  • General

    Is there a command line tool?

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Is there a command line tool? Is there a command line tool? applicationPackaging replied the topic: Re: Is there a command line tool? The command line tool freeze can be used to build a project from the shell. 1 Launch the Terminal application. 2 Type freeze 3 Drag and drop the…

    Read More Is there a command line tool?Continue

  • General

    Digital Signature and Windows 7

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Digital Signature and Windows 7 Hello, I’ve created an personal certificate and signed a install with it.(Wise Package Studio – > Wise script editor) Then i imported this certificate to add this to my trusted certificates. With UAC enabled this wil ask for my consent to install the software. So all…

    Read More Digital Signature and Windows 7Continue

  • General

    Upgrade Registry Type 7.0 SP3

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Upgrade Registry Type 7.0 SP3 Hi there, after moving our Sharepoint and Database to another server (with changing the servername), I have the problem, that after installing 7.0 SP3 from scratch, the process “Upgrade Registry Types” in the Repository Manager is still pending no matter how often I click on “Run”…

    Read More Upgrade Registry Type 7.0 SP3Continue

  • General

    Checking Disk Space on the C Drive.

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Checking Disk Space on the C Drive. Greetings Everyone, Is there anyway to stop a package from checking disk space on the C drive even though the user has selected to install on another partitioned drive? Any help would be appreciated. Thanks applicationPackaging replied the topic: Re: Checking Disk Space on…

    Read More Checking Disk Space on the C Drive.Continue

  • General

    I don

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: I don I don’t want to buy anything. How do I get taken off your list? applicationPackaging replied the topic: Re: I don There is no list. What you are experiencing is an attempt by your software vendor to keep the software you have installed on your computer up-to-date so that…

    Read More I donContinue

  • General

    How do I stop updates?

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: How do I stop updates? How do I stop updates? applicationPackaging replied the topic: Re: How do I stop updates? There is a desktop tool called the Update Manager that gives you control over the updates and messages you receive. For general information, see About the Update Manager. For instructions on…

    Read More How do I stop updates?Continue

  • General

    Can I uninstall the Update Manager?

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: Can I uninstall the Update Manager? Can I uninstall the Update Manager? applicationPackaging replied the topic: Re: Can I uninstall the Update Manager? The Update Manager was probably installed along with an application that you installed. There is an uninstall for the Update Manager.

    Read More Can I uninstall the Update Manager?Continue

  • General

    I installed the update, but the update still appears in the available list?

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: I installed the update, but the update still appears in the available list? I installed the update, but the update still appears in the available list? applicationPackaging replied the topic: Re: I installed the update, but the update still appears in the available list? While this should never happen, it occasionally…

    Read More I installed the update, but the update still appears in the available list?Continue

  • General

    What information does the Update Service collect?

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: What information does the Update Service collect? What information does the Update Service collect? applicationPackaging replied the topic: Re: What information does the Update Service collect? The Update Service collects the product name, product version, and the language in which the product is run. This is the only information needed to…

    Read More What information does the Update Service collect?Continue

  • General

    My firewall security software tells me that that InstallShield’s “Agent.ex

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: My firewall security software tells me that that InstallShield’s “Agent.ex My firewall security software tells me that that InstallShield’s “Agent.exe is trying to access the Internet”. Why does this happen? applicationPackaging replied the topic: Re: My firewall security software tells me that that InstallShield’s “Agen Agent.exe is a part of the…

    Read More My firewall security software tells me that that InstallShield’s “Agent.exContinue

  • General

    InstallAce FAQ

    ByRajesh Kumar December 4, 2017January 9, 2020

    applicationPackaging created the topic: InstallAce FAQ I want to setup InstallAce. How can I start? Please refer to ReadMe file for detailed information on System Requirements, Configuration Settings and InstallAce components. ReadMe file shall be available under root folder of InstallAce Setup program. Which components should I install on my machine? Following are the separate…

    Read More InstallAce FAQContinue

  • General

    What is Tarma QuickInstall 2 and its usage

    ByRajesh Kumar December 4, 2017January 9, 2020

    created the topic: what is Tarma QuickInstall 2 and its usage Tarma QuickInstall 2 [shadow=red,left] Quick and easy installers for casual software developers.[/shadow] Create fast and compact installers in the blink of an eye. Robust, dependable, hassle-free. Add your own graphics, choose from 27 languages, and just get it done. * Creates installers quickly and…

    Read More What is Tarma QuickInstall 2 and its usageContinue

  • General

    What is Advanced Installer?

    ByRajesh Kumar December 4, 2017January 9, 2020

    applicationPackaging created the topic: What is Advanced Installer? What is Advanced Installer?

    Read More What is Advanced Installer?Continue

  • General

    What is installBuilder?

    ByRajesh Kumar December 4, 2017January 9, 2020

    msiexpert created the topic: What is installBuilder? What is installBuilder? Any body provide info for this tool?

    Read More What is installBuilder?Continue

  • General

    Use of ClickInstall MacOSX

    ByRajesh Kumar December 4, 2017January 9, 2020

    InstallerExpert created the topic: Use of ClickInstall MacOSX ClickInstall makes it easy to create a professional Mac OS X software installer in minutes. Create installers for any number of products or licenses with a no-nonsense, one-time purchase. Reduce development time and support costs. A user can simply double-click an installer from the CD or download…

    Read More Use of ClickInstall MacOSXContinue

  • General

    What is Inno Setup?

    ByRajesh Kumar December 4, 2017January 9, 2020

    InstallerExpert created the topic: what is Inno Setup? Inno Setup is an open source script-driven installation system created in Delphi by Jordan Russell. The first version was released in 1997. History Since Jordan Russell wasn’t satisfied with InstallShield Express which he had received upon purchase of Borland Delphi, he decided to make his own installer.[citation…

    Read More What is Inno Setup?Continue

  • General

    How does Actual Installer saves your time and creates quality installation pack?

    ByRajesh Kumar December 4, 2017January 9, 2020

    InstallerGeek created the topic: How does Actual Installer saves your time and creates quality installation pack? Need a professional software installer? Actual Installer is an ideal choice for you. Why is it so? Let us have a closer look at its features. First of all, the program uses the minimum of time to build a…

    Read More How does Actual Installer saves your time and creates quality installation pack?Continue

Page navigation

Previous PagePrevious 1 … 361 362 363 364 365 … 388 Next PageNext

© 2026 - WordPress Theme by Kadence WP

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
Search