This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Avoid Web Address
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 18, 2009
05:18 AM
Avoid Web Address
Hi,
I am using InstallShield 2009 InstallScriptMSI project. During the creation of the project, in the Application Information section (shown in figure below), I don't want to give any web address (not even any default or junk name) in the section. What should I do?
Thanks in advance
Jithin
I am using InstallShield 2009 InstallScriptMSI project. During the creation of the project, in the Application Information section (shown in figure below), I don't want to give any web address (not even any default or junk name) in the section. What should I do?
Thanks in advance
Jithin
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 18, 2009
12:59 PM
Clear it, hit back, and jump to the next screen. Or ditch the Project Assistant altogether and use the Installation Designer.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 18, 2009
10:10 PM
Thanks Michael,
Hope this procedure will not affect the installation by any means...
One more help please....Is it possible to give the application version a number like 1.00 or 2.00. In the help manual I could see that the application version should be in the format aaa.bbb.ccccc. Is this format compulsory??
Hope this procedure will not affect the installation by any means...
One more help please....Is it possible to give the application version a number like 1.00 or 2.00. In the help manual I could see that the application version should be in the format aaa.bbb.ccccc. Is this format compulsory??
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 19, 2009
10:57 AM
You should consider it compulsory, yes. The format is defined by Windows Installer (see the ProductVersion Property page on MSDN), and we are all at its mercy for when and how it chooses to enforce this.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 20, 2009
11:43 AM
I prefer to recommend only things I know are safe unless it's clear I'm describing a hack; other things may still work. 🙂 If that's an MSI package, that's a pretty good indication that such a version string will work, at least to some extent (although if it's a non-MSI package, it doesn't indicate what a different ProductVersion will do). What it doesn't tell you is if all operations on that MSI will work propertly - i.e. will major upgrades properly find the package, will patches uninstall, etc. - so test every operation you expect to care about.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 18, 2017
02:00 PM
In every version of InstallShield I have used over the last 10 years( Currently using 2015 suite). For regular installs, if i do not go into the Project Assistant and click in the "Specify your company web address:" field and press enter before i build the install, InstallShield will change the web address every time. It is quite the thorn in my toe. Our company name is Elliott Data Systems and the URL we want is ElliottMobileSolutions.com. InstallShield insists it should be ElliottDataSystems.com, but we are the customer and i believe we should be able to specify the URL!!! No it is not a critical bug, just a very very irritating one. I have always used the Project Assistant to build, guess i need to listen to MichaelU and stop using it. Or InstallShield could stop BLINDLY creating the Company URL from the company name. Sometimes it's the small things.