Search found 8 matches

Go to advanced search

by fmh1959
Thu Dec 06, 2018 3:56 pm
Forum: Common Problems
Topic: Launch file (and wait for finish)
Replies: 3
Views: 3704
 
Jump to post

Launch file (and wait for finish)

Hi We have a number of installers which basically installs a service with a corresponding database. For the database installation we use SqlPackage.exe which takes a dacpac file and a number of parameters. The way we have done this so far is that we launch a file InstallDB.cmd with the relevant para...
by fmh1959
Thu Jan 05, 2017 3:35 pm
Forum: Building Installers
Topic: Old version number
Replies: 1
Views: 2415
 
Jump to post

Old version number

Hi

Can anyone tell me how to get the old version number in case of a major upgrade (same upgradecode) ?

As I can see there is no property ????? I now about the OLDPRODUCTS - I want the explicit number.

I'm going to use it fx. comparing old version against new when running sql packages etc.

Regards
by fmh1959
Fri Dec 04, 2015 10:54 am
Forum: Feature Requests
Topic: JSON handling is needed
Replies: 4
Views: 25344
 
Jump to post

JSON handling is needed

We have a very strong need for handling json files (equivialent to import of xml,ini files).

The new VS 2015 VNEXT is JSON all the way!

Regards
by fmh1959
Thu Aug 13, 2015 8:49 am
Forum: Building Installers
Topic: Handle list of data in xml import and GUI dialog
Replies: 1
Views: 1992
 
Jump to post

Handle list of data in xml import and GUI dialog

Hi I have a list of "connect information" in my web application (RESTAPI type). The data is of this type (note there is no unique key) <dataProviders> <add source="DWHDB" plugintype="DataProviderPluginMSSQL" connectstring="Server=logis-devsql2;initial catalog=AMRCA...
by fmh1959
Thu Aug 13, 2015 8:28 am
Forum: Common Problems
Topic: Error when importing config
Replies: 5
Views: 5292
 
Jump to post

Re: Error when importing config

Hi I was able to reproduce it making a new "Enterprise" project v. 12.3 and importing the attached config file. And actual the error happens when I import the web.config file. If I rename it to web.config.xml the import is ok. I have attached the renamed file - which was nessasary for the ...
by fmh1959
Wed Aug 12, 2015 3:33 pm
Forum: Common Problems
Topic: Error when importing config
Replies: 5
Views: 5292
 
Jump to post

Re: Error when importing config

That is strange - in my case it was wrong - I had to correct it manually.

If I can reproduce it shall I then upload the project. ?
by fmh1959
Wed Aug 12, 2015 2:06 pm
Forum: Common Problems
Topic: Error when importing config
Replies: 5
Views: 5292
 
Jump to post

Error when importing config

Hi When importing a web.config the line <remove name="ExtensionlessUrlHandler-Integrated-4.0" /> is imported wrong - it makes double of another line. regards web.config listed: <?xml version="1.0" encoding="utf-8"?> <!-- For more information on how to configure your ASP...
by fmh1959
Mon Aug 10, 2015 9:28 am
Forum: Building Installers
Topic: Saving context between installations
Replies: 1
Views: 2346
 
Jump to post

Saving context between installations

Hi I building a web site installation where I in the first time installation has a dialog which gives possiblity to specify the sitename (PROP_SITENAME) and port (PROP_PORT) - in the dialog I give these variables some default values specifyed through the init event. I save the settings in a xml file...

Go to advanced search